summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-03-09 22:56:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-09 22:56:29 +0000
commit27472fe72b988720658642306de52e7b3a86c29d (patch)
treebc714da6b0db4d5a5b9cfc53d07cc98785ff8ec3 /gtk/gtkitemfactory.h
parent35d09ffdba3cd27bcd91b81d8e4ae75eb3b57283 (diff)
downloadgtk+-27472fe72b988720658642306de52e7b3a86c29d.tar.gz
Revert #508760
svn path=/trunk/; revision=19740
Diffstat (limited to 'gtk/gtkitemfactory.h')
-rw-r--r--gtk/gtkitemfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h
index bf301f9cce..009992f125 100644
--- a/gtk/gtkitemfactory.h
+++ b/gtk/gtkitemfactory.h
@@ -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);