rpm
5.4.10
python
rpmal-py.h
Go to the documentation of this file.
1
#ifndef H_RPMAL_PY
2
#define H_RPMAL_PY
3
4
#include "
rpmal.h
"
5
12
15
typedef
struct
rpmalObject_s
{
16
PyObject_HEAD
17
PyObject *
md_dict
;
18
rpmal
al
;
19
}
rpmalObject
;
20
23
/*@unchecked@*/
24
extern
PyTypeObject
rpmal_Type
;
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
32
/*@null@*/
33
rpmalObject
*
rpmal_Wrap
(
rpmal
al
)
34
/*@*/
;
35
36
#ifdef __cplusplus
37
}
38
#endif
39
42
#endif
rpmalObject_s::md_dict
PyObject_HEAD PyObject * md_dict
Definition:
rpmal-py.h:17
rpmalObject_s::al
rpmal al
Definition:
rpmal-py.h:18
rpmal_s
Set of available packages, items, and directories.
Definition:
rpmal.c:85
rpmalObject_s
Definition:
rpmal-py.h:15
rpmal_Type
PyTypeObject rpmal_Type
Definition:
rpmal-py.c:140
rpmal_Wrap
rpmalObject * rpmal_Wrap(rpmal al)
Definition:
rpmal-py.c:191
rpmal.h
Structures used for managing added/available package lists.
rpmalObject
struct rpmalObject_s rpmalObject
Generated by
1.8.12