diff options
author | Murray Cumming <murrayc@src.gnome.org> | 2006-02-10 12:59:19 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2006-02-10 12:59:19 +0000 |
commit | 8633322c0e60560f915577d04a24fa75454b3608 (patch) | |
tree | 9b0c33dcd0d51889a16e27b34d6ad2cc1164303b /gtk/gtkassistant.h | |
parent | f8271bdc1e09294d9f211125d43bb3de03cd18c7 (diff) | |
download | gtk+-8633322c0e60560f915577d04a24fa75454b3608.tar.gz |
2006-02-10 Murray Cumming <murrayc@murrayc.com
* gtk/gtkassistant.h: Correct the declaration of the prepare
default signal handler to match its registration and use.
Diffstat (limited to 'gtk/gtkassistant.h')
-rw-r--r-- | gtk/gtkassistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h index 495a74662c..cadffd0d58 100644 --- a/gtk/gtkassistant.h +++ b/gtk/gtkassistant.h @@ -70,7 +70,7 @@ struct _GtkAssistantClass { GtkWindowClass parent_class; - void (* prepare) (GtkAssistant *assistant); + void (* prepare) (GtkAssistant *assistant, GtkWidget *page); void (* apply) (GtkAssistant *assistant); void (* close) (GtkAssistant *assistant); void (* cancel) (GtkAssistant *assistant); |