mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Major internal restructuring for the GTK GUI,
GObject-derived wrappers are used for tr_handle_t and tr_torrent_t. Use bencoding to store prefs and state file. Make sure to always group error messages when adding multiple torrents at once. Remove some unused code. Many miscellaneous cleanups.
This commit is contained in:
@@ -37,8 +37,7 @@
|
||||
#define SHUTUP
|
||||
#endif
|
||||
|
||||
typedef gboolean (*add_torrent_func_t)(void *, const char *, const char *, gboolean, GList **);
|
||||
typedef void (*torrents_added_func_t)(void *);
|
||||
typedef void (*add_torrents_func_t)(void*,void*,GList*,const char*,gboolean*);
|
||||
|
||||
/* return number of items in array */
|
||||
#define ALEN(a) (sizeof(a) / sizeof((a)[0]))
|
||||
|
||||
Reference in New Issue
Block a user