#include <pygobject.h>
#include "arrayobject.h"
#include "plplot.h"
Go to the source code of this file.
Defines | |
#define | PY_ARRAY_UNIQUE_SYMBOL plplotcanvasapi |
Functions | |
void | cplplotcanvas_register_classes (PyObject *d) |
PLDLLIMPEXP_CPLPLOTCANVASMODULE | DL_EXPORT (void) |
Variables | |
PyMethodDef | cplplotcanvas_functions [] |
#define PY_ARRAY_UNIQUE_SYMBOL plplotcanvasapi |
Definition at line 31 of file cplplotcanvasmodule.c.
void cplplotcanvas_register_classes | ( | PyObject * | d | ) |
PLDLLIMPEXP_CPLPLOTCANVASMODULE DL_EXPORT | ( | void | ) |
Definition at line 39 of file cplplotcanvasmodule.c.
PyMethodDef cplplotcanvas_functions[] |