forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
f8271bdc1e
commit
8633322c0e
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2006-02-09 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* gtk/gtkfontbutton.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2006-02-09 Ross Burton <ross@burtonini.com>
|
||||
|
||||
* gtk/gtkfontbutton.c:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user