rpm
5.4.15
|
RPM Ruby bindings "RPM" module. More...
Go to the source code of this file.
Functions | |
void | Init_rpm (void) |
Defines the "RPM" Ruby module and makes it known to the Interpreter. More... | |
void | rpm_rb_raise (rpmRC error, char *message) |
Raises a Ruby exception (RPM::Error). More... | |
Variables | |
VALUE | rpmModule |
The "RPM" Ruby module. More... | |
RPM Ruby bindings "RPM" module.
Definition in file rpm-rb.h.
void Init_rpm | ( | void | ) |
Defines the "RPM" Ruby module and makes it known to the Interpreter.
Definition at line 38 of file rpm-rb.c.
References Init_Package(), Init_rpmds(), Init_rpmmc(), Init_rpmts(), Init_spec(), rpm_rb_raise(), rpmModule, and rpmReadConfigFiles().
void rpm_rb_raise | ( | rpmRC | error, |
char * | message | ||
) |
Raises a Ruby exception (RPM::Error).
error | The return code leading to the exception |
message | A message to include in the exception. |
Definition at line 53 of file rpm-rb.c.
References i.
Referenced by Init_rpm(), rpmmc_add(), rpmmc_del(), rpmmc_load_macro_file(), rpmts_parse_spec(), and spec_build().
VALUE rpmModule |
The "RPM" Ruby module.
Definition at line 35 of file rpm-rb.c.
Referenced by Init_Package(), Init_rpm(), Init_rpmds(), Init_rpmmc(), Init_rpmts(), and Init_spec().