#include "rpmps.h"
Go to the source code of this file.
Data Structures | |
struct | rpmpsObject_s |
Typedefs | |
typedef rpmpsObject_s | rpmpsObject |
Functions | |
rpmps | psFromPs (rpmpsObject *ps) |
rpmpsObject * | rpmps_Wrap (rpmps ps) |
Variables | |
PyTypeObject | rpmps_Type |
Definition in file rpmps-py.h.
typedef struct rpmpsObject_s rpmpsObject |
rpmps psFromPs | ( | rpmpsObject * | ps | ) |
rpmpsObject* rpmps_Wrap | ( | rpmps | ps | ) |
Definition at line 367 of file rpmps-py.c.
References rpmpsObject_s::active, rpmpsObject_s::ix, and rpmpsObject_s::ps.
Referenced by rpmts_Problems().
PyTypeObject rpmps_Type |