rpm
5.4.15
|
#include "rpm-rb.h"
Go to the source code of this file.
Functions | |
void | Init_rpmmi (void) |
VALUE | rpmrb_NewMi (void *_ts, int _tag, void *_key, int _len) |
Variables | |
VALUE | rpmmiClass |
void Init_rpmmi | ( | void | ) |
Definition at line 155 of file rpmmi-rb.c.
References _debug, initMethods(), initProperties(), rpmmi_new(), and rpmmiClass.
VALUE rpmrb_NewMi | ( | void * | _ts, |
int | _tag, | ||
void * | _key, | ||
int | _len | ||
) |
Definition at line 167 of file rpmmi-rb.c.
References rpmmi_free(), rpmmiClass, and rpmtsInitIterator().
Referenced by rpmts_mi().
VALUE rpmmiClass |
Definition at line 23 of file rpmmi-rb.c.
Referenced by Init_rpmmi(), and rpmrb_NewMi().