mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong thread" -- fixed in trunk for 2.00
This commit is contained in:
@@ -159,12 +159,9 @@ void tr_core_torrents_added( TrCore * self );
|
||||
*******
|
||||
******/
|
||||
|
||||
/* we've gotten notice from RPC that a torrent has been destroyed;
|
||||
update our gui accordingly */
|
||||
void tr_core_torrent_destroyed( TrCore * self, int torrentId );
|
||||
|
||||
/* remove a torrent */
|
||||
void tr_core_remove_torrent( TrCore * self, TrTorrent * gtor, int deleteFiles );
|
||||
void tr_core_remove_torrent( TrCore * self, TrTorrent * gtor, gboolean deleteFiles );
|
||||
void tr_core_remove_torrent_from_id( TrCore * self, int id, gboolean deleteFiles );
|
||||
|
||||
/* update the model with current torrent status */
|
||||
void tr_core_update( TrCore * self );
|
||||
|
||||
Reference in New Issue
Block a user