]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
split the ob module into separate .i's
[chaz/openbox] / src / python.hh
index 8c3839041489132f40cbba8ce76997cd8779f4c0..f1d701a81c8804303b6d4d2b1a37916a1210858b 100644 (file)
@@ -231,7 +231,8 @@ typedef void (*EventCallback)(EventData*, void*);
 
 void python_init(char *argv0);
 void python_destroy();
-bool python_exec(const std::string &path);
+//! Returns 0 for success, 1 for failing to open the file, 2 for an exception
+int python_exec(const std::string &path);
 
 #endif // SWIG
 
This page took 0.021969 seconds and 4 git commands to generate.