diff options
Diffstat (limited to 'gtk/gtkuimanager.h')
-rw-r--r-- | gtk/gtkuimanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkuimanager.h b/gtk/gtkuimanager.h index 27fce6bcf3..62f544fb4c 100644 --- a/gtk/gtkuimanager.h +++ b/gtk/gtkuimanager.h @@ -25,7 +25,7 @@ * Modified by the GTK+ Team and others 2003. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -69,7 +69,7 @@ struct _GtkUIManagerClass { GObjectClass parent_class; /* Signals */ - void (* add_widget) (GtkUIManager *merge, + void (* add_widget) (GtkUIManager *merge, GtkWidget *widget); void (* actions_changed) (GtkUIManager *merge); void (* connect_proxy) (GtkUIManager *merge, |