mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(gtk) new "add torrent" popup to let users choose which files to download, file priority, add paused, delete source .torrent, etc
This commit is contained in:
11
gtk/util.h
11
gtk/util.h
@@ -34,9 +34,6 @@
|
||||
/* NULL-safe version of strcmp */
|
||||
int tr_strcmp( const char*, const char * );
|
||||
|
||||
/* XXX this shouldn't be here */
|
||||
enum tr_torrent_action { TR_TOR_LEAVE, TR_TOR_COPY, TR_TOR_MOVE };
|
||||
|
||||
/* return number of items in array */
|
||||
#define ALEN(a) ((signed)G_N_ELEMENTS(a))
|
||||
|
||||
@@ -82,14 +79,6 @@ decode_uri( const char * uri );
|
||||
GList *
|
||||
checkfilenames( int argc, char ** argv );
|
||||
|
||||
/* returns the flag for an action string */
|
||||
enum tr_torrent_action
|
||||
toraddaction( const char * action );
|
||||
|
||||
/* returns the action string for a flag */
|
||||
const char *
|
||||
toractionname( enum tr_torrent_action action );
|
||||
|
||||
/* retrieve the global download directory */
|
||||
char *
|
||||
getdownloaddir( void );
|
||||
|
||||
Reference in New Issue
Block a user