rpm
5.4.14
|
Data Fields | |
PyObject * | cb |
PyObject * | data |
rpmtsObject * | tso |
rpmdsObject * | dso |
PyThreadState * | _save |
Definition at line 169 of file rpmts-py.c.
PyThreadState* rpmtsCallbackType_s::_save |
Definition at line 174 of file rpmts-py.c.
Referenced by rpmtsCallback().
PyObject* rpmtsCallbackType_s::cb |
Definition at line 170 of file rpmts-py.c.
Referenced by if(), and rpmtsCallback().
PyObject* rpmtsCallbackType_s::data |
Definition at line 171 of file rpmts-py.c.
Referenced by rpmtsCallback().
rpmdsObject* rpmtsCallbackType_s::dso |
Definition at line 173 of file rpmts-py.c.
rpmtsObject* rpmtsCallbackType_s::tso |
Definition at line 172 of file rpmts-py.c.