#include "system-py.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.
static PyObject* rpmal_Add |
( |
rpmalObject * |
s, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
static PyObject* rpmal_AddProvides |
( |
rpmalObject * |
s, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
static PyObject* rpmal_Del |
( |
rpmalObject * |
s, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
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 92 of file rpmal-py.c.