summaryrefslogtreecommitdiffstats
path: root/gobject
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-11-18 12:17:16 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-11-18 12:17:16 +0000
commit83816e8cbf9e24b5f9a2b52bb404961ba53b817b (patch)
treeffaf58241d3886afe12cdcbf9d26e012445e14b7 /gobject
parentd5c99ec99e7b4f19b3ce533c33988fc81f19fccd (diff)
downloadpygobject-83816e8cbf9e24b5f9a2b52bb404961ba53b817b.tar.gz
pygobject-83816e8cbf9e24b5f9a2b52bb404961ba53b817b.tar.xz
pygobject-83816e8cbf9e24b5f9a2b52bb404961ba53b817b.zip
Add a test for #375589
Diffstat (limited to 'gobject')
-rw-r--r--gobject/pygobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c
index 4cfe9e9..7ff25df 100644
--- a/gobject/pygobject.c
+++ b/gobject/pygobject.c
@@ -1677,7 +1677,7 @@ pygobject_disconnect_by_func(PyGObject *self, PyObject *args)
PyString_AsString(PyObject_Repr((PyObject*)pyfunc)));
return NULL;
}
-
+
retval = g_signal_handlers_disconnect_matched(self->obj,
G_SIGNAL_MATCH_CLOSURE,
0, 0,