Skip to content

Commit 3e6eae3

Browse files
committed
Scripting bindings are slightly updated
1 parent 69e52bc commit 3e6eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitX.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- (void) quit; // Quit the application.
2929
- (BOOL) exists:(id)x; // Verify that an object exists.
3030
- (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.
31+
- (void) initRepository:(NSURL *)x NS_RETURNS_NOT_RETAINED; // Create a git repository at the given filesystem URL.
3232
- (void) cloneRepository:(NSString *)x to:(NSURL *)to isBare:(BOOL)isBare; // Clone a repository.
3333

3434
@end

0 commit comments

Comments
 (0)