rpm
5.4.10
|
#include "rpmte.h"
Go to the source code of this file.
Data Structures | |
struct | rpmteObject_s |
Type: _rpm.te | |
typedef struct rpmteObject_s | rpmteObject |
PyTypeObject | rpmte_Type |
rpmteObject * | rpmte_Wrap (rpmte te) |
typedef struct rpmteObject_s rpmteObject |
rpmteObject* rpmte_Wrap | ( | rpmte | te | ) |
Definition at line 501 of file rpmte-py.c.
References rpmte_Type, and rpmteObject_s::te.
Referenced by rpmts_iternext().
PyTypeObject rpmte_Type |
Definition at line 454 of file rpmte-py.c.
Referenced by init_rpm(), and rpmte_Wrap().