This commit is contained in:
Gediminas Paulauskas 2002-08-02 22:59:50 +00:00
parent 786b3e298f
commit 8c46927bf3

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) (void);
typedef void (*GtkItemFactoryCallback) ();
typedef void (*GtkItemFactoryCallback1) (gpointer callback_data,
guint callback_action,
GtkWidget *widget);