mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Rewrite error messages to be less unnecessarily verbose.
Only allow one instance of the preference window at a time. Beat the dialogs with the GNOME HiG stick. Handle missing .torrent files on startup better.
This commit is contained in:
@@ -57,6 +57,10 @@ readablesize(guint64 size, int decimals);
|
||||
gboolean
|
||||
mkdir_p(const char *name, mode_t mode);
|
||||
|
||||
/* joins a GList of strings into one string using an optional separator */
|
||||
char *
|
||||
joinstrlist(GList *list, char *sep);
|
||||
|
||||
/* set up a handler for various fatal signals */
|
||||
void
|
||||
setuphandlers(callbackfunc_t func, void *data);
|
||||
|
||||
Reference in New Issue
Block a user