rpm
5.4.14
Main Page
Related Pages
Modules
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
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
34
/*@null@*/
35
rpmmiObject
*
rpmmi_Wrap
(
rpmmi
mi
)
36
/*@*/
;
37
38
#ifdef __cplusplus
39
}
40
#endif
41
44
#endif
rpmmiObject_s::mi
rpmmi mi
Definition:
rpmmi-py.h:20
rpmmi_s
Definition:
rpmdb.c:436
rpmmiObject_s
Definition:
rpmmi-py.h:17
rpmmiObject_s::md_dict
PyObject_HEAD PyObject * md_dict
Definition:
rpmmi-py.h:19
rpmmi_Type
PyTypeObject rpmmi_Type
Definition:
rpmmi-py.c:228
mi
mi
Definition:
rpmdb-py.c:159
rpmmi_Wrap
return rpmmi_Wrap(rpmmiInit(s->db, tag, key, len))
Generated on Sun Dec 22 2013 21:10:42 for rpm by
1.8.5