diff options
author | Andre Klapper <a9016009@gmx.de> | 2009-02-18 04:34:45 +0000 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2009-02-18 04:34:45 +0000 |
commit | fa206802f4d4c179b621765de8d22a346bbcf72d (patch) | |
tree | 98d4addea83447659db30824217b63e7afc57211 | |
parent | c1507495a79fb580f24818afd01402b4e19ee00d (diff) | |
download | pygobject-fa206802f4d4c179b621765de8d22a346bbcf72d.tar.gz |
Change comment to avoid false positives when grep'ing for deprecated gtk
2009-02-18 Andre Klapper <a9016009@gmx.de>
* gobject/pygobject.h:
Change comment to avoid false positives when grep'ing for
deprecated gtk functions
svn path=/trunk/; revision=1011
-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 592853af..47beb7d6 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; }; |