rpm
5.4.15
Main Page
Related Pages
Data Structures
Files
File List
Globals
python
rpmmi-py.h
Go to the documentation of this file.
1
#ifndef H_RPMMI_PY
2
#define H_RPMMI_PY
3
10
13
typedef
struct
rpmmiObject_s
rpmmiObject
;
14
17
struct
rpmmiObject_s
{
18
PyObject_HEAD
19
PyObject *
md_dict
;
20
rpmmi
mi
;
21
} ;
22
25
/*@unchecked@*/
26
extern
PyTypeObject
rpmmi_Type
;
27
#define rpmmiObject_Check(v) ((v)->ob_type == &rpmmi_Type)
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
35
/*@null@*/
36
rpmmiObject
*
rpmmi_Wrap
(
rpmmi
mi)
37
/*@*/
;
38
39
#ifdef __cplusplus
40
}
41
#endif
42
45
#endif
rpmmiObject_s::mi
rpmmi mi
Definition:
rpmmi-py.h:20
rpmmi_s
Definition:
rpmdb.c:436
rpmmi_Type
PyTypeObject rpmmi_Type
Definition:
rpmmi-py.c:214
rpmmiObject_s
Definition:
rpmmi-py.h:17
rpmmiObject_s::md_dict
PyObject_HEAD PyObject * md_dict
Definition:
rpmmi-py.h:19
rpmmi_Wrap
rpmmiObject * rpmmi_Wrap(rpmmi mi)
Definition:
rpmmi-py.c:260
Generated by
1.8.8