gtk+ r19740 - in trunk: . gtk



Author: johan
Date: Sun Mar  9 22:56:29 2008
New Revision: 19740
URL: http://svn.gnome.org/viewvc/gtk+?rev=19740&view=rev

Log:
Revert #508760

Modified:
   trunk/ChangeLog
   trunk/gtk/gtkitemfactory.h

Modified: trunk/gtk/gtkitemfactory.h
==============================================================================
--- trunk/gtk/gtkitemfactory.h	(original)
+++ trunk/gtk/gtkitemfactory.h	Sun Mar  9 22:56:29 2008
@@ -44,7 +44,7 @@
  * (Note that if we are included from a C++ program () will mean
  * (void) so an explicit cast will be needed.)
  */
-typedef	void	(*GtkItemFactoryCallback)  (void);
+typedef	void	(*GtkItemFactoryCallback)  ();
 typedef	void	(*GtkItemFactoryCallback1) (gpointer		 callback_data,
 					    guint		 callback_action,
 					    GtkWidget		*widget);



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