rpm  5.4.10
Data Structures | Typedefs | Functions | Variables
spec-py.h File Reference
#include <rpmbuild.h>
Include dependency graph for spec-py.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  specObject_s
 

Typedefs

typedef struct specObject_s specObject
 

Functions

Spec specFromSpec (specObject *spec)
 
specObjectspec_Wrap (Spec spec)
 

Variables

PyTypeObject spec_Type
 

Typedef Documentation

§ specObject

typedef struct specObject_s specObject

Function Documentation

§ spec_Wrap()

specObject* spec_Wrap ( Spec  spec)

Definition at line 267 of file spec-py.c.

References specObject_s::spec, and spec_Type.

Referenced by spec_Parse().

§ specFromSpec()

Spec specFromSpec ( specObject spec)

Variable Documentation

§ spec_Type

PyTypeObject spec_Type

Definition at line 216 of file spec-py.c.

Referenced by init_rpm(), and spec_Wrap().