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

Go to the source code of this file.

Data Structures

struct  rpmteObject_s
 

Type: _rpm.te

typedef struct rpmteObject_s rpmteObject
 
PyTypeObject rpmte_Type
 
rpmteObjectrpmte_Wrap (rpmte te)
 

Typedef Documentation

§ rpmteObject

typedef struct rpmteObject_s rpmteObject

Function Documentation

§ rpmte_Wrap()

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

Variable Documentation

§ rpmte_Type

PyTypeObject rpmte_Type

Definition at line 454 of file rpmte-py.c.

Referenced by init_rpm(), and rpmte_Wrap().