rpm
5.4.10
|
Ruby bindings to the RPM Transaction Set API. More...
#include "system.h"
Go to the source code of this file.
Functions | |
void | Init_rpmts (void) |
Variables | |
VALUE | rpmtsClass |
Consitutes the RPM::Ts class, binding to RPM's TransactionSet API. |
Ruby bindings to the RPM Transaction Set API.
Definition in file rpmts-rb.h.
void Init_rpmts | ( | void | ) |
Definition at line 349 of file rpmts-rb.c.
References _debug, initMethods(), initProperties(), rpmModule, rpmts_new(), and rpmtsClass.
Referenced by Init_rpm().
VALUE rpmtsClass |
Consitutes the RPM::Ts class, binding to RPM's TransactionSet API.
Definition at line 25 of file rpmts-rb.c.
Referenced by Init_rpmts().