rpm  5.4.15
Functions | Variables
rpmts-rb.h File Reference

Ruby bindings to the RPM Transaction Set API. More...

#include "system.h"
Include dependency graph for rpmts-rb.h:
This graph shows which files directly or indirectly include this file:

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. More...
 

Detailed Description

Ruby bindings to the RPM Transaction Set API.

Definition in file rpmts-rb.h.

Function Documentation

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().

Variable Documentation

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().