2009-03-12 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 12 Mar 2009 14:09:57 +0000 (14:09 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 12 Mar 2009 14:09:57 +0000 (14:09 +0000)
* src/hildon-touch-selector.c: Small documentation fixes.

ChangeLog
src/hildon-touch-selector.c

index 6b93be6..091f451 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * src/hildon-touch-selector.c: Small documentation fixes.
+
+2009-03-12  Claudio Saavedra  <csaavedra@igalia.com>
+
        Based on a patch by Daniel Borgmann (danielb@openismus.com)
 
        * src/hildon-entry.c (hildon_entry_refresh_contents),
index 35ecfd2..bfa7599 100644 (file)
@@ -1441,8 +1441,8 @@ hildon_touch_selector_set_print_func (HildonTouchSelector * selector,
  * hildon_touch_selector_set_print_func_full:
  * @selector: a #HildonTouchSelector
  * @func: a #HildonTouchSelectorPrintFunc function
- * @user_data: a pointer to user data, or NULL
- * @destroy_func: a callback for freeing the user data, or NULL
+ * @user_data: a pointer to user data or %NULL
+ * @destroy_func: a callback for freeing the user data or %NULL
  *
  * Sets the function to be used by hildon_touch_selector_get_current_text()
  * to produce a text representation of the currently selected items in @selector.