File tree Expand file tree Collapse file tree 6 files changed +4
-5
lines changed Expand file tree Collapse file tree 6 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15446,6 +15446,10 @@ partial interface NSFileManager {
15446
15446
interface NSFileProviderService {
15447
15447
[Export ("name")]
15448
15448
string Name { get; }
15449
+
15450
+ [Async]
15451
+ [Export ("getFileProviderConnectionWithCompletionHandler:")]
15452
+ void GetFileProviderConnection (Action<NSXpcConnection, NSError> completionHandler);
15449
15453
}
15450
15454
15451
15455
#if MONOMAC
Original file line number Diff line number Diff line change 115
115
!missing-selector! NSCreateCommand::resolvedKeyDictionary not bound
116
116
!missing-selector! NSDeleteCommand::keySpecifier not bound
117
117
!missing-selector! NSDeleteCommand::setReceiversSpecifier: not bound
118
- !missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
119
118
!missing-selector! NSIndexSpecifier::index not bound
120
119
!missing-selector! NSIndexSpecifier::initWithContainerClassDescription:containerSpecifier:key:index: not bound
121
120
!missing-selector! NSIndexSpecifier::setIndex: not bound
Original file line number Diff line number Diff line change 1
- !missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
2
1
3
2
!missing-protocol-conformance! NSXPCConnection should conform to NSXPCProxyCreating
4
3
!missing-selector! NSXPCInterface::interfaceForSelector:argumentIndex:ofReply: not bound
Original file line number Diff line number Diff line change 153
153
!missing-selector! NSDeleteCommand::keySpecifier not bound
154
154
!missing-selector! NSDeleteCommand::setReceiversSpecifier: not bound
155
155
!missing-selector! NSDirectoryEnumerator::level not bound
156
- !missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
157
156
!missing-selector! NSIndexSpecifier::index not bound
158
157
!missing-selector! NSIndexSpecifier::initWithContainerClassDescription:containerSpecifier:key:index: not bound
159
158
!missing-selector! NSIndexSpecifier::setIndex: not bound
Original file line number Diff line number Diff line change 1
- !missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
2
1
3
2
!missing-protocol-conformance! NSXPCConnection should conform to NSXPCProxyCreating
4
3
!missing-selector! NSXPCInterface::interfaceForSelector:argumentIndex:ofReply: not bound
Original file line number Diff line number Diff line change 160
160
!missing-selector! NSDeleteCommand::keySpecifier not bound
161
161
!missing-selector! NSDeleteCommand::setReceiversSpecifier: not bound
162
162
!missing-selector! NSDirectoryEnumerator::level not bound
163
- !missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
164
163
!missing-selector! NSIndexSpecifier::index not bound
165
164
!missing-selector! NSIndexSpecifier::initWithContainerClassDescription:containerSpecifier:key:index: not bound
166
165
!missing-selector! NSIndexSpecifier::setIndex: not bound
You can’t perform that action at this time.
0 commit comments