rpm
5.4.10
|
#include "rpmts.h"
Go to the source code of this file.
Data Structures | |
struct | rpmtsObject_s |
Type: _rpm.ts | |
enum | { RPMDEP_SENSE_REQUIRES, RPMDEP_SENSE_CONFLICTS } |
typedef struct rpmtsObject_s | rpmtsObject |
PyTypeObject | rpmts_Type |
PyObject * | rpmts_Create (PyObject *s, PyObject *args, PyObject *kwds) |
typedef struct rpmtsObject_s rpmtsObject |
anonymous enum |
Enumerator | |
---|---|
RPMDEP_SENSE_REQUIRES | requirement not satisfied. |
RPMDEP_SENSE_CONFLICTS | conflict was found. |
Definition at line 33 of file rpmts-py.h.
PyObject* rpmts_Create | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1709 of file rpmts-py.c.
References rpmts_Type.
PyTypeObject rpmts_Type |
Definition at line 1659 of file rpmts-py.c.
Referenced by init_rpm(), and rpmts_Create().