rpm  5.4.10
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

typedef struct rpmfdObject_s rpmfdObject
 
PyTypeObject rpmfd_Type
 
rpmfdObjectrpmfd_Wrap (FD_t fd)
 

Typedef Documentation

§ rpmfdObject

typedef struct rpmfdObject_s rpmfdObject

Function Documentation

§ rpmfd_Wrap()

rpmfdObject* rpmfd_Wrap ( FD_t  fd)

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

References rpmfdObject_s::fd, FDlist_t::fd, and rpmfd_Type.

Variable Documentation

§ rpmfd_Type

PyTypeObject rpmfd_Type

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

Referenced by init_rpm(), and rpmfd_Wrap().