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

#define PyGtkBin_Type   (*_PyGtkBin_Type)

Function Documentation

void pygnash_register_classes ( PyObject *  d)

References GNASH_TYPE_VIEW, and PyGtkBin_Type.

Referenced by initgnash().

Variable Documentation

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

Referenced by initgnash().

PyTypeObject G_GNUC_INTERNAL PyGnashView_Type