[gtk+] GtkListBox: fix up docs



commit 87ad4ec2c267e51a0da27a016c2c9e429b42e815
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Aug 16 16:39:51 2014 -0400

    GtkListBox: fix up docs

 gtk/gtklistbox.c |    2 +-
 gtk/gtklistbox.h |   13 ++++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 78f3552..562a15c 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -3501,7 +3501,7 @@ gtk_list_box_row_class_init (GtkListBoxRowClass *klass)
                           G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
 
   /**
-   * GtkListBoxRow:selectable
+   * GtkListBoxRow:selectable:
    *
    * The property determines whether this row can be selected.
    *
diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h
index 9f5aa6f..a4ee2ff 100644
--- a/gtk/gtklistbox.h
+++ b/gtk/gtklistbox.h
@@ -52,11 +52,14 @@ struct _GtkListBox
 /**
  * GtkListBoxClass:
  * @parent_class: The parent class.
- * @row_selected: Signal emitted when a new row is selected.
- * @row_activated: Signal emitted when a row has been activated by the user.
- * @activate_cursor_row: 
- * @toggle_cursor_row: 
- * @move_cursor: 
+ * @row_selected: Class handler for the #GtkListBox::row-selected signal
+ * @row_activated: Class handler for the #GtkListBox::row-activated signal
+ * @activate_cursor_row: Class handler for the #GtkListBox::activate-cursor-row signal
+ * @toggle_cursor_row: Class handler for the #GtkListBox::activate-cursor-row signal
+ * @move_cursor: Class handler for the #GtkListBox::move-cursor signal
+ * @selected_rows_changed: Class handler for the #GtkListBox::selected-rows-changed signal
+ * @select_all: Class handler for the #GtkListBox::select-all signal
+ * @unselect_all: Class handler for the #GtkListBox::unselect-all signal
  */
 struct _GtkListBoxClass
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]