mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
a little progress on setting up the rpc callback (no new actual functionality yet)
This commit is contained in:
@@ -230,7 +230,7 @@ typedef enum
|
||||
|
||||
- (void) beginCreateFile: (NSNotification *) notification;
|
||||
|
||||
- (void) sleepCallBack: (natural_t) messageType argument: (void *) messageArgument;
|
||||
- (void) sleepCallback: (natural_t) messageType argument: (void *) messageArgument;
|
||||
|
||||
- (void) torrentTableViewSelectionDidChange: (NSNotification *) notification;
|
||||
|
||||
@@ -261,4 +261,6 @@ typedef enum
|
||||
|
||||
- (void) prepareForUpdate: (NSNotification *) notification;
|
||||
|
||||
- (void) rpcCallback: (tr_rpc_callback_type) type forTorrentStruct: (struct tr_torrent *) torrentStruct;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user