Converts time, in seconds, into a string representation readable by humans and localized into the current locale.
This can be used to convert event duration to string or similar use cases.
Free the returned string with g_free, when no longer needed.
seconds |
actual time, in seconds |
a newly allocated string with localized description of the given time in seconds. |