aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGrowlController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r--Source/SPGrowlController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h
index 2ad73e8b..7b604e30 100644
--- a/Source/SPGrowlController.h
+++ b/Source/SPGrowlController.h
@@ -30,5 +30,6 @@
// 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;
@end