rpm  5.4.10
Data Structures
rpmmi-py.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rpmmiObject_s
 

Type: _rpm.mi

typedef struct rpmmiObject_s rpmmiObject
 
PyTypeObject rpmmi_Type
 
rpmmiObjectrpmmi_Wrap (rpmmi mi)
 

Typedef Documentation

§ rpmmiObject

typedef struct rpmmiObject_s rpmmiObject

Definition at line 13 of file rpmmi-py.h.

Function Documentation

§ rpmmi_Wrap()

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().

Variable Documentation

§ rpmmi_Type

PyTypeObject rpmmi_Type

Definition at line 228 of file rpmmi-py.c.

Referenced by init_rpm(), and rpmmi_Wrap().