pygobject r1018 - in branches/pygobject-2-16: . gobject



Author: gianmt
Date: Fri Feb 20 22:31:44 2009
New Revision: 1018
URL: http://svn.gnome.org/viewvc/pygobject?rev=1018&view=rev

Log:
2009-02-18  Andre Klapper  <a9016009 gmx de>

	* gobject/pygobject.h:
	Change comment to avoid false positives when grep'ing for 
	deprecated gtk functions



Modified:
   branches/pygobject-2-16/ChangeLog
   branches/pygobject-2-16/gobject/pygobject.h

Modified: branches/pygobject-2-16/gobject/pygobject.h
==============================================================================
--- branches/pygobject-2-16/gobject/pygobject.h	(original)
+++ branches/pygobject-2-16/gobject/pygobject.h	Fri Feb 20 22:31:44 2009
@@ -21,7 +21,7 @@
     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;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]