Function
RBmake_elapsed_time_string
Declaration [src]
char*
rb_make_elapsed_time_string (
guint elapsed,
guint duration,
gboolean show_remaining
)
Description [src]
Constructs a string describing a playback position. The string describes hours, minutes, and seconds, and its format is localised. The string can describe either the elapsed time or the time remaining.