rpm  5.4.15
Data Structures
rpmfd-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  rpmfdObject_s
 

Type: _rpm.fd

#define rpmfdObject_Check(v)   ((v)->ob_type == &rpmfd_Type)
 
typedef struct rpmfdObject_s rpmfdObject
 
PyTypeObject rpmfd_Type
 
rpmfdObjectrpmfd_Wrap (FD_t fd)
 

Macro Definition Documentation

#define rpmfdObject_Check (   v)    ((v)->ob_type == &rpmfd_Type)

Definition at line 24 of file rpmfd-py.h.

Typedef Documentation

typedef struct rpmfdObject_s rpmfdObject

Function Documentation

rpmfdObject* rpmfd_Wrap ( FD_t  fd)

Definition at line 328 of file rpmfd-py.c.

References rpmfdObject_s::fd.

Variable Documentation

PyTypeObject rpmfd_Type

Definition at line 281 of file rpmfd-py.c.

Referenced by init_rpm().