python/rpmmodule.c File Reference

#include "system.h"
#include <rpmio_internal.h>
#include <rpmcli.h>
#include <rpmdb.h>
#include <rpmsq.h>
#include "legacy.h"
#include "misc.h"
#include "header_internal.h"
#include "header-py.h"
#include "rpmal-py.h"
#include "rpmds-py.h"
#include "rpmfd-py.h"
#include "rpmfts-py.h"
#include "rpmfi-py.h"
#include "rpmmi-py.h"
#include "rpmps-py.h"
#include "rpmrc-py.h"
#include "rpmte-py.h"
#include "rpmts-py.h"
#include "spec-py.h"
#include "debug.h"

Go to the source code of this file.

Defines

#define REGISTER_ENUM(val)


Detailed Description

Definition in file rpmmodule.c.


Define Documentation

#define REGISTER_ENUM ( val   ) 

Value:

PyDict_SetItemString(d, #val, o=PyInt_FromLong( val )); \
    Py_DECREF(o);

Referenced by init_rpm().


Generated on Mon Jul 20 09:44:17 2009 for rpm by  doxygen 1.5.7.1