Up
Authors
- Gregory Casamento (
greg.casamento@gmail.com
)
-
- Daniel Ferreira
-
Date: Generated at 2025-02-23 16:40:42 +0000
Copyright: (C) 2019 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSFileCoordinator.h
Availability: MacOS-X 10.7.0
Description forthcoming.
Instance Variables
- (
NSURL*)
URL;
Availability: MacOS-X 10.7.0
Description forthcoming.
Instance Variables for NSFileAccessIntent Class
@protected BOOL
_isRead;
Availability: MacOS-X 10.7.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSInteger
_options;
Availability: MacOS-X 10.7.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSURL*
_url;
Availability: MacOS-X 10.7.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- Foundation/NSFileCoordinator.h
Availability: MacOS-X 10.7.0
Description forthcoming.
Instance Variables
+ (
NSArray*)
filePresenters;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
cancel;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
coordinateAccessWithIntents: (
NSArray*)intents
queue: (
NSOperationQueue*)queue
byAccessor: (GSAccessorCallbackHandler)accessor;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
coordinateReadingItemAtURL: (
NSURL*)url
options: (
NSFileCoordinatorReadingOptions)options
error: (
NSError**)outError
byAccessor: (GSNoEscapeNewURLHandler)reader;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
coordinateWritingItemAtURL: (
NSURL*)url
options: (
NSFileCoordinatorWritingOptions)options
error: (
NSError**)outError
byAccessor: (GSNoEscapeNewURLHandler)writer;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
itemAtURL: (
NSURL*)url
didChangeUbiquityAttributes: (
NSSet*)attributes;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
itemAtURL: (
NSURL*)oldURL
didMoveToURL: (
NSURL*)newURL;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
itemAtURL: (
NSURL*)oldURL
willMoveToURL: (
NSURL*)newURL;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (
NSString*)
purposeIdentifier;
Availability: MacOS-X 10.7.0
Description forthcoming.
- (void)
setPurposeIdentifier: (
NSString*)ident;
Availability: MacOS-X 10.7.0
Description forthcoming.
Instance Variables for NSFileCoordinator Class
@protected BOOL
_isCancelled;
Availability: MacOS-X 10.7.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id
_purposeIdentifier;
Availability: MacOS-X 10.7.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up