diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-21 06:15:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-21 06:15:30 +0000 |
commit | 8b0f73be6127e07b51efde4245bf000e2ad7b487 (patch) | |
tree | c14ef6c3d0ec088c69e73df2b9a8c076ae043fb6 /gtk/gtkassistant.c | |
parent | 9d0b5fa9dda2f1a9074c72ee03e4e26ae8e5cac1 (diff) | |
download | gtk+-8b0f73be6127e07b51efde4245bf000e2ad7b487.tar.gz |
Fix docs
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index 9755289fa8..cdabfda6c7 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -167,7 +167,6 @@ gtk_assistant_class_init (GtkAssistantClass *class) /** * GtkAssistant::cancel: * @assistant: the #GtkAssistant - * @page: the current page * * The ::cancel signal is emitted when then the cancel button is clicked. * @@ -205,7 +204,6 @@ gtk_assistant_class_init (GtkAssistantClass *class) /** * GtkAssistant::apply: * @assistant: the @GtkAssistant - * @page: the current page * * The ::apply signal is emitted when the apply button is clicked. The default * behavior of the #GtkAssistant is to switch to the page after the current page, @@ -232,7 +230,6 @@ gtk_assistant_class_init (GtkAssistantClass *class) /** * GtkAssistant::close: * @assistant: the #GtkAssistant - * @page: the current page * * The ::close signal is emitted when the close button is clicked. * |