X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hildon%2Fhildon-seekbar.c;h=cc77140aa9ade81698beeb3f06435544651984ef;hb=ad616175cfa334604939586aa9ecb2552078766d;hp=19c835104513a6ed43706b07d862295128b40c55;hpb=69a11338fe0cc36a868e5812b590f5437622988a;p=hildon diff --git a/hildon/hildon-seekbar.c b/hildon/hildon-seekbar.c index 19c8351..cc77140 100644 --- a/hildon/hildon-seekbar.c +++ b/hildon/hildon-seekbar.c @@ -32,6 +32,9 @@ * stream/the amount currently downloaded). The position is clamped * between zero and the total time, or zero and the fraction in case of * a stream. + * + * #HildonSeekbar has been deprecated since hildon 2.2. Use #GtkScale + * instead. See hildon_gtk_hscale_new() and hildon_gtk_vscale_new(). */ #undef HILDON_DISABLE_DEPRECATED @@ -325,9 +328,11 @@ hildon_seekbar_new (void) /** * hildon_seekbar_get_total_time: - * @seekbar: pointer to #HildonSeekbar widget + * @seekbar: a #HildonSeekbar * - * Returns: total playing time of media in seconds. + * Gets the total playing time of the media (in seconds). + * + * Returns: total playing time. */ gint hildon_seekbar_get_total_time (HildonSeekbar *seekbar) @@ -341,7 +346,7 @@ hildon_seekbar_get_total_time (HildonSeekbar *seekbar) /** * hildon_seekbar_set_total_time: - * @seekbar: pointer to #HildonSeekbar widget + * @seekbar: a #HildonSeekbar * @time: integer greater than zero * * Set total playing time of media in seconds.