rpm
4.5
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
PyObject *
ref
;
21
rpmdbMatchIterator
mi
;
22
} ;
23
26
/*@unchecked@*/
27
extern
PyTypeObject
rpmmi_Type
;
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
35
/*@null@*/
36
rpmmiObject
*
rpmmi_Wrap
(
rpmdbMatchIterator
mi, PyObject *s)
37
/*@*/
;
38
39
#ifdef __cplusplus
40
}
41
#endif
42
45
#endif
Generated on Mon Oct 27 2014 16:03:32 for rpm by
1.8.3.1