2009-06-18 Alejandro Pinheiro <apinheiro@igalia.com>
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 18 Jun 2009 14:32:49 +0000 (16:32 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 18 Jun 2009 14:33:43 +0000 (16:33 +0200)
* hildon/hildon-touch-selector-entry.c
* hildon/hildon-touch-selector.c
Update the documentation of the "text-column" property

ChangeLog
hildon/hildon-touch-selector-entry.c
hildon/hildon-touch-selector.c

index 7389931..e3b005c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-18  Alejandro Pinheiro <apinheiro@igalia.com>
+
+       * hildon/hildon-touch-selector-entry.c
+       * hildon/hildon-touch-selector.c
+       Update the documentation of the "text-column" property
+
 2009-06-17  David King  <davidk@openismus.com>
 
        * hildon/hildon-note.c: Add Gtk-Doc markup where appropriate. Correct
index af2f3fc..2ff7c76 100644 (file)
@@ -121,11 +121,15 @@ hildon_touch_selector_entry_class_init (HildonTouchSelectorEntryClass *klass)
   /**
    * HildonTouchSelectorEntry:text-column:
    *
-   * Deprecated: now this property is in HildonTouchSelectorColumn use
-   * hildon_touch_selector_entry_set_text_column() and
-   * hildon_touch_selector_entry_get_text_column() to manage this.
+   * A column in the data source model to get the strings from.
    *
-   * Since: 2.2
+   * This property is deprecated. Use HildonTouchSelectorColumn:text-column
+   * instead. Use hildon_touch_selector_entry_set_text_column() and
+   * hildon_touch_selector_entry_get_text_column() to manage it.
+   *
+   * Deprecated: use HildonTouchSelectorColumn:text-column instead
+   *
+   * Since: maemo 2.2
    **/
   g_object_class_install_property (G_OBJECT_CLASS (klass),
                                    PROP_TEXT_COLUMN,
index a907a76..f0614da 100644 (file)
 /**
  * SECTION:hildon-touch-selector-column
  * @short_description: A visible column in a #HildonTouchSelector
+ * @see_also: #HildonTouchSelector
  *
  * A #HildonTouchSelectorColumn is a column in a
  * #HildonTouchSelector. This class implements the #GtkCellLayout interface, allowing
@@ -801,6 +802,13 @@ hildon_touch_selector_column_class_init (HildonTouchSelectorColumnClass *klass)
   gobject_class->get_property = hildon_touch_selector_column_get_property;
   gobject_class->set_property = hildon_touch_selector_column_set_property;
 
+  /**
+   * HildonTouchSelectorColumn:text-column:
+   *
+   * A column in the data source model to get the strings from.
+   *
+   * Since: maemo 2.2
+   **/
   g_object_class_install_property (G_OBJECT_CLASS(klass),
                                    PROP_TEXT_COLUMN,
                                    g_param_spec_int ("text-column",