repo.or.cz
/
python-gnt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add an entry in the context menu for adding files.
[python-gnt.git]
/
common.h
blob
56eeba644f4914ec98e4ba99003b8f7e8e9c1c80
1
#include
"Python.h"
2
#include
"gnt.h"
3
4
extern
GHashTable
*
bindings
;
5
PyObject
*
create_pyobject_from_string_list
(
GList
*
list
);
6