forked from AuroraMiddleware/gtk
parent
35d09ffdba
commit
27472fe72b
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user