TestPythonC.h

Go to the documentation of this file.
00001 #ifndef _TestPython_h
00002 #define _TestPython_h
00003 
00004 #include <Python.h>
00005 #include <X11/X.h>
00006 #include <X11/Intrinsic.h>
00007 #include <gtk/gtk.h>
00008 
00013 extern "C" {void initTestPythonC();}
00014 
00021 extern "C"
00022   {
00023   PyObject *TestPythonC_testf(PyObject *self, PyObject *args);
00024   }
00025 
00026 #endif