#include "rpmfi.h"
Go to the source code of this file.
Data Structures | |
struct | rpmfiObject_s |
Typedefs | |
typedef rpmfiObject_s | rpmfiObject |
Functions | |
rpmfi | fiFromFi (rpmfiObject *fi) |
rpmfiObject * | rpmfi_Wrap (rpmfi fi) |
rpmfiObject * | hdr_fiFromHeader (PyObject *s, PyObject *args, PyObject *kwds) |
Variables | |
PyTypeObject | rpmfi_Type |
Definition in file rpmfi-py.h.
typedef struct rpmfiObject_s rpmfiObject |
rpmfi fiFromFi | ( | rpmfiObject * | fi | ) |
rpmfiObject* hdr_fiFromHeader | ( | PyObject * | s, | |
PyObject * | args, | |||
PyObject * | kwds | |||
) |
Definition at line 615 of file rpmfi-py.c.
References hdrGetHeader(), rpmfi_Wrap(), rpmfiNew(), RPMTAG_BASENAMES, and tagNumFromPyObject().
rpmfiObject* rpmfi_Wrap | ( | rpmfi | fi | ) |
Definition at line 603 of file rpmfi-py.c.
References rpmfiObject_s::active, and rpmfiObject_s::fi.
Referenced by hdr_fiFromHeader(), and rpmte_FI().
PyTypeObject rpmfi_Type |