This commit is contained in:
Matthias Clasen
2006-01-21 06:15:30 +00:00
parent 9d0b5fa9dd
commit 8b0f73be61
3 changed files with 6 additions and 3 deletions

View File

@ -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.
*