We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e52bc commit 3e6eae3Copy full SHA for 3e6eae3
GitX.h
@@ -28,7 +28,7 @@
28
- (void) quit; // Quit the application.
29
- (BOOL) exists:(id)x; // Verify that an object exists.
30
- (void) showDiff:(NSString *)x; // Show the supplied diff output in a GitX window.
31
-- (void) initRepository:(NSURL *)x; // Create a git repository at the given filesystem URL.
+- (void) initRepository:(NSURL *)x NS_RETURNS_NOT_RETAINED; // Create a git repository at the given filesystem URL.
32
- (void) cloneRepository:(NSString *)x to:(NSURL *)to isBare:(BOOL)isBare; // Clone a repository.
33
34
@end
0 commit comments