From 7df2f2ae0969201a617b6891a32ddaccc0e9d79f Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 23 Oct 2008 15:39:54 +0000 Subject: [PATCH] 2008-10-23 Claudio Saavedra * src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings. * src/hildon-touch-selector.c: Ditto. --- ChangeLog | 5 +++++ src/hildon-touch-selector-entry.c | 4 +++- src/hildon-touch-selector.c | 4 +--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c964b50..6bfccc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-23 Claudio Saavedra + + * src/hildon-touch-selector-entry.c: Fix some gtk-doc warnings. + * src/hildon-touch-selector.c: Ditto. + 2008-10-23 Alejandro Pinheiro * debian/control: Added new package libhildon1-examples, in order to pack diff --git a/src/hildon-touch-selector-entry.c b/src/hildon-touch-selector-entry.c index 27eb735..2e20011 100644 --- a/src/hildon-touch-selector-entry.c +++ b/src/hildon-touch-selector-entry.c @@ -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 diff --git a/src/hildon-touch-selector.c b/src/hildon-touch-selector.c index 6477379..c3a39e9 100644 --- a/src/hildon-touch-selector.c +++ b/src/hildon-touch-selector.c @@ -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, -- 1.7.9.5