repo.or.cz
/
openbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the C branch into HEAD
[openbox.git]
/
c
/
python.h
blob
903663155ffd10d444501d46ac45c593179286ad
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