rpm  5.4.10
Data Structures
rpmal-py.h File Reference
#include "rpmal.h"
Include dependency graph for rpmal-py.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rpmalObject_s
 

Type: _rpm.al

typedef struct rpmalObject_s rpmalObject
 
PyTypeObject rpmal_Type
 
rpmalObjectrpmal_Wrap (rpmal al)
 

Typedef Documentation

§ rpmalObject

typedef struct rpmalObject_s rpmalObject

Function Documentation

§ rpmal_Wrap()

rpmalObject* rpmal_Wrap ( rpmal  al)

Definition at line 191 of file rpmal-py.c.

References rpmalObject_s::al, and rpmal_Type.

Variable Documentation

§ rpmal_Type

PyTypeObject rpmal_Type

Definition at line 140 of file rpmal-py.c.

Referenced by init_rpm(), and rpmal_Wrap().