svn path=/trunk/; revision=19740
This commit is contained in:
Johan Dahlin 2008-03-09 22:56:29 +00:00
parent 35d09ffdba
commit 27472fe72b
2 changed files with 1 additions and 4 deletions

View File

@ -180,9 +180,6 @@
2008-03-02 Johan Dahlin <johan@gnome.org>
* gtk/gtkitemfactory.h: Use void instead of empty arguments.
(#508760, Philip Van Hoof)
* gtk/gtkiconview.c (gtk_icon_view_paint_item):
Remove left-over focus_pad variable.
(#490892, Claudio Saavedra)

View File

@ -44,7 +44,7 @@ typedef void (*GtkPrintFunc) (gpointer func_data,
* (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);