rpm
5.4.14
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
python
rpmfd-py.h
Go to the documentation of this file.
1
#ifndef H_RPMFD_PY
2
#define H_RPMFD_PY
3
10
13
typedef
struct
rpmfdObject_s
{
14
PyObject_HEAD
15
PyObject *
md_dict
;
16
/*@relnull@*/
17
FD_t
fd
;
18
}
rpmfdObject
;
19
22
/*@unchecked@*/
23
extern
PyTypeObject
rpmfd_Type
;
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
31
/*@null@*/
32
rpmfdObject
*
rpmfd_Wrap
(
FD_t
fd
)
33
/*@*/
;
34
35
#ifdef __cplusplus
36
}
37
#endif
38
41
#endif
rpmfdObject_s
Definition:
rpmfd-py.h:13
rpmfdObject
struct rpmfdObject_s rpmfdObject
_FD_s
The FD_t File Handle data structure.
Definition:
rpmio_internal.h:59
fd
node fd
Definition:
rpmfd-py.c:124
rpmfdObject_s::fd
FD_t fd
Definition:
rpmfd-py.h:17
rpmfd_Type
PyTypeObject rpmfd_Type
Definition:
rpmfd-py.c:294
rpmfd_Wrap
rpmfdObject * rpmfd_Wrap(FD_t fd)
Definition:
rpmfd-py.c:342
rpmfdObject_s::md_dict
PyObject_HEAD PyObject * md_dict
Definition:
rpmfd-py.h:15
Generated on Sat Nov 16 2013 08:58:07 for rpm by
1.8.5