initial
This commit is contained in:
16
gedit/osx/gedit-osx-delegate.h
Executable file
16
gedit/osx/gedit-osx-delegate.h
Executable file
@@ -0,0 +1,16 @@
|
||||
#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_ */
|
Reference in New Issue
Block a user