mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Better initialization
This commit is contained in:
parent
0644317ab4
commit
9b144b7c13
2 changed files with 23 additions and 1 deletions
|
@ -68,7 +68,7 @@ typedef NSUInteger NSFileVersionAddingOptions;
|
|||
+ (NSFileVersion *)addVersionOfItemAtURL: (NSURL *)url
|
||||
withContentsOfURL: (NSURL *)contentsURL
|
||||
options: (NSFileVersionAddingOptions)options
|
||||
error: (NSError * _Nullable *)outError;
|
||||
error: (NSError **)outError;
|
||||
+ (NSArray *)unresolvedConflictVersionsOfItemAtURL: (NSURL *)url;
|
||||
+ (BOOL)removeOtherVersionsOfItemAtURL: (NSURL *)url
|
||||
error: (NSError **)outError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue