Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

python/rpmmi-py.h

Go to the documentation of this file.
00001 #ifndef H_RPMMI_PY
00002 #define H_RPMMI_PY
00003 
00010 
00013 typedef struct rpmmiObject_s rpmmiObject;
00014 
00017 struct rpmmiObject_s {
00018     PyObject_HEAD
00019     PyObject *md_dict;          
00020     PyObject *ref;              
00021     rpmdbMatchIterator mi;
00022 } ;
00023 
00026 /*@unchecked@*/
00027 extern PyTypeObject rpmmi_Type;
00028 
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032 
00035 /*@null@*/
00036 rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi, PyObject *s)
00037         /*@*/;
00038 
00039 #ifdef __cplusplus      
00040 }
00041 #endif
00042 
00045 #endif

Generated on Sun Aug 18 10:48:52 2013 for rpm by  doxygen 1.4.4