summaryrefslogtreecommitdiff
path: root/gedit/osx/gedit-osx-delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gedit/osx/gedit-osx-delegate.h')
-rwxr-xr-xgedit/osx/gedit-osx-delegate.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gedit/osx/gedit-osx-delegate.h b/gedit/osx/gedit-osx-delegate.h
new file mode 100755
index 00000000..0b4411e8
--- /dev/null
+++ b/gedit/osx/gedit-osx-delegate.h
@@ -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_ */