summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SwifTools/Notifier/GrowlNotifierDelegate.h')
-rw-r--r--SwifTools/Notifier/GrowlNotifierDelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SwifTools/Notifier/GrowlNotifierDelegate.h b/SwifTools/Notifier/GrowlNotifierDelegate.h
index 7a556cc..b7f0968 100644
--- a/SwifTools/Notifier/GrowlNotifierDelegate.h
+++ b/SwifTools/Notifier/GrowlNotifierDelegate.h
@@ -12,17 +12,18 @@ namespace Swift {
@interface GrowlNotifierDelegate : NSObject<GrowlApplicationBridgeDelegate> {
Swift::GrowlNotifier* notifier;
NSString* name;
NSDictionary* registrationDictionary;
}
@property (nonatomic, retain) NSDictionary* registrationDictionary;
@property (nonatomic, copy) NSString* name;
+@property (nonatomic) Swift::GrowlNotifier* notifier;
- (NSDictionary*) registrationDictionaryForGrowl;
- (NSString *) applicationNameForGrowl;
- (void) growlNotificationWasClicked: (id) clickContext;
- (void) growlNotificationTimedOut: (id) clickContext;
@end