diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gobject/pygobject.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2009-02-18 Andre Klapper <a9016009@gmx.de> + + * gobject/pygobject.h: + Change comment to avoid false positives when grep'ing for + deprecated gtk functions + 2009-02-17 Gustavo J. A. M. Carneiro <gjc@inescporto.pt> * gio/gfile.override, gio/gio.defs, gio/gio.override: Bug 556250 diff --git a/gobject/pygobject.h b/gobject/pygobject.h index 592853a..47beb7d 100644 --- a/gobject/pygobject.h +++ b/gobject/pygobject.h @@ -21,7 +21,7 @@ struct _PyGClosure { GClosure closure; PyObject *callback; PyObject *extra_args; /* tuple of extra args to pass to callback */ - PyObject *swap_data; /* other object for gtk_signal_connect_object */ + PyObject *swap_data; /* other object for gtk_signal_connect__object */ PyClosureExceptionHandler exception_handler; }; |