rpm
5.4.15
Main Page
Related Pages
Data Structures
Files
File List
Globals
ruby
rpm-rb.h
Go to the documentation of this file.
1
#ifndef H_RPM_RB
2
#define H_RPM_RB
3
12
#include "
system.h
"
13
14
#include <
rpmiotypes.h
>
15
16
#include <
rpmtypes.h
>
17
#include <
rpmtag.h
>
18
19
23
extern
VALUE
rpmModule
;
24
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
34
void
Init_rpm
(
void
);
35
36
43
void
rpm_rb_raise
(
rpmRC
error,
char
*message);
44
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
/* H_RPM_RB */
rpmtypes.h
rpm_rb_raise
void rpm_rb_raise(rpmRC error, char *message)
Raises a Ruby exception (RPM::Error).
Definition:
rpm-rb.c:53
rpmtag.h
Init_rpm
void Init_rpm(void)
Defines the "RPM" Ruby module and makes it known to the Interpreter.
Definition:
rpm-rb.c:38
rpmModule
VALUE rpmModule
The "RPM" Ruby module.
Definition:
rpm-rb.c:35
rpmRC
enum rpmRC_e rpmRC
RPM return codes.
rpmiotypes.h
system.h
Generated by
1.8.8