Constant

ClapperTIME_FORMAT

Declaration

#define CLAPPER_TIME_FORMAT "02u:%02u:%02u"

Description

A string that can be used in printf-like format to display e.g. position or duration in hh:mm:ss format. Meant to be used together with CLAPPER_TIME_ARGS().

Example:

gchar *str = g_strdup_printf ("%" CLAPPER_TIME_FORMAT, CLAPPER_TIME_ARGS (time));