]> Dogcows Code - chaz/openbox/blob - python.h
903663155ffd10d444501d46ac45c593179286ad
[chaz/openbox] / python.h
1 #ifndef __python_h
2 #define __python_h
3
4 void python_startup();
5 void python_shutdown();
6
7 /*! Import a python module */
8 gboolean python_import(char *module);
9
10 #endif
This page took 0.036081 seconds and 3 git commands to generate.