diff options
Diffstat (limited to 'gobject')
| -rw-r--r-- | gobject/pygobject.c | 2 |
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, |
