rpm
5.4.15
|
Go to the source code of this file.
Data Structures | |
struct | rpmmiObject_s |
Type: _rpm.mi | |
#define | rpmmiObject_Check(v) ((v)->ob_type == &rpmmi_Type) |
typedef struct rpmmiObject_s | rpmmiObject |
PyTypeObject | rpmmi_Type |
rpmmiObject * | rpmmi_Wrap (rpmmi mi) |
#define rpmmiObject_Check | ( | v | ) | ((v)->ob_type == &rpmmi_Type) |
Definition at line 27 of file rpmmi-py.h.
typedef struct rpmmiObject_s rpmmiObject |
Definition at line 13 of file rpmmi-py.h.
rpmmiObject* rpmmi_Wrap | ( | rpmmi | mi | ) |
Definition at line 260 of file rpmmi-py.c.
References rpmmiObject_s::mi, and pyrpmError.
Referenced by rpmdb_Match(), and rpmts_Match().
PyTypeObject rpmmi_Type |
Definition at line 214 of file rpmmi-py.c.
Referenced by init_rpm().