mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add implementation of -cancel
This commit is contained in:
parent
f355d97b3e
commit
2a935c4d53
3 changed files with 28 additions and 6 deletions
|
@ -50,7 +50,7 @@ DEFINE_BLOCK_TYPE(GSFilePresentedItemChangesWithCompletionHandler, void, NSError
|
|||
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(GSFilePresenterCompletionHandler)completionHandler;
|
||||
- (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(GSFilePresenterSubitemDeletionHandler)completionHandler;
|
||||
- (void)presentedItemDidChange;
|
||||
- (void)presentedItemDidChangeUbiquityAttributes:(NSSet *)attributes; // API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
|
||||
- (void)presentedItemDidChangeUbiquityAttributes:(NSSet *)attributes; // 10.13
|
||||
- (void)presentedItemDidGainVersion:(NSFileVersion *)version;
|
||||
- (void)presentedItemDidLoseVersion:(NSFileVersion *)version;
|
||||
- (void)presentedItemDidMoveToURL:(NSURL *)newURL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue