summaryrefslogtreecommitdiff
path: root/gi/pyglib.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:45:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:45:49 +0900
commit21d2cf757d6646ab430406c5406b15d753474e98 (patch)
tree146a899be01caa3a903c2a9949840b3293b81d38 /gi/pyglib.h
parent4e74666c3f696a306557bf302a5e05d649e03365 (diff)
downloadpygobject2-21d2cf757d6646ab430406c5406b15d753474e98.tar.gz
pygobject2-21d2cf757d6646ab430406c5406b15d753474e98.tar.bz2
pygobject2-21d2cf757d6646ab430406c5406b15d753474e98.zip
Imported Upstream version 3.21.91
Change-Id: I89d5b175d455604c3510d61eb14e4f048d5ba446 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'gi/pyglib.h')
-rw-r--r--gi/pyglib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gi/pyglib.h b/gi/pyglib.h
index 00228dd..37bdfa5 100644
--- a/gi/pyglib.h
+++ b/gi/pyglib.h
@@ -24,6 +24,8 @@
#include <glib.h>
+#include <pyglib-python-compat.h>
+
G_BEGIN_DECLS
typedef void (*PyGLibThreadsEnabledFunc) (void);
@@ -53,6 +55,10 @@ PyObject* _pyglib_generic_long_richcompare(long a, long b, int op);
return; \
PyDict_SetItemString(d, name, (PyObject *)&type);
+gboolean _pyglib_handler_marshal(gpointer user_data);
+void _pyglib_destroy_notify(gpointer user_data);
+
+extern PyObject *pyglib__glib_module_create (void);
G_END_DECLS