Gnash  0.8.11dev
Macros | Functions | Variables
gen-gnash.c File Reference
#include <Python.h>
#include <pygtk/pygtk.h>
#include "gnash-view.h"

Macros

#define PyGtkBin_Type   (*_PyGtkBin_Type)
 

Functions

void pygnash_register_classes (PyObject *d)
 

Variables

PyTypeObject G_GNUC_INTERNAL PyGnashView_Type
 
const PyMethodDef pygnash_functions []
 

Macro Definition Documentation

§ PyGtkBin_Type

#define PyGtkBin_Type   (*_PyGtkBin_Type)

Function Documentation

§ pygnash_register_classes()

void pygnash_register_classes ( PyObject *  d)

Referenced by initgnash().

Variable Documentation

§ pygnash_functions

const PyMethodDef pygnash_functions[]
Initial value:
= {
{ NULL, NULL, 0, NULL }
}

Referenced by initgnash().

§ PyGnashView_Type

PyTypeObject G_GNUC_INTERNAL PyGnashView_Type