rpm
5.4.10
|
#include "rpmps.h"
Go to the source code of this file.
Data Structures | |
struct | rpmpsObject_s |
Type: _rpm.ps | |
typedef struct rpmpsObject_s | rpmpsObject |
PyTypeObject | rpmps_Type |
rpmps | psFromPs (rpmpsObject *ps) |
rpmpsObject * | rpmps_Wrap (rpmps ps) |
typedef struct rpmpsObject_s rpmpsObject |
rpmps psFromPs | ( | rpmpsObject * | ps | ) |
Definition at line 403 of file rpmps-py.c.
References rpmpsObject_s::ps.
rpmpsObject* rpmps_Wrap | ( | rpmps | ps | ) |
Definition at line 409 of file rpmps-py.c.
References rpmpsObject_s::ps, rpmpsObject_s::psi, and rpmps_Type.
Referenced by rpmts_Problems().
PyTypeObject rpmps_Type |
Definition at line 353 of file rpmps-py.c.
Referenced by init_rpm(), and rpmps_Wrap().