Defines | Functions | Variables

gen-gnash.c File Reference

#include <Python.h>
#include <pygtk/pygtk.h>
#include "gnash-view.h"

Defines

#define PyGtkBin_Type   (*_PyGtkBin_Type)

Functions

void pygnash_register_classes (PyObject *d)

Variables

PyTypeObject G_GNUC_INTERNAL PyGnashView_Type
const PyMethodDef pygnash_functions []

Define 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