@ -180,9 +180,6 @@
|
|||||||
|
|
||||||
2008-03-02 Johan Dahlin <johan@gnome.org>
|
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):
|
* gtk/gtkiconview.c (gtk_icon_view_paint_item):
|
||||||
Remove left-over focus_pad variable.
|
Remove left-over focus_pad variable.
|
||||||
(#490892, Claudio Saavedra)
|
(#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
|
* (Note that if we are included from a C++ program () will mean
|
||||||
* (void) so an explicit cast will be needed.)
|
* (void) so an explicit cast will be needed.)
|
||||||
*/
|
*/
|
||||||
typedef void (*GtkItemFactoryCallback) (void);
|
typedef void (*GtkItemFactoryCallback) ();
|
||||||
typedef void (*GtkItemFactoryCallback1) (gpointer callback_data,
|
typedef void (*GtkItemFactoryCallback1) (gpointer callback_data,
|
||||||
guint callback_action,
|
guint callback_action,
|
||||||
GtkWidget *widget);
|
GtkWidget *widget);
|
||||||
|
|||||||
Reference in New Issue
Block a user