rpm
5.4.10
|
#include "rpmfi.h"
Go to the source code of this file.
Data Structures | |
struct | rpmfiObject_s |
Type: _rpm.fi | |
typedef struct rpmfiObject_s | rpmfiObject |
PyTypeObject | rpmfi_Type |
rpmfi | fiFromFi (rpmfiObject *fi) |
rpmfiObject * | rpmfi_Wrap (rpmfi fi) |
rpmfiObject * | hdr_fiFromHeader (PyObject *s, PyObject *args, PyObject *kwds) |
typedef struct rpmfiObject_s rpmfiObject |
rpmfi fiFromFi | ( | rpmfiObject * | fi | ) |
Definition at line 598 of file rpmfi-py.c.
References rpmfiObject_s::fi.
rpmfiObject* hdr_fiFromHeader | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 616 of file rpmfi-py.c.
References hdrGetHeader(), rpmfi_Wrap(), rpmfiNew(), RPMTAG_BASENAMES, and tagNumFromPyObject().
rpmfiObject* rpmfi_Wrap | ( | rpmfi | fi | ) |
Definition at line 604 of file rpmfi-py.c.
References rpmfiObject_s::active, rpmfiObject_s::fi, and rpmfi_Type.
Referenced by hdr_fiFromHeader(), and rpmte_FI().
PyTypeObject rpmfi_Type |
Definition at line 548 of file rpmfi-py.c.
Referenced by init_rpm(), rpmal_Add(), and rpmfi_Wrap().