]> Pileus Git - ~andy/gtk/commitdiff
Fix docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 21 Jan 2006 06:15:30 +0000 (06:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 21 Jan 2006 06:15:30 +0000 (06:15 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkassistant.c

index 930562a8ce128809c53867e976f42c09f84783a0..1d206b5ac3b6f4961b2abdf22d76ade463f1610e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-01-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * 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)
 
index 930562a8ce128809c53867e976f42c09f84783a0..1d206b5ac3b6f4961b2abdf22d76ade463f1610e 100644 (file)
@@ -1,5 +1,8 @@
 2006-01-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * 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)
 
index 9755289fa8206a98b1282a16cb99f12765baed25..cdabfda6c7ac48be79fefa65d08ff4f3a9f68090 100644 (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.
    *