This commit is contained in:
Perberos
2011-11-07 16:46:58 -03:00
commit 528c1e5ff5
532 changed files with 709826 additions and 0 deletions

16
gedit/osx/gedit-osx-delegate.h Executable file
View 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_ */