diff options
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index 7b604e30..0b037401 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -29,7 +29,16 @@ + (SPGrowlController *)sharedGrowlController; // Post notification -- (void)notifyWithTitle:(NSString *)title description:(NSString *)description notificationName:(NSString *)name; -- (void)notifyWithTitle:(NSString *)title description:(NSString *)description notificationName:(NSString *)name iconData:(NSData *)data priority:(int)priority isSticky:(BOOL)sticky clickContext:(id)clickContext; +- (void)notifyWithTitle:(NSString *)title + description:(NSString *)description + notificationName:(NSString *)name; + +- (void)notifyWithTitle:(NSString *)title + description:(NSString *)description + notificationName:(NSString *)name + iconData:(NSData *)data + priority:(int)priority + isSticky:(BOOL)sticky + clickContext:(id)clickContext; @end |