gtk+ r19694 - in trunk: . gtk



Author: johan
Date: Mon Mar  3 01:22:54 2008
New Revision: 19694
URL: http://svn.gnome.org/viewvc/gtk+?rev=19694&view=rev

Log:
2008-03-02  Johan Dahlin  <johan gnome org>

    * gtk/gtkitemfactory.h: Use void instead of empty arguments.
    (#508760, Philip Van Hoof)



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

Modified: trunk/gtk/gtkitemfactory.h
==============================================================================
--- trunk/gtk/gtkitemfactory.h	(original)
+++ trunk/gtk/gtkitemfactory.h	Mon Mar  3 01:22:54 2008
@@ -47,7 +47,7 @@
  * (Note that if we are included from a C++ program () will mean
  * (void) so an explicit cast will be needed.)
  */
-typedef	void	(*GtkItemFactoryCallback)  ();
+typedef	void	(*GtkItemFactoryCallback)  (void);
 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]