2008-10-23 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 23 Oct 2008 15:39:54 +0000 (15:39 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 23 Oct 2008 15:39:54 +0000 (15:39 +0000)
* src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
* src/hildon-touch-selector.c: Ditto.

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

index c964b50..6bfccc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-23  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings.
+       * src/hildon-touch-selector.c: Ditto.
+
 2008-10-23  Alejandro Pinheiro  <apinheiro@igalia.com>
 
        * debian/control: Added new package libhildon1-examples, in order to pack
index 27eb735..2e20011 100644 (file)
@@ -270,7 +270,9 @@ hildon_touch_selector_entry_set_text_column (HildonTouchSelectorEntry *selector,
  * hildon_touch_selector_entry_get_text_column:
  * @selector: A #HildonTouchSelectorEntry
  *
- * Returns the @column which the touch selector is using to get the strings from
+ * Gets the text column that @selector is using as a text column.
+ *
+ * Returns: the number of the column used as a text column.
  *
  **/
 gint
index 6477379..c3a39e9 100644 (file)
@@ -1627,12 +1627,10 @@ hildon_touch_selector_has_multiple_selection (HildonTouchSelector * selector)
  * @selector: A #HildonTouchSelector
  * @column: a column number
  *
- * Returns the @column<!-- -->-th #HildonTouchSelectorColumn in @selector
- *
- *
  * Use this method to retrieve a #HildonTouchSelectorColumn. Then, you can use
  * the #GtkCellLayout interface to set up the layout of the column.
  *
+ * Returns: the @column<!-- -->-th #HildonTouchSelectorColumn in @selector
  **/
 HildonTouchSelectorColumn *
 hildon_touch_selector_get_column (HildonTouchSelector * selector,