summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r--gobject/pygobject-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index d826f92..c5852e8 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -145,6 +145,7 @@ extern PyObject * pyg_enum_from_gtype (GType gtype,
typedef struct {
PyObject_HEAD
GMainLoop *loop;
+ GSource *signal_source;
} PyGMainLoop;
extern PyTypeObject PyGMainLoop_Type;