From 8b0f73be6127e07b51efde4245bf000e2ad7b487 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Jan 2006 06:15:30 +0000 Subject: [PATCH] Fix docs --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkassistant.c | 3 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 930562a8ce..1d206b5ac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-01-20 Matthias Clasen + * gtk/gtkassistant.c: Fix the docs to reflect the actual signal + signatures. + * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't crash if layout is NULL. (#327934, Christian Kirbach) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 930562a8ce..1d206b5ac3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-01-20 Matthias Clasen + * gtk/gtkassistant.c: Fix the docs to reflect the actual signal + signatures. + * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't crash if layout is NULL. (#327934, Christian Kirbach) 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. *