diff finch/libgnt/pygnt/common.h @ 18556:5e1412f4e67a

Do some work to make pygnt more useful. The dbus-gnt script works fairly well now.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 17 Jul 2007 11:09:03 +0000
parents
children 6b16fca71f8b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/finch/libgnt/pygnt/common.h	Tue Jul 17 11:09:03 2007 +0000
@@ -0,0 +1,5 @@
+#include "Python.h"
+#include "gnt.h"
+
+PyObject *create_pyobject_from_string_list(GList *list);
+