finch/libgnt/pygnt/common.h

Tue, 17 Jul 2007 11:09:03 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Tue, 17 Jul 2007 11:09:03 +0000
changeset 18826
a276583c694c
child 19173
467db4a9cc44
permissions
-rw-r--r--

Do some work to make pygnt more useful. The dbus-gnt script works fairly
well now.

18826
a276583c694c Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
1 #include "Python.h"
a276583c694c Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
2 #include "gnt.h"
a276583c694c Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
3
a276583c694c Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
4 PyObject *create_pyobject_from_string_list(GList *list);
a276583c694c Do some work to make pygnt more useful. The dbus-gnt script works fairly
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff changeset
5

mercurial