diff options
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index f3bac6d2..410ce914 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -26,8 +26,6 @@ #import <Cocoa/Cocoa.h> #import <Growl/Growl.h> -#define SP_LONGRUNNING_NOTIFICATION_TIME 3.0 - @interface SPGrowlController : NSObject <GrowlApplicationBridgeDelegate> { NSString *timingNotificationName; @@ -55,10 +53,10 @@ clickContext:(id)clickContext; // Receive notification click -- (void) growlNotificationWasClicked:(NSDictionary *)clickContext; +- (void)growlNotificationWasClicked:(NSDictionary *)clickContext; // Timing functions -- (void) setVisibilityForNotificationName:(NSString *)name; -- (double) milliTime; +- (void)setVisibilityForNotificationName:(NSString *)name; +- (double)milliTime; @end |