summaryrefslogtreecommitdiff
path: root/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleEventDescriptor_QSMods.h
diff options
context:
space:
mode:
Diffstat (limited to 'QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleEventDescriptor_QSMods.h')
-rw-r--r--QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleEventDescriptor_QSMods.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleEventDescriptor_QSMods.h b/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleEventDescriptor_QSMods.h
new file mode 100644
index 0000000..3bd2383
--- /dev/null
+++ b/QSFoundation.framework/Versions/A/PrivateHeaders/NSAppleEventDescriptor_QSMods.h
@@ -0,0 +1,18 @@
+//
+// NSAppleEventDescriptor+NDAppleScriptObject_QSMods.h
+// Quicksilver
+//
+// Created by Alcor on 8/19/04.
+// Copyright 2004 Blacktree. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+#import "NSAppleEventDescriptor+NDAppleScriptObject.h"
+@interface NSAppleEventDescriptor (NDAppleScriptObject_QSMods)
+
+//+ (NSAppleEventDescriptor *)targetDescriptorWithBundleID:(NSString *)bundleID;
++ (NSAppleEventDescriptor *)targetDescriptorWithTypeSignature:(OSType)type;
+- (NSAppleEventDescriptor *)AESend;
+- (NSAppleEventDescriptor *)AESendWithSendMode:(AESendMode)sendMode priority:(AESendPriority)sendPriority timeout:(long) timeOutInTicks;
+@end