]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
execute files such that i can track if an exception was thrown in it
[chaz/openbox] / src / python.hh
index 214586f528e418d8e32019f5e2b16cad934cac31..8c3839041489132f40cbba8ce76997cd8779f4c0 100644 (file)
@@ -14,7 +14,6 @@
 
 extern "C" {
 #include <X11/Xlib.h>
-#include <Python.h>
 }
 
 #include <string>
@@ -234,10 +233,6 @@ void python_init(char *argv0);
 void python_destroy();
 bool python_exec(const std::string &path);
 
-bool python_get_long(const char *name, long *value);
-bool python_get_string(const char *name, otk::ustring *value);
-bool python_get_stringlist(const char *name, std::vector<otk::ustring> *value);
-
 #endif // SWIG
 
 }
This page took 0.023901 seconds and 4 git commands to generate.