comparison: finch/libgnt/pygnt/common.h
finch/libgnt/pygnt/common.h
- changeset 18826
- a276583c694c
- child 19173
- 467db4a9cc44
equal
deleted
inserted
replaced
| |
1 #include "Python.h" |
| |
2 #include "gnt.h" |
| |
3 |
| |
4 PyObject *create_pyobject_from_string_list(GList *list); |
| |
5 |