aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGrowlController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-04-11 15:49:04 +0000
committerstuconnolly <stuart02@gmail.com>2009-04-11 15:49:04 +0000
commit40a49b30a8feaf8f0cdd7a084d9843ce7d6da77f (patch)
tree2dbf62b1d4044f35dba58234642c972effe57242 /Source/SPGrowlController.h
parenta0cd9ef61ebcd6d360c167dc25939c1d1bc6ffb2 (diff)
downloadsequelpro-40a49b30a8feaf8f0cdd7a084d9843ce7d6da77f.tar.gz
sequelpro-40a49b30a8feaf8f0cdd7a084d9843ce7d6da77f.tar.bz2
sequelpro-40a49b30a8feaf8f0cdd7a084d9843ce7d6da77f.zip
Implement very basic Growl enable/disable preference. Still need to add more complex notification rules.
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