rpm
5.4.10
|
Go to the source code of this file.
Data Structures | |
struct | rpmmiObject_s |
Type: _rpm.mi | |
typedef struct rpmmiObject_s | rpmmiObject |
PyTypeObject | rpmmi_Type |
rpmmiObject * | rpmmi_Wrap (rpmmi mi) |
typedef struct rpmmiObject_s rpmmiObject |
Definition at line 13 of file rpmmi-py.h.
rpmmiObject* rpmmi_Wrap | ( | rpmmi | mi | ) |
Definition at line 275 of file rpmmi-py.c.
References rpmmiObject_s::mi, pyrpmError, and rpmmi_Type.
Referenced by rpmdb_Match(), and rpmts_Match().
PyTypeObject rpmmi_Type |
Definition at line 228 of file rpmmi-py.c.
Referenced by init_rpm(), and rpmmi_Wrap().