OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/platform/DARWIN/growlagent/GrowlPathway.h
00001 //
00002 //  GrowlNotificationServer.h
00003 //  Growl
00004 //
00005 //  Created by Ingmar Stein on 15.11.04.
00006 //  Copyright 2004-2006 The Growl Project. All rights reserved.
00007 //
00008 // This file is under the BSD License, refer to License.txt for details
00009 
00010 #import <Foundation/Foundation.h>
00011 
00012 @protocol GrowlNotificationProtocol
00013 - (oneway void) registerApplicationWithDictionary:(bycopy NSDictionary *)dict;
00014 - (oneway void) postNotificationWithDictionary:(bycopy NSDictionary *)notification;
00015 - (bycopy NSString *) growlVersion;
00016 @end
00017 
00018 @class GrowlApplicationController;
00019 
00020 @interface GrowlPathway : NSObject <GrowlNotificationProtocol> {
00021 }
00022 
00023 @end
 All Data Structures Files Functions Variables