Skip to content

Commit

Permalink
Merge branch 'main' into dev/mag/main
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroa committed Jul 20, 2023
2 parents 8e3e53b + d1d3dcd commit 930cc62
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/foundation.cs
Expand Up @@ -15446,6 +15446,10 @@ partial interface NSFileManager {
interface NSFileProviderService {
[Export ("name")]
string Name { get; }

[Async]
[Export ("getFileProviderConnectionWithCompletionHandler:")]
void GetFileProviderConnection (Action<NSXpcConnection, NSError> completionHandler);
}

#if MONOMAC
Expand Down
Expand Up @@ -115,7 +115,6 @@
!missing-selector! NSCreateCommand::resolvedKeyDictionary not bound
!missing-selector! NSDeleteCommand::keySpecifier not bound
!missing-selector! NSDeleteCommand::setReceiversSpecifier: not bound
!missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
!missing-selector! NSIndexSpecifier::index not bound
!missing-selector! NSIndexSpecifier::initWithContainerClassDescription:containerSpecifier:key:index: not bound
!missing-selector! NSIndexSpecifier::setIndex: not bound
Expand Down
@@ -1,4 +1,3 @@
!missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound

!missing-protocol-conformance! NSXPCConnection should conform to NSXPCProxyCreating
!missing-selector! NSXPCInterface::interfaceForSelector:argumentIndex:ofReply: not bound
Expand Down
Expand Up @@ -153,7 +153,6 @@
!missing-selector! NSDeleteCommand::keySpecifier not bound
!missing-selector! NSDeleteCommand::setReceiversSpecifier: not bound
!missing-selector! NSDirectoryEnumerator::level not bound
!missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
!missing-selector! NSIndexSpecifier::index not bound
!missing-selector! NSIndexSpecifier::initWithContainerClassDescription:containerSpecifier:key:index: not bound
!missing-selector! NSIndexSpecifier::setIndex: not bound
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-Foundation.ignore
@@ -1,4 +1,3 @@
!missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound

!missing-protocol-conformance! NSXPCConnection should conform to NSXPCProxyCreating
!missing-selector! NSXPCInterface::interfaceForSelector:argumentIndex:ofReply: not bound
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-Foundation.ignore
Expand Up @@ -160,7 +160,6 @@
!missing-selector! NSDeleteCommand::keySpecifier not bound
!missing-selector! NSDeleteCommand::setReceiversSpecifier: not bound
!missing-selector! NSDirectoryEnumerator::level not bound
!missing-selector! NSFileProviderService::getFileProviderConnectionWithCompletionHandler: not bound
!missing-selector! NSIndexSpecifier::index not bound
!missing-selector! NSIndexSpecifier::initWithContainerClassDescription:containerSpecifier:key:index: not bound
!missing-selector! NSIndexSpecifier::setIndex: not bound
Expand Down

0 comments on commit 930cc62

Please sign in to comment.