From f1a5ede57617d9f2336b50a27da3f68787f64e2c Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 9 Jun 2009 11:50:16 +0300 Subject: [PATCH] Fix the docs for hildon_time_selector_new_step() * hildon/hildon-time-selector.c: Fix the docs for hildon_time_selector_new_step(). --- ChangeLog | 5 +++++ hildon/hildon-time-selector.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f951ad1..51c07f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-06-09 Claudio Saavedra + * hildon/hildon-time-selector.c: Fix the docs for + hildon_time_selector_new_step(). + +2009-06-09 Claudio Saavedra + * hildon/hildon-touch-selector.c: Improve the documentation for hildon_touch_selector_append_column(). diff --git a/hildon/hildon-time-selector.c b/hildon/hildon-time-selector.c index 6f0a7b1..e6a855f 100644 --- a/hildon/hildon-time-selector.c +++ b/hildon/hildon-time-selector.c @@ -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 * -- 1.7.9.5