xed/gedit/osx/gedit-osx-delegate.h

17 lines
302 B
C
Raw Normal View History

2011-11-07 13:46:58 -06:00
#ifndef GEDIT_OSX_DELEGATE_H_
#define GEDIT_OSX_DELEGATE_H_
#import <Foundation/NSAppleEventManager.h>
@interface GeditOSXDelegate : NSObject
{
}
-(id) init;
-(void) openFiles:(NSAppleEventDescriptor*)event
withReply:(NSAppleEventDescriptor*)reply;
@end
#endif /* GEDIT_OSX_DELEGATE_H_ */