mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
#4963 Support Notification Center on 10.8
This commit is contained in:
@@ -49,7 +49,7 @@ typedef enum
|
||||
ADD_CREATED
|
||||
} addType;
|
||||
|
||||
@interface Controller : NSObject <GrowlApplicationBridgeDelegate, NSURLDownloadDelegate, NSPopoverDelegate, NSSoundDelegate, NSToolbarDelegate, NSWindowDelegate, QLPreviewPanelDataSource, QLPreviewPanelDelegate>
|
||||
@interface Controller : NSObject <GrowlApplicationBridgeDelegate, NSURLDownloadDelegate, NSUserNotificationCenterDelegate, NSPopoverDelegate, NSSoundDelegate, NSToolbarDelegate, NSWindowDelegate, QLPreviewPanelDataSource, QLPreviewPanelDelegate>
|
||||
{
|
||||
tr_session * fLib;
|
||||
|
||||
@@ -193,6 +193,8 @@ typedef enum
|
||||
|
||||
- (void) setBottomCountText: (BOOL) filtering;
|
||||
|
||||
- (Torrent *) torrentForHash: (NSString *) hash;
|
||||
|
||||
- (void) torrentFinishedDownloading: (NSNotification *) notification;
|
||||
- (void) torrentRestartedDownloading: (NSNotification *) notification;
|
||||
- (void) torrentFinishedSeeding: (NSNotification *) notification;
|
||||
|
||||
Reference in New Issue
Block a user