X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-time-selector.c;h=e28a4fc3699692b632c3188be6fe2b1b3ba2901c;hb=db9685e21af93630b100473c49d066de0ad3691f;hp=912da1064aa80745281a5ac53189e4c98ebeefb0;hpb=ca3f5dcaead46889c910eef7199c5369d7c600ac;p=hildon diff --git a/src/hildon-time-selector.c b/src/hildon-time-selector.c index 912da10..e28a4fc 100644 --- a/src/hildon-time-selector.c +++ b/src/hildon-time-selector.c @@ -396,7 +396,7 @@ hildon_time_selector_new () /** * hildon_time_selector_set_time * @selector: the #HildonTimeSelector - * @year: the current hour (0-23) + * @hours: the current hour (0-23) * @minutes: the current minute (0-59) * * Sets the current active hour on the #HildonTimeSelector widget @@ -439,7 +439,7 @@ hildon_time_selector_set_time (HildonTimeSelector * selector, /** * hildon_time_selector_get_time * @selector: the #HildonTimeSelector - * @year: to set the current hour (0-23) + * @hours: to set the current hour (0-23) * @minutes: to set the current minute (0-59) * * Gets the current active hour on the #HildonTimeSelector widget. Both @year