rpm  5.4.10
Data Fields
rpmtsCallbackType_s Struct Reference
Collaboration diagram for rpmtsCallbackType_s:
Collaboration graph
[legend]

Data Fields

PyObject * cb
 
PyObject * data
 
rpmtsObjecttso
 
rpmdsObjectdso
 
PyThreadState * _save
 

Detailed Description

Definition at line 169 of file rpmts-py.c.

Field Documentation

§ _save

PyThreadState* rpmtsCallbackType_s::_save

Definition at line 174 of file rpmts-py.c.

Referenced by rpmts_Check(), rpmts_Run(), rpmts_SolveCallback(), and rpmtsCallback().

§ cb

PyObject* rpmtsCallbackType_s::cb

Definition at line 170 of file rpmts-py.c.

Referenced by rpmts_Check(), rpmts_Run(), rpmts_SolveCallback(), and rpmtsCallback().

§ data

PyObject* rpmtsCallbackType_s::data

Definition at line 171 of file rpmts-py.c.

Referenced by rpmts_Run(), and rpmtsCallback().

§ dso

rpmdsObject* rpmtsCallbackType_s::dso

Definition at line 173 of file rpmts-py.c.

Referenced by rpmts_Check(), rpmts_Run(), and rpmts_SolveCallback().

§ tso

rpmtsObject* rpmtsCallbackType_s::tso

Definition at line 172 of file rpmts-py.c.

Referenced by rpmts_Check(), rpmts_Run(), and rpmts_SolveCallback().


The documentation for this struct was generated from the following file: