aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSAppleEventDescriptor+Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSAppleEventDescriptor+Handler.h')
-rw-r--r--Foundation/GTMNSAppleEventDescriptor+Handler.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/Foundation/GTMNSAppleEventDescriptor+Handler.h b/Foundation/GTMNSAppleEventDescriptor+Handler.h
index f2ac880..29c9c1e 100644
--- a/Foundation/GTMNSAppleEventDescriptor+Handler.h
+++ b/Foundation/GTMNSAppleEventDescriptor+Handler.h
@@ -30,11 +30,16 @@
count:(NSUInteger)count;
- (id)gtm_initWithPositionalHandler:(NSString*)handler
- parametersArray:(NSArray*)params;
+ parametersArray:(NSArray*)params
+ NS_RETURNS_RETAINED NS_CONSUMES_SELF;
+
- (id)gtm_initWithPositionalHandler:(NSString*)handler
- parametersDescriptor:(NSAppleEventDescriptor*)params;
+ parametersDescriptor:(NSAppleEventDescriptor*)params
+ NS_RETURNS_RETAINED NS_CONSUMES_SELF;
+
- (id)gtm_initWithLabeledHandler:(NSString*)handler
labels:(AEKeyword*)labels
parameters:(id*)params
- count:(NSUInteger)count;
+ count:(NSUInteger)count
+ NS_RETURNS_RETAINED NS_CONSUMES_SELF;
@end