Fix the docs for hildon_time_selector_new_step()
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 9 Jun 2009 08:50:16 +0000 (11:50 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 9 Jun 2009 08:51:35 +0000 (11:51 +0300)
* hildon/hildon-time-selector.c: Fix the docs for
hildon_time_selector_new_step().

ChangeLog
hildon/hildon-time-selector.c

index f951ad1..51c07f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * hildon/hildon-time-selector.c: Fix the docs for
+       hildon_time_selector_new_step().
+
+2009-06-09  Claudio Saavedra  <csaavedra@igalia.com>
+
        * hildon/hildon-touch-selector.c: Improve the documentation for
        hildon_touch_selector_append_column().
 
index 6f0a7b1..e6a855f 100644 (file)
@@ -623,10 +623,10 @@ hildon_time_selector_new ()
 
 /**
  * hildon_time_selector_new_step:
- *
- * Creates a new #HildonTimeSelector
- * @minutes_step: step between the minutes we are going to show in the
- * selector
+ * @minutes_step: step between the minutes in the selector.
+
+ * Creates a new #HildonTimeSelector, with @minutes_step steps between
+ * the minutes in the minutes column.
  *
  * Returns: a new #HildonTimeSelector
  *