summaryrefslogtreecommitdiffstats
path: root/glib/pyglib-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/pyglib-private.h')
-rw-r--r--glib/pyglib-private.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/glib/pyglib-private.h b/glib/pyglib-private.h
index fa8c6dd..4609e90 100644
--- a/glib/pyglib-private.h
+++ b/glib/pyglib-private.h
@@ -28,8 +28,10 @@
G_BEGIN_DECLS
struct _PyGLib_Functions {
- gboolean threads_enabled;
- PyObject *gerror_exception;
+ gboolean threads_enabled;
+ PyObject *gerror_exception;
+ PyGLibThreadBlockFunc block_threads;
+ PyGLibThreadBlockFunc unblock_threads;
};
#define PYGLIB_REGISTER_TYPE(d, type, name) \