]> Dogcows Code - chaz/openbox/blobdiff - openbox/python.h
merge the C branch into HEAD
[chaz/openbox] / openbox / python.h
diff --git a/openbox/python.h b/openbox/python.h
new file mode 100644 (file)
index 0000000..9036631
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __python_h
+#define __python_h
+
+void python_startup();
+void python_shutdown();
+
+/*! Import a python module */
+gboolean python_import(char *module);
+
+#endif
This page took 0.021478 seconds and 4 git commands to generate.