#include "system.h"
#include <rpmio.h>
#include <rpmiotypes.h>
#include <rpmtypes.h>
#include <rpmtag.h>
#include "rpmal-py.h"
#include "rpmds-py.h"
#include "rpmfi-py.h"
#include "debug.h"
Go to the source code of this file.
§ rpmal_Add()
static PyObject* rpmal_Add |
( |
rpmalObject * |
s, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
§ rpmal_AddProvides()
static PyObject* rpmal_AddProvides |
( |
rpmalObject * |
s, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
§ rpmal_dealloc()
§ rpmal_Del()
static PyObject* rpmal_Del |
( |
rpmalObject * |
s, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
§ rpmal_getattro()
static PyObject* rpmal_getattro |
( |
PyObject * |
o, |
|
|
PyObject * |
n |
|
) |
| |
|
static |
§ rpmal_MakeIndex()
§ rpmal_setattro()
static int rpmal_setattro |
( |
PyObject * |
o, |
|
|
PyObject * |
n, |
|
|
PyObject * |
v |
|
) |
| |
|
static |
§ rpmal_Wrap()
§ rpmal_doc
§ rpmal_methods
struct PyMethodDef rpmal_methods[] |
|
static |
Initial value:= {
{
"add", (PyCFunction)
rpmal_Add, METH_VARARGS|METH_KEYWORDS,
NULL},
{
"delete", (PyCFunction)
rpmal_Del, METH_VARARGS|METH_KEYWORDS,
NULL},
NULL},
NULL},
{NULL, NULL }
}
static PyObject * rpmal_AddProvides(rpmalObject *s, PyObject *args, PyObject *kwds)
static PyObject * rpmal_MakeIndex(rpmalObject *s)
static PyObject * rpmal_Add(rpmalObject *s, PyObject *args, PyObject *kwds)
static PyObject * rpmal_Del(rpmalObject *s, PyObject *args, PyObject *kwds)
Definition at line 95 of file rpmal-py.c.
§ rpmal_Type