mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Move the ETA cap of 99:59:59 from libtransmission to the MacOS X GUI.
Display the ETA better in the GTK GUI.
This commit is contained in:
@@ -59,6 +59,11 @@ strbool(const char *str);
|
||||
char *
|
||||
readablesize(guint64 size);
|
||||
|
||||
/* return a human-readable string for the time given in seconds.
|
||||
the string must be g_free()d */
|
||||
char *
|
||||
readabletime(int secs);
|
||||
|
||||
/* returns a string representing the download ratio.
|
||||
the string must be g_free()d */
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user