prototypes with no parameters must be defined as (void), not ()

2002-08-02  Gediminas Paulauskas <menesis@delfi.lt>

        * gtkitemfactory.h: prototypes with no parameters must be
	        defined as (void), not ()
This commit is contained in:
Gediminas Paulauskas 2002-08-02 22:01:01 +00:00 committed by Gediminas Paulauskas
parent 977119e887
commit 934f1cc499

View File

@ -43,7 +43,7 @@ typedef void (*GtkPrintFunc) (gpointer func_data,
const gchar *str);
typedef gchar * (*GtkTranslateFunc) (const gchar *path,
gpointer func_data);
typedef void (*GtkItemFactoryCallback) ();
typedef void (*GtkItemFactoryCallback) (void);
typedef void (*GtkItemFactoryCallback1) (gpointer callback_data,
guint callback_action,
GtkWidget *widget);