python/rpmmi-py.h

Go to the documentation of this file.
00001 #ifndef H_RPMMI_PY
00002 #define H_RPMMI_PY
00003 
00010 typedef struct rpmmiObject_s rpmmiObject;
00011 
00014 struct rpmmiObject_s {
00015     PyObject_HEAD
00016     PyObject *md_dict;          
00017     PyObject *ref;              /* for db/ts refcounting */
00018     rpmdbMatchIterator mi;
00019 } ;
00020 
00021 /*@unchecked@*/
00022 extern PyTypeObject rpmmi_Type;
00023 
00024 /*@null@*/
00025 rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi, PyObject *s)
00026         /*@*/;
00027 
00028 #endif

Generated on Fri Oct 12 08:44:54 2007 for rpm by  doxygen 1.5.2