summaryrefslogtreecommitdiffstats
path: root/gobject
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2009-02-18 04:34:45 +0000
committerAndre Klapper <aklapper@src.gnome.org>2009-02-18 04:34:45 +0000
commitfa206802f4d4c179b621765de8d22a346bbcf72d (patch)
tree98d4addea83447659db30824217b63e7afc57211 /gobject
parentc1507495a79fb580f24818afd01402b4e19ee00d (diff)
downloadpygobject-fa206802f4d4c179b621765de8d22a346bbcf72d.tar.gz
pygobject-fa206802f4d4c179b621765de8d22a346bbcf72d.tar.xz
pygobject-fa206802f4d4c179b621765de8d22a346bbcf72d.zip
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
Diffstat (limited to 'gobject')
-rw-r--r--gobject/pygobject.h2
1 files changed, 1 insertions, 1 deletions
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;
};