/generator.diff Secret
Last active
December 18, 2023 15:40
generator-diff/generator.diff
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/old/dotnet/IDE/obj/common/bgen/bgen.AssemblyInfo.cs b/new/dotnet/IDE/obj/common/bgen/bgen.AssemblyInfo.cs | |
index e3c90ec..530b5a6 100644 | |
--- a/old/dotnet/IDE/obj/common/bgen/bgen.AssemblyInfo.cs | |
+++ b/new/dotnet/IDE/obj/common/bgen/bgen.AssemblyInfo.cs | |
@@ -13,7 +13,7 @@ using System.Reflection; | |
[assembly: System.Reflection.AssemblyCompanyAttribute("bgen")] | |
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] | |
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | |
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9c87bfd00822f8384f764ad4616831fdf38a9126")] | |
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2f9011fa9aeea97ce63c30ad86c28ac9142716e3")] | |
[assembly: System.Reflection.AssemblyProductAttribute("bgen")] | |
[assembly: System.Reflection.AssemblyTitleAttribute("bgen")] | |
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] | |
diff --git a/old/dotnet/IDE/obj/common/bgen/bgen.sourcelink.json b/new/dotnet/IDE/obj/common/bgen/bgen.sourcelink.json | |
index dbbdffe..e8ad4b4 100644 | |
--- a/old/dotnet/IDE/obj/common/bgen/bgen.sourcelink.json | |
+++ b/new/dotnet/IDE/obj/common/bgen/bgen.sourcelink.json | |
@@ -1 +1 @@ | |
-{"documents":{"/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/*":"https://raw.githubusercontent.com/xamarin/xamarin-macios/9c87bfd00822f8384f764ad4616831fdf38a9126/*","/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/external/api-tools/*":"https://raw.githubusercontent.com/rolfbjarne/api-tools/1fbbe003a141231439c08b23989d3dc910bd6182/*","/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/external/macios-binaries/*":"https://raw.githubusercontent.com/xamarin/macios-binaries/7813391e75d7373ee073ef2d5716e3c607c8636a/*","/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/external/MonoTouch.Dialog/*":"https://raw.githubusercontent.com/migueldeicaza/MonoTouch.Dialog/5898074d6e62109c85e587977230c1a521cb9bb2/*","/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/external/opentk/*":"https://raw.githubusercontent.com/mono/opentk/396bc90c7ac2e7ce442840a5e8bd91e5e79b381e/*","/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/external/Touch.Unit/*":"https://raw.githubusercontent.com/spouliot/Touch.Unit/92a072683b69b2f61f235a7a249c2c7f261236d4/*","/Users/builder/azdo/_work/2/a/change-detection/tmp/src/xamarin-macios/external/Xamarin.MacDev/*":"https://raw.githubusercontent.com/xamarin/Xamarin.MacDev/b454d454a687d9aa26a382ad16f1a9361b06b074/*"}} | |
\ No newline at end of file | |
+{"documents":{"/Users/builder/azdo/_work/2/s/xamarin-macios/*":"https://raw.githubusercontent.com/xamarin/xamarin-macios/2f9011fa9aeea97ce63c30ad86c28ac9142716e3/*","/Users/builder/azdo/_work/2/s/xamarin-macios/external/api-tools/*":"https://raw.githubusercontent.com/rolfbjarne/api-tools/1fbbe003a141231439c08b23989d3dc910bd6182/*","/Users/builder/azdo/_work/2/s/xamarin-macios/external/macios-binaries/*":"https://raw.githubusercontent.com/xamarin/macios-binaries/7813391e75d7373ee073ef2d5716e3c607c8636a/*","/Users/builder/azdo/_work/2/s/xamarin-macios/external/MonoTouch.Dialog/*":"https://raw.githubusercontent.com/migueldeicaza/MonoTouch.Dialog/5898074d6e62109c85e587977230c1a521cb9bb2/*","/Users/builder/azdo/_work/2/s/xamarin-macios/external/opentk/*":"https://raw.githubusercontent.com/mono/opentk/396bc90c7ac2e7ce442840a5e8bd91e5e79b381e/*","/Users/builder/azdo/_work/2/s/xamarin-macios/external/Touch.Unit/*":"https://raw.githubusercontent.com/spouliot/Touch.Unit/92a072683b69b2f61f235a7a249c2c7f261236d4/*","/Users/builder/azdo/_work/2/s/xamarin-macios/external/Xamarin.MacDev/*":"https://raw.githubusercontent.com/xamarin/Xamarin.MacDev/b454d454a687d9aa26a382ad16f1a9361b06b074/*"}} | |
\ No newline at end of file | |
diff --git a/old/dotnet/macos/generated-sources/AppKit/NSApplication.g.cs b/new/dotnet/macos/generated-sources/AppKit/NSApplication.g.cs | |
index 6b3329e..fcb20ce 100644 | |
--- a/old/dotnet/macos/generated-sources/AppKit/NSApplication.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AppKit/NSApplication.g.cs | |
@@ -454,6 +454,9 @@ namespace AppKit { | |
const string selActivateX = "activate"; | |
static readonly NativeHandle selActivateXHandle = Selector.GetHandle ("activate"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selActivateContextHelpMode_X = "activateContextHelpMode:"; | |
+ static readonly NativeHandle selActivateContextHelpMode_XHandle = Selector.GetHandle ("activateContextHelpMode:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selActivateIgnoringOtherApps_X = "activateIgnoringOtherApps:"; | |
static readonly NativeHandle selActivateIgnoringOtherApps_XHandle = Selector.GetHandle ("activateIgnoringOtherApps:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -664,6 +667,9 @@ namespace AppKit { | |
const string selRegisterForRemoteNotificationsX = "registerForRemoteNotifications"; | |
static readonly NativeHandle selRegisterForRemoteNotificationsXHandle = Selector.GetHandle ("registerForRemoteNotifications"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selRegisterUserInterfaceItemSearchHandler_X = "registerUserInterfaceItemSearchHandler:"; | |
+ static readonly NativeHandle selRegisterUserInterfaceItemSearchHandler_XHandle = Selector.GetHandle ("registerUserInterfaceItemSearchHandler:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selRemoveWindowsItem_X = "removeWindowsItem:"; | |
static readonly NativeHandle selRemoveWindowsItem_XHandle = Selector.GetHandle ("removeWindowsItem:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -691,6 +697,9 @@ namespace AppKit { | |
const string selRunModalSession_X = "runModalSession:"; | |
static readonly NativeHandle selRunModalSession_XHandle = Selector.GetHandle ("runModalSession:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_X = "searchString:inUserInterfaceItemString:searchRange:foundRange:"; | |
+ static readonly NativeHandle selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_XHandle = Selector.GetHandle ("searchString:inUserInterfaceItemString:searchRange:foundRange:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selSendAction_To_From_X = "sendAction:to:from:"; | |
static readonly NativeHandle selSendAction_To_From_XHandle = Selector.GetHandle ("sendAction:to:from:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -1111,6 +1120,9 @@ namespace AppKit { | |
const string selSharedApplicationX = "sharedApplication"; | |
static readonly NativeHandle selSharedApplicationXHandle = Selector.GetHandle ("sharedApplication"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selShowHelp_X = "showHelp:"; | |
+ static readonly NativeHandle selShowHelp_XHandle = Selector.GetHandle ("showHelp:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selStop_X = "stop:"; | |
static readonly NativeHandle selStop_XHandle = Selector.GetHandle ("stop:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -1144,6 +1156,9 @@ namespace AppKit { | |
const string selUnregisterForRemoteNotificationsX = "unregisterForRemoteNotifications"; | |
static readonly NativeHandle selUnregisterForRemoteNotificationsXHandle = Selector.GetHandle ("unregisterForRemoteNotifications"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selUnregisterUserInterfaceItemSearchHandler_X = "unregisterUserInterfaceItemSearchHandler:"; | |
+ static readonly NativeHandle selUnregisterUserInterfaceItemSearchHandler_XHandle = Selector.GetHandle ("unregisterUserInterfaceItemSearchHandler:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selUpdateWindowsX = "updateWindows"; | |
static readonly NativeHandle selUpdateWindowsXHandle = Selector.GetHandle ("updateWindows"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -1416,6 +1431,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, selActivateXHandle); | |
} | |
} | |
+ [Export ("activateContextHelpMode:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void ActivateContextHelpMode (NSObject? sender) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var sender__handle__ = sender.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selActivateContextHelpMode_XHandle, sender__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, selActivateContextHelpMode_XHandle, sender__handle__); | |
+ } | |
+ } | |
[Export ("activateIgnoringOtherApps:")] | |
[ObsoletedOSPlatform ("macos14.0")] | |
[UnsupportedOSPlatform ("maccatalyst")] | |
@@ -2061,6 +2088,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, selRegisterForRemoteNotificationsXHandle); | |
} | |
} | |
+ [Export ("registerUserInterfaceItemSearchHandler:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void RegisterUserInterfaceItemSearchHandler (INSUserInterfaceItemSearching handler) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var handler__handle__ = handler!.GetNonNullHandle (nameof (handler)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selRegisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, selRegisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } | |
+ } | |
[Export ("removeWindowsItem:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void RemoveWindowsItem (NSWindow win) | |
@@ -2174,6 +2213,28 @@ namespace AppKit { | |
return global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, selRunModalSession_XHandle, session); | |
} | |
} | |
+ [Export ("searchString:inUserInterfaceItemString:searchRange:foundRange:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual bool SearchStringInUserInterface (string searchString, string stringToSearch, NSRange searchRange, out NSRange foundRange) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ if (searchString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (searchString)); | |
+ if (stringToSearch is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (stringToSearch)); | |
+ var nssearchString = CFString.CreateNative (searchString); | |
+ var nsstringToSearch = CFString.CreateNative (stringToSearch); | |
+ foundRange = default (NSRange); | |
+ byte ret; | |
+ if (IsDirectBinding) { | |
+ ret = global::ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle_NativeHandle_NSRange_out_NSRange (this.Handle, selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_XHandle, nssearchString, nsstringToSearch, searchRange, (NSRange*) global::System.Runtime.CompilerServices.Unsafe.AsPointer<NSRange> (ref foundRange)); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.bool_objc_msgSendSuper_NativeHandle_NativeHandle_NSRange_out_NSRange (this.SuperHandle, selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_XHandle, nssearchString, nsstringToSearch, searchRange, (NSRange*) global::System.Runtime.CompilerServices.Unsafe.AsPointer<NSRange> (ref foundRange)); | |
+ } | |
+ CFString.ReleaseNative (nssearchString); | |
+ CFString.ReleaseNative (nsstringToSearch); | |
+ return ret != 0; | |
+ } | |
[Export ("sendAction:to:from:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual bool SendAction (Selector theAction, NSObject? theTarget, NSObject? sender) | |
@@ -2226,6 +2287,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, selSetWindowsNeedUpdate_XHandle, needUpdate ? (byte) 1 : (byte) 0); | |
} | |
} | |
+ [Export ("showHelp:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void ShowHelp (NSObject? sender) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var sender__handle__ = sender.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selShowHelp_XHandle, sender__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, selShowHelp_XHandle, sender__handle__); | |
+ } | |
+ } | |
[Export ("stop:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void Stop (NSObject sender) | |
@@ -2359,6 +2432,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, selUnregisterForRemoteNotificationsXHandle); | |
} | |
} | |
+ [Export ("unregisterUserInterfaceItemSearchHandler:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void UnregisterUserInterfaceItemSearchHandler (INSUserInterfaceItemSearching handler) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var handler__handle__ = handler!.GetNonNullHandle (nameof (handler)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selUnregisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, selUnregisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } | |
+ } | |
[Export ("updateWindows")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void UpdateWindows () | |
diff --git a/new/dotnet/macos/generated-sources/AppKit/NSUserInterfaceItemSearching.g.cs b/new/dotnet/macos/generated-sources/AppKit/NSUserInterfaceItemSearching.g.cs | |
new file mode 100644 | |
index 0000000..68e248a | |
--- /dev/null | |
+++ b/new/dotnet/macos/generated-sources/AppKit/NSUserInterfaceItemSearching.g.cs | |
@@ -0,0 +1,114 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Drawing; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.Versioning; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using Metal; | |
+using CoreML; | |
+using OpenGL; | |
+using AppKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using CloudKit; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using ObjCRuntime; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AppKit { | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
+ [SupportedOSPlatform ("macos")] | |
+ [Protocol (Name = "NSUserInterfaceItemSearching", WrapperType = typeof (NSUserInterfaceItemSearchingWrapper))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "SearchForItems", Selector = "searchForItemsWithSearchString:resultLimit:matchedItemHandler:", ParameterType = new Type [] { typeof (string), typeof (IntPtr), typeof (global::System.Action<NSObject[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V22) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetLocalizedTitles", Selector = "localizedTitlesForItem:", ReturnType = typeof (String[]), ParameterType = new Type [] { typeof (NSObject) }, ParameterByRef = new bool [] { false })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PerformAction", Selector = "performActionForItem:", ParameterType = new Type [] { typeof (NSObject) }, ParameterByRef = new bool [] { false })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShowAllHelpTopics", Selector = "showAllHelpTopicsForSearchString:", ParameterType = new Type [] { typeof (string) }, ParameterByRef = new bool [] { false })] | |
+ public partial interface INSUserInterfaceItemSearching : INativeObject, IDisposable | |
+ { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [Export ("searchForItemsWithSearchString:resultLimit:matchedItemHandler:")] | |
+ [Preserve (Conditional = true)] | |
+ unsafe void SearchForItems (string searchString, nint resultLimit, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<NSObject[]> matchedItemHandler); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [Export ("localizedTitlesForItem:")] | |
+ [Preserve (Conditional = true)] | |
+ string[] GetLocalizedTitles (NSObject forItem); | |
+ } | |
+ public unsafe static partial class NSUserInterfaceItemSearching_Extensions { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static void PerformAction (this INSUserInterfaceItemSearching This, NSObject forItem) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var forItem__handle__ = forItem!.GetNonNullHandle (nameof (forItem)); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("performActionForItem:"), forItem__handle__); | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static void ShowAllHelpTopics (this INSUserInterfaceItemSearching This, string searchString) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ if (searchString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (searchString)); | |
+ var nssearchString = CFString.CreateNative (searchString); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("showAllHelpTopicsForSearchString:"), nssearchString); | |
+ CFString.ReleaseNative (nssearchString); | |
+ } | |
+ } | |
+ internal unsafe sealed class NSUserInterfaceItemSearchingWrapper : BaseWrapper, INSUserInterfaceItemSearching { | |
+ [Preserve (Conditional = true)] | |
+ public NSUserInterfaceItemSearchingWrapper (NativeHandle handle, bool owns) | |
+ : base (handle, owns) | |
+ { | |
+ } | |
+ [Export ("searchForItemsWithSearchString:resultLimit:matchedItemHandler:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe void SearchForItems (string searchString, nint resultLimit, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<NSObject[]> matchedItemHandler) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ if (searchString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (searchString)); | |
+ if (matchedItemHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (matchedItemHandler)); | |
+ var nssearchString = CFString.CreateNative (searchString); | |
+ using var block_matchedItemHandler = Trampolines.SDActionArity1V22.CreateBlock (matchedItemHandler); | |
+ BlockLiteral *block_ptr_matchedItemHandler = &block_matchedItemHandler; | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("searchForItemsWithSearchString:resultLimit:matchedItemHandler:"), nssearchString, resultLimit, (IntPtr) block_ptr_matchedItemHandler); | |
+ CFString.ReleaseNative (nssearchString); | |
+ } | |
+ [Export ("localizedTitlesForItem:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public string[] GetLocalizedTitles (NSObject forItem) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var forItem__handle__ = forItem!.GetNonNullHandle (nameof (forItem)); | |
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("localizedTitlesForItem:"), forItem__handle__))!; | |
+ } | |
+ } | |
+} | |
diff --git a/old/dotnet/macos/generated-sources/AppKit/NSWindow.g.cs b/new/dotnet/macos/generated-sources/AppKit/NSWindow.g.cs | |
index b65a718..903c58d 100644 | |
--- a/old/dotnet/macos/generated-sources/AppKit/NSWindow.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AppKit/NSWindow.g.cs | |
@@ -2270,13 +2270,13 @@ namespace AppKit { | |
} | |
[Export ("beginCriticalSheet:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void BeginCriticalSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<nint> completionHandler) | |
+ public unsafe virtual void BeginCriticalSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<nint> completionHandler) | |
{ | |
global::AppKit.NSApplication.EnsureUIThread (); | |
var sheetWindow__handle__ = sheetWindow!.GetNonNullHandle (nameof (sheetWindow)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V22.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V23.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selBeginCriticalSheet_CompletionHandler_XHandle, sheetWindow__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -2286,13 +2286,13 @@ namespace AppKit { | |
} | |
[Export ("beginSheet:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void BeginSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<nint> completionHandler) | |
+ public unsafe virtual void BeginSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<nint> completionHandler) | |
{ | |
global::AppKit.NSApplication.EnsureUIThread (); | |
var sheetWindow__handle__ = sheetWindow!.GetNonNullHandle (nameof (sheetWindow)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V22.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V23.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selBeginSheet_CompletionHandler_XHandle, sheetWindow__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs b/new/dotnet/macos/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs | |
index 5f5b336..a0135bb 100644 | |
--- a/old/dotnet/macos/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AppTrackingTransparency/ATTrackingManager.g.cs | |
@@ -73,11 +73,11 @@ namespace AppTrackingTransparency { | |
[Export ("requestTrackingAuthorizationWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestTrackingAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<ATTrackingManagerAuthorizationStatus> completion) | |
+ public unsafe static void RequestTrackingAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<ATTrackingManagerAuthorizationStatus> completion) | |
{ | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V23.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V24.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selRequestTrackingAuthorizationWithCompletionHandler_XHandle, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/AudioUnit/AUAudioUnit.g.cs b/new/dotnet/macos/generated-sources/AudioUnit/AUAudioUnit.g.cs | |
index 623787f..9ab9ce2 100644 | |
--- a/old/dotnet/macos/generated-sources/AudioUnit/AUAudioUnit.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AudioUnit/AUAudioUnit.g.cs | |
@@ -484,11 +484,11 @@ namespace AudioUnit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<global::AppKit.NSViewController> completionHandler) | |
+ public unsafe virtual void RequestViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<global::AppKit.NSViewController> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V24.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V25.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selRequestViewControllerWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs b/new/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs | |
index befce8c..041e706 100644 | |
--- a/old/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs | |
@@ -49,8 +49,8 @@ namespace AuthenticationServices { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos13.0")] | |
[Protocol (Name = "ASAuthorizationProviderExtensionRegistrationHandler", WrapperType = typeof (ASAuthorizationProviderExtensionRegistrationHandlerWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginDeviceRegistration", Selector = "beginDeviceRegistrationUsingLoginManager:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V25) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginUserRegistration", Selector = "beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (string), typeof (AuthenticationServices.ASAuthorizationProviderExtensionAuthenticationMethod), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V25) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginDeviceRegistration", Selector = "beginDeviceRegistrationUsingLoginManager:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V26) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginUserRegistration", Selector = "beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (string), typeof (AuthenticationServices.ASAuthorizationProviderExtensionAuthenticationMethod), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V26) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RegistrationDidComplete", Selector = "registrationDidComplete")] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RegistrationDidCancel", Selector = "registrationDidCancel")] | |
[ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "SupportedGrantTypes", Selector = "supportedGrantTypes", PropertyType = typeof (AuthenticationServices.ASAuthorizationProviderExtensionSupportedGrantTypes), GetterSelector = "supportedGrantTypes", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -60,11 +60,11 @@ namespace AuthenticationServices { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("beginDeviceRegistrationUsingLoginManager:options:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
+ unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
+ unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
} | |
public unsafe static partial class ASAuthorizationProviderExtensionRegistrationHandler_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -104,24 +104,24 @@ namespace AuthenticationServices { | |
} | |
[Export ("beginDeviceRegistrationUsingLoginManager:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
+ public unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
{ | |
var loginManager__handle__ = loginManager!.GetNonNullHandle (nameof (loginManager)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V25.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V26.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("beginDeviceRegistrationUsingLoginManager:options:completion:"), loginManager__handle__, (UIntPtr) (ulong) options, (IntPtr) block_ptr_handler); | |
} | |
[Export ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
+ public unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
{ | |
var loginManager__handle__ = loginManager!.GetNonNullHandle (nameof (loginManager)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
var nsuserName = CFString.CreateNative (userName); | |
- using var block_handler = Trampolines.SDActionArity1V25.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V26.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_IntPtr_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:"), loginManager__handle__, nsuserName, (IntPtr) (long) authenticationMethod, (UIntPtr) (ulong) options, (IntPtr) block_ptr_handler); | |
CFString.ReleaseNative (nsuserName); | |
@@ -153,13 +153,13 @@ namespace AuthenticationServices { | |
[Export ("beginDeviceRegistrationUsingLoginManager:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
+ public unsafe virtual void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
[Export ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
+ public unsafe virtual void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs b/new/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs | |
index 272fc65..e4f133b 100644 | |
--- a/old/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs | |
@@ -89,14 +89,14 @@ namespace AuthenticationServices { | |
[Export ("platformCredentialsForRelyingParty:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetPlatformCredentials (string relyingParty, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> completionHandler) | |
+ public unsafe virtual void GetPlatformCredentials (string relyingParty, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> completionHandler) | |
{ | |
if (relyingParty is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (relyingParty)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
var nsrelyingParty = CFString.CreateNative (relyingParty); | |
- using var block_completionHandler = Trampolines.SDActionArity1V26.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V27.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selPlatformCredentialsForRelyingParty_CompletionHandler_XHandle, nsrelyingParty, (IntPtr) block_ptr_completionHandler); | |
@@ -116,11 +116,11 @@ namespace AuthenticationServices { | |
} | |
[Export ("requestAuthorizationForPublicKeyCredentials:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler) | |
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V27.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V28.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selRequestAuthorizationForPublicKeyCredentials_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs b/new/dotnet/macos/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
index acaf672..144f2a3 100644 | |
--- a/old/dotnet/macos/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
+++ b/new/dotnet/macos/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
@@ -94,11 +94,11 @@ namespace AuthenticationServices { | |
[Export ("getCredentialIdentityStoreStateWithCompletion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<ASCredentialIdentityStoreState> completion) | |
+ public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<ASCredentialIdentityStoreState> completion) | |
{ | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V28.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V29.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetCredentialIdentityStoreStateWithCompletion_XHandle, (IntPtr) block_ptr_completion); | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
index e129609..593b5ea 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
@@ -124,7 +124,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKUserIdentity>? Discovered { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V29))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V30))] | |
[Export ("userIdentityDiscoveredBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -133,12 +133,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selUserIdentityDiscoveredBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V29.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V30.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))] | |
[Export ("setUserIdentityDiscoveredBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V29.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V30.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
index c4d3f93..777b67b 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
@@ -151,7 +151,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKServerChangeToken>? ChangeTokenUpdated { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V30))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
[Export ("changeTokenUpdatedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -160,12 +160,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selChangeTokenUpdatedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V30.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
[Export ("setChangeTokenUpdatedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V30.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -178,7 +178,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? Changed { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -187,12 +187,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -279,7 +279,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? RecordZoneWithIdWasDeletedDueToUserEncryptedDataReset { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -288,12 +288,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -325,7 +325,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? WasDeleted { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDWasDeletedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -334,12 +334,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDWasDeletedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDWasDeletedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -356,7 +356,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? WasPurged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDWasPurgedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -365,12 +365,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDWasPurgedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDWasPurgedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
index 75c5b3a..0e5af53 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
@@ -168,7 +168,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKNotification>? NotificationChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
[Export ("notificationChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -177,12 +177,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selNotificationChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
[Export ("setNotificationChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs | |
index 75f99ce..b977b0d 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs | |
@@ -231,7 +231,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecord>? RecordChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -240,12 +240,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -258,7 +258,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordID>? RecordDeleted { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
[Export ("recordWithIDWasDeletedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -267,12 +267,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordWithIDWasDeletedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
[Export ("setRecordWithIDWasDeletedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V35.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
index 3e70760..f507a11 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
@@ -331,7 +331,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<CKRecord>? RecordChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -340,12 +340,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
index f481d17..4c9b980 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
@@ -159,7 +159,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<CKShareParticipant>? Fetched { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))] | |
[Export ("shareParticipantFetchedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -168,12 +168,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selShareParticipantFetchedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))] | |
[Export ("setShareParticipantFetchedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V35.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V36.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CloudKit/CKQueryOperation.g.cs b/new/dotnet/macos/generated-sources/CloudKit/CKQueryOperation.g.cs | |
index dd06318..bd6ffc7 100644 | |
--- a/old/dotnet/macos/generated-sources/CloudKit/CKQueryOperation.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CloudKit/CKQueryOperation.g.cs | |
@@ -259,7 +259,7 @@ namespace CloudKit { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<CKRecord>? RecordFetched { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordFetchedBlock", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -268,12 +268,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selRecordFetchedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordFetchedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CoreAnimation/CAMetalDrawable.g.cs b/new/dotnet/macos/generated-sources/CoreAnimation/CAMetalDrawable.g.cs | |
index 49d5346..557069a 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreAnimation/CAMetalDrawable.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreAnimation/CAMetalDrawable.g.cs | |
@@ -91,11 +91,11 @@ namespace CoreAnimation { | |
} | |
[Export ("addPresentedHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]global::System.Action<global::Metal.IMTLDrawable> block) | |
+ public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<global::Metal.IMTLDrawable> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V36.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V37.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addPresentedHandler:"), (IntPtr) block_ptr_block); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs b/new/dotnet/macos/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs | |
index 0131e27..d424025 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs | |
@@ -91,11 +91,11 @@ namespace CoreData { | |
[Export ("initWithFetchRequest:completionBlock:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<NSAsynchronousFetchResult>? completion) | |
+ public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<NSAsynchronousFetchResult>? completion) | |
: base (NSObjectFlag.Empty) | |
{ | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
- using var block_completion = Trampolines.SDActionArity1V37.CreateNullableBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V38.CreateNullableBlock (completion); | |
BlockLiteral *block_ptr_completion = null; | |
if (completion is not null) | |
block_ptr_completion = &block_completion; | |
diff --git a/old/dotnet/macos/generated-sources/CoreData/NSPersistentContainer.g.cs b/new/dotnet/macos/generated-sources/CoreData/NSPersistentContainer.g.cs | |
index 24e0009..d828e11 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreData/NSPersistentContainer.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreData/NSPersistentContainer.g.cs | |
@@ -192,11 +192,11 @@ namespace CoreData { | |
} | |
[Export ("performBackgroundTask:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<NSManagedObjectContext> block) | |
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<NSManagedObjectContext> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V38.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V39.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selPerformBackgroundTask_XHandle, (IntPtr) block_ptr_block); | |
diff --git a/old/dotnet/macos/generated-sources/CoreLocation/CLLocationUpdater.g.cs b/new/dotnet/macos/generated-sources/CoreLocation/CLLocationUpdater.g.cs | |
index 04adf03..4918f3b 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreLocation/CLLocationUpdater.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreLocation/CLLocationUpdater.g.cs | |
@@ -82,23 +82,23 @@ namespace CoreLocation { | |
[Export ("liveUpdaterWithQueue:handler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static CLLocationUpdater? CreateLiveUpdates (global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<CLUpdate> handler) | |
+ public unsafe static CLLocationUpdater? CreateLiveUpdates (global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<CLUpdate> handler) | |
{ | |
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V39.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V40.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
return Runtime.GetNSObject<CLLocationUpdater> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, selLiveUpdaterWithQueue_Handler_XHandle, queue.Handle, (IntPtr) block_ptr_handler))!; | |
} | |
[Export ("liveUpdaterWithConfiguration:queue:handler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static CLLocationUpdater? CreateLiveUpdates (CLLiveUpdateConfiguration configuration, global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<CLUpdate> handler) | |
+ public unsafe static CLLocationUpdater? CreateLiveUpdates (CLLiveUpdateConfiguration configuration, global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<CLUpdate> handler) | |
{ | |
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V39.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V40.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
return Runtime.GetNSObject<CLLocationUpdater> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_NativeHandle_NativeHandle (class_ptr, selLiveUpdaterWithConfiguration_Queue_Handler_XHandle, (IntPtr) (long) configuration, queue.Handle, (IntPtr) block_ptr_handler))!; | |
} | |
diff --git a/old/dotnet/macos/generated-sources/CoreLocation/CLMonitor.g.cs b/new/dotnet/macos/generated-sources/CoreLocation/CLMonitor.g.cs | |
index a3d5633..38670d9 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreLocation/CLMonitor.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreLocation/CLMonitor.g.cs | |
@@ -148,12 +148,12 @@ namespace CoreLocation { | |
} | |
[Export ("requestMonitorWithConfiguration:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestMonitor (CLMonitorConfiguration config, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<CLMonitor> completionHandler) | |
+ public unsafe static void RequestMonitor (CLMonitorConfiguration config, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<CLMonitor> completionHandler) | |
{ | |
var config__handle__ = config!.GetNonNullHandle (nameof (config)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V40.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, selRequestMonitorWithConfiguration_Completion_XHandle, config__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/CoreML/MLMultiArray.g.cs b/new/dotnet/macos/generated-sources/CoreML/MLMultiArray.g.cs | |
index 8627140..917e15e 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreML/MLMultiArray.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreML/MLMultiArray.g.cs | |
@@ -151,7 +151,7 @@ namespace CoreML { | |
} | |
[Export ("initWithDataPointer:shape:dataType:strides:deallocator:error:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MLMultiArray (nint dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<nint>? deallocator, out NSError error) | |
+ public unsafe MLMultiArray (nint dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<nint>? deallocator, out NSError error) | |
: base (NSObjectFlag.Empty) | |
{ | |
if (shape is null) | |
@@ -161,7 +161,7 @@ namespace CoreML { | |
NativeHandle errorValue = IntPtr.Zero; | |
var nsa_shape = NSArray.FromNSObjects (shape); | |
var nsa_strides = NSArray.FromNSObjects (strides); | |
- using var block_deallocator = Trampolines.SDActionArity1V22.CreateNullableBlock (deallocator); | |
+ using var block_deallocator = Trampolines.SDActionArity1V23.CreateNullableBlock (deallocator); | |
BlockLiteral *block_ptr_deallocator = null; | |
if (deallocator is not null) | |
block_ptr_deallocator = &block_deallocator; | |
diff --git a/old/dotnet/macos/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs b/new/dotnet/macos/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs | |
index 1bc50fa..28adb31 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs | |
@@ -70,16 +70,16 @@ namespace CoreML { | |
[Export ("initForEvents:progressHandler:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext> completionHandler) | |
+ public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext> completionHandler) | |
: base (NSObjectFlag.Empty) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_progressHandler = Trampolines.SDActionArity1V41.CreateNullableBlock (progressHandler); | |
+ using var block_progressHandler = Trampolines.SDActionArity1V42.CreateNullableBlock (progressHandler); | |
BlockLiteral *block_ptr_progressHandler = null; | |
if (progressHandler is not null) | |
block_ptr_progressHandler = &block_progressHandler; | |
- using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V42.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UIntPtr_NativeHandle_NativeHandle (this.Handle, selInitForEvents_ProgressHandler_CompletionHandler_XHandle, (UIntPtr) (ulong) interestedEvents, (IntPtr) block_ptr_progressHandler, (IntPtr) block_ptr_completionHandler), "initForEvents:progressHandler:completionHandler:"); | |
diff --git a/old/dotnet/macos/generated-sources/CoreML/MLUpdateTask.g.cs b/new/dotnet/macos/generated-sources/CoreML/MLUpdateTask.g.cs | |
index 563071e..eb4c04c 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreML/MLUpdateTask.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreML/MLUpdateTask.g.cs | |
@@ -82,7 +82,7 @@ namespace CoreML { | |
[Export ("updateTaskForModelAtURL:trainingData:configuration:completionHandler:error:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
{ | |
var modelUrl__handle__ = modelUrl!.GetNonNullHandle (nameof (modelUrl)); | |
var trainingData__handle__ = trainingData!.GetNonNullHandle (nameof (trainingData)); | |
@@ -90,7 +90,7 @@ namespace CoreML { | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
NativeHandle errorValue = IntPtr.Zero; | |
- using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V42.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
MLUpdateTask? ret; | |
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_ref_NativeHandle (class_ptr, selUpdateTaskForModelAtURL_TrainingData_Configuration_CompletionHandler_Error_XHandle, modelUrl__handle__, trainingData__handle__, configuration__handle__, (IntPtr) block_ptr_completionHandler, &errorValue))!; | |
@@ -117,14 +117,14 @@ namespace CoreML { | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
{ | |
var modelUrl__handle__ = modelUrl!.GetNonNullHandle (nameof (modelUrl)); | |
var trainingData__handle__ = trainingData!.GetNonNullHandle (nameof (trainingData)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
NativeHandle errorValue = IntPtr.Zero; | |
- using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V42.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
MLUpdateTask? ret; | |
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_ref_NativeHandle (class_ptr, selUpdateTaskForModelAtURL_TrainingData_CompletionHandler_Error_XHandle, modelUrl__handle__, trainingData__handle__, (IntPtr) block_ptr_completionHandler, &errorValue))!; | |
diff --git a/old/dotnet/macos/generated-sources/CoreSpotlight/CSSearchQuery.g.cs b/new/dotnet/macos/generated-sources/CoreSpotlight/CSSearchQuery.g.cs | |
index 32a9dae..10526b8 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreSpotlight/CSSearchQuery.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreSpotlight/CSSearchQuery.g.cs | |
@@ -213,7 +213,7 @@ namespace CoreSpotlight { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CSSearchableItem[]>? FoundItemsHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V42))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V43))] | |
[Export ("foundItemsHandler", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -222,12 +222,12 @@ namespace CoreSpotlight { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selFoundItemsHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V42.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V43.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))] | |
[Export ("setFoundItemsHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V42.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V43.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/CoreSpotlight/CSUserQuery.g.cs b/new/dotnet/macos/generated-sources/CoreSpotlight/CSUserQuery.g.cs | |
index 6f51cf5..191fd6f 100644 | |
--- a/old/dotnet/macos/generated-sources/CoreSpotlight/CSUserQuery.g.cs | |
+++ b/new/dotnet/macos/generated-sources/CoreSpotlight/CSUserQuery.g.cs | |
@@ -131,7 +131,7 @@ namespace CoreSpotlight { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<NSArray<CSSuggestion>>? FoundSuggestionsHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V43))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V44))] | |
[Export ("foundSuggestionsHandler", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -140,12 +140,12 @@ namespace CoreSpotlight { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selFoundSuggestionsHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V43.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V44.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))] | |
[Export ("setFoundSuggestionsHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V43.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V44.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/EventKit/EKEventStore.g.cs b/new/dotnet/macos/generated-sources/EventKit/EKEventStore.g.cs | |
index e4a98d2..f09f58e 100644 | |
--- a/old/dotnet/macos/generated-sources/EventKit/EKEventStore.g.cs | |
+++ b/new/dotnet/macos/generated-sources/EventKit/EKEventStore.g.cs | |
@@ -290,12 +290,12 @@ namespace EventKit { | |
} | |
[Export ("fetchRemindersMatchingPredicate:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual nint FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<EKReminder[]> completion) | |
+ public unsafe virtual nint FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<EKReminder[]> completion) | |
{ | |
var predicate__handle__ = predicate!.GetNonNullHandle (nameof (predicate)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V44.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V45.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
if (IsDirectBinding) { | |
return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selFetchRemindersMatchingPredicate_Completion_XHandle, predicate__handle__, (IntPtr) block_ptr_completion); | |
diff --git a/old/dotnet/macos/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs b/new/dotnet/macos/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs | |
index 5bd4bcc..0b8210c 100644 | |
--- a/old/dotnet/macos/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs | |
+++ b/new/dotnet/macos/generated-sources/FileProvider/NSFileProviderEnumerator.g.cs | |
@@ -51,7 +51,7 @@ namespace FileProvider { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Invalidate", Selector = "invalidate")] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EnumerateItems", Selector = "enumerateItemsForObserver:startingAtPage:", ParameterType = new Type [] { typeof (INSFileProviderEnumerationObserver), typeof (NSData) }, ParameterByRef = new bool [] { false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EnumerateChanges", Selector = "enumerateChangesForObserver:fromSyncAnchor:", ParameterType = new Type [] { typeof (INSFileProviderChangeObserver), typeof (NSData) }, ParameterByRef = new bool [] { false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CurrentSyncAnchor", Selector = "currentSyncAnchorWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V45) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CurrentSyncAnchor", Selector = "currentSyncAnchorWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V46) })] | |
public partial interface INSFileProviderEnumerator : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -72,11 +72,11 @@ namespace FileProvider { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("enumerateChangesForObserver:fromSyncAnchor:"), observer__handle__, syncAnchor__handle__); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void CurrentSyncAnchor (this INSFileProviderEnumerator This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> completionHandler) | |
+ public unsafe static void CurrentSyncAnchor (this INSFileProviderEnumerator This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("currentSyncAnchorWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSFileCoordinator.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSFileCoordinator.g.cs | |
index 728a646..7863dcb 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSFileCoordinator.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSFileCoordinator.g.cs | |
@@ -206,13 +206,13 @@ namespace Foundation { | |
} | |
[Export ("coordinateReadingItemAtURL:options:error:byAccessor:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> worker) | |
+ public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> worker) | |
{ | |
var itemUrl__handle__ = itemUrl!.GetNonNullHandle (nameof (itemUrl)); | |
if (worker is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (worker)); | |
NativeHandle errorValue = IntPtr.Zero; | |
- using var block_worker = Trampolines.SDActionArity1V46.CreateBlock (worker); | |
+ using var block_worker = Trampolines.SDActionArity1V47.CreateBlock (worker); | |
BlockLiteral *block_ptr_worker = &block_worker; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_ref_NativeHandle_NativeHandle (this.Handle, selCoordinateReadingItemAtURL_Options_Error_ByAccessor_XHandle, itemUrl__handle__, (UIntPtr) (ulong) options, &errorValue, (IntPtr) block_ptr_worker); | |
@@ -241,13 +241,13 @@ namespace Foundation { | |
} | |
[Export ("coordinateWritingItemAtURL:options:error:byAccessor:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> worker) | |
+ public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> worker) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (worker is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (worker)); | |
NativeHandle errorValue = IntPtr.Zero; | |
- using var block_worker = Trampolines.SDActionArity1V46.CreateBlock (worker); | |
+ using var block_worker = Trampolines.SDActionArity1V47.CreateBlock (worker); | |
BlockLiteral *block_ptr_worker = &block_worker; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_ref_NativeHandle_NativeHandle (this.Handle, selCoordinateWritingItemAtURL_Options_Error_ByAccessor_XHandle, url__handle__, (UIntPtr) (ulong) options, &errorValue, (IntPtr) block_ptr_worker); | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSFileHandle.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSFileHandle.g.cs | |
index 3157dfe..b9f60fe 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSFileHandle.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSFileHandle.g.cs | |
@@ -650,9 +650,9 @@ namespace Foundation { | |
} | |
[Export ("setReadabilityHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSFileHandle>? readCallback) | |
+ public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSFileHandle>? readCallback) | |
{ | |
- using var block_readCallback = Trampolines.SDActionArity1V47.CreateNullableBlock (readCallback); | |
+ using var block_readCallback = Trampolines.SDActionArity1V48.CreateNullableBlock (readCallback); | |
BlockLiteral *block_ptr_readCallback = null; | |
if (readCallback is not null) | |
block_ptr_readCallback = &block_readCallback; | |
@@ -664,9 +664,9 @@ namespace Foundation { | |
} | |
[Export ("setWriteabilityHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSFileHandle>? writeCallback) | |
+ public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSFileHandle>? writeCallback) | |
{ | |
- using var block_writeCallback = Trampolines.SDActionArity1V47.CreateNullableBlock (writeCallback); | |
+ using var block_writeCallback = Trampolines.SDActionArity1V48.CreateNullableBlock (writeCallback); | |
BlockLiteral *block_ptr_writeCallback = null; | |
if (writeCallback is not null) | |
block_ptr_writeCallback = &block_writeCallback; | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSHttpCookieStorage.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSHttpCookieStorage.g.cs | |
index af054dc..8a26567 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSHttpCookieStorage.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSHttpCookieStorage.g.cs | |
@@ -128,12 +128,12 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSHttpCookie[]> completionHandler) | |
+ public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<NSHttpCookie[]> completionHandler) | |
{ | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V48.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V49.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selGetCookiesForTask_CompletionHandler_XHandle, task__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSNotificationCenter.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSNotificationCenter.g.cs | |
index 1a018b8..2e34086 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSNotificationCenter.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSNotificationCenter.g.cs | |
@@ -114,14 +114,14 @@ namespace Foundation { | |
} | |
[Export ("addObserverForName:object:queue:usingBlock:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<NSNotification> handler) | |
+ public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))]global::System.Action<NSNotification> handler) | |
{ | |
var obj__handle__ = obj.GetHandle (); | |
var queue__handle__ = queue.GetHandle (); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
var nsname = CFString.CreateNative (name); | |
- using var block_handler = Trampolines.SDActionArity1V49.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V50.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
NSObject? ret; | |
if (IsDirectBinding) { | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSProgress.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSProgress.g.cs | |
index e2c2570..214a536 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSProgress.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSProgress.g.cs | |
@@ -291,12 +291,12 @@ namespace Foundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSObject AddSubscriberForFile (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))]global::System.Action<NSProgress> publishingHandler) | |
+ public unsafe static NSObject AddSubscriberForFile (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<NSProgress> publishingHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (publishingHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (publishingHandler)); | |
- using var block_publishingHandler = Trampolines.SDActionArity1V50.CreateBlock (publishingHandler); | |
+ using var block_publishingHandler = Trampolines.SDActionArity1V51.CreateBlock (publishingHandler); | |
BlockLiteral *block_ptr_publishingHandler = &block_publishingHandler; | |
return Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, selAddSubscriberForFileURL_WithPublishingHandler_XHandle, url__handle__, (IntPtr) block_ptr_publishingHandler))!; | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSTask.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSTask.g.cs | |
index f644b04..2e77ef5 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSTask.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSTask.g.cs | |
@@ -253,14 +253,14 @@ namespace Foundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTask? LaunchFromUrl (NSUrl url, string[] arguments, out NSError? error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<NSTask>? terminationHandler) | |
+ public unsafe static NSTask? LaunchFromUrl (NSUrl url, string[] arguments, out NSError? error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTask>? terminationHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (arguments is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (arguments)); | |
NativeHandle errorValue = IntPtr.Zero; | |
var nsa_arguments = NSArray.FromStrings (arguments); | |
- using var block_terminationHandler = Trampolines.SDActionArity1V51.CreateNullableBlock (terminationHandler); | |
+ using var block_terminationHandler = Trampolines.SDActionArity1V52.CreateNullableBlock (terminationHandler); | |
BlockLiteral *block_ptr_terminationHandler = null; | |
if (terminationHandler is not null) | |
block_ptr_terminationHandler = &block_terminationHandler; | |
@@ -581,7 +581,7 @@ namespace Foundation { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
public unsafe virtual global::System.Action<NSTask>? TerminationHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V51))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V52))] | |
[Export ("terminationHandler")] | |
get { | |
NativeHandle ret; | |
@@ -590,12 +590,12 @@ namespace Foundation { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selTerminationHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V51.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V52.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))] | |
[Export ("setTerminationHandler:")] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V51.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V52.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSTimer.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSTimer.g.cs | |
index 1c3f7aa..a63b3b2 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSTimer.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSTimer.g.cs | |
@@ -128,13 +128,13 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTimer> block) | |
+ public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSTimer> block) | |
: base (NSObjectFlag.Empty) | |
{ | |
var date__handle__ = date!.GetNonNullHandle (nameof (date)); | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V52.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V53.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_Double_bool_NativeHandle (this.Handle, selInitWithFireDate_Interval_Repeats_Block_XHandle, date__handle__, seconds, repeats ? (byte) 1 : (byte) 0, (IntPtr) block_ptr_block), "initWithFireDate:interval:repeats:block:"); | |
@@ -157,11 +157,11 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTimer> block) | |
+ public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSTimer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V52.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V53.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
return Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double_bool_NativeHandle (class_ptr, selScheduledTimerWithTimeInterval_Repeats_Block_XHandle, interval, repeats ? (byte) 1 : (byte) 0, (IntPtr) block_ptr_block))!; | |
} | |
@@ -180,11 +180,11 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTimer> block) | |
+ public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSTimer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V52.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V53.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
return Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double_bool_NativeHandle (class_ptr, selTimerWithTimeInterval_Repeats_Block_XHandle, interval, repeats ? (byte) 1 : (byte) 0, (IntPtr) block_ptr_block))!; | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSUndoManager.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSUndoManager.g.cs | |
index 4a3c344..8a1310e 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSUndoManager.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSUndoManager.g.cs | |
@@ -258,12 +258,12 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSObject> undoHandler) | |
+ public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSObject> undoHandler) | |
{ | |
var target__handle__ = target!.GetNonNullHandle (nameof (target)); | |
if (undoHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (undoHandler)); | |
- using var block_undoHandler = Trampolines.SDActionArity1V53.CreateBlock (undoHandler); | |
+ using var block_undoHandler = Trampolines.SDActionArity1V54.CreateBlock (undoHandler); | |
BlockLiteral *block_ptr_undoHandler = &block_undoHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selRegisterUndoWithTarget_Handler_XHandle, target__handle__, (IntPtr) block_ptr_undoHandler); | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSUrlCache.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSUrlCache.g.cs | |
index ee9cf2a..885a0a0 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSUrlCache.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSUrlCache.g.cs | |
@@ -181,12 +181,12 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V54.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V55.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selGetCachedResponseForDataTask_CompletionHandler_XHandle, dataTask__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSUrlCredentialStorage.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSUrlCredentialStorage.g.cs | |
index c68376c..1acd9cf 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSUrlCredentialStorage.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSUrlCredentialStorage.g.cs | |
@@ -117,11 +117,11 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSDictionary>? completionHandler) | |
+ public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<NSDictionary>? completionHandler) | |
{ | |
var protectionSpace__handle__ = protectionSpace!.GetNonNullHandle (nameof (protectionSpace)); | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V55.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V56.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
@@ -161,11 +161,11 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<NSUrlCredential>? completionHandler) | |
+ public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSUrlCredential>? completionHandler) | |
{ | |
var space__handle__ = space!.GetNonNullHandle (nameof (space)); | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V56.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V57.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs | |
index 067e511..b17c092 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs | |
@@ -49,10 +49,10 @@ namespace Foundation { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[Protocol (Name = "NSURLSessionDataDelegate", WrapperType = typeof (NSUrlSessionDataDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V57) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeDownloadTask", Selector = "URLSession:dataTask:didBecomeDownloadTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionDownloadTask) }, ParameterByRef = new bool [] { false, false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveData", Selector = "URLSession:dataTask:didReceiveData:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSData) }, ParameterByRef = new bool [] { false, false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V54) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V55) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeStreamTask", Selector = "URLSession:dataTask:didBecomeStreamTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionStreamTask) }, ParameterByRef = new bool [] { false, false, false })] | |
public partial interface INSUrlSessionDataDelegate : INativeObject, IDisposable, | |
Foundation.INSUrlSessionTaskDelegate | |
@@ -60,14 +60,14 @@ namespace Foundation { | |
} | |
public unsafe static partial class NSUrlSessionDataDelegate_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
+ public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
var response__handle__ = response!.GetNonNullHandle (nameof (response)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V57.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V58.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveResponse:completionHandler:"), session__handle__, dataTask__handle__, response__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -88,14 +88,14 @@ namespace Foundation { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveData:"), session__handle__, dataTask__handle__, data__handle__); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
var proposedResponse__handle__ = proposedResponse!.GetNonNullHandle (nameof (proposedResponse)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V54.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V55.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:willCacheResponse:completionHandler:"), session__handle__, dataTask__handle__, proposedResponse__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -176,13 +176,13 @@ namespace Foundation { | |
} | |
[Export ("URLSession:dataTask:didReceiveResponse:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
+ public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
[Export ("URLSession:dataTask:willCacheResponse:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs | |
index ba1d8c4..d1587a7 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs | |
@@ -92,11 +92,11 @@ namespace Foundation { | |
} | |
[Export ("cancelByProducingResumeData:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> resumeCallback) | |
+ public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> resumeCallback) | |
{ | |
if (resumeCallback is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (resumeCallback)); | |
- using var block_resumeCallback = Trampolines.SDActionArity1V45.CreateBlock (resumeCallback); | |
+ using var block_resumeCallback = Trampolines.SDActionArity1V46.CreateBlock (resumeCallback); | |
BlockLiteral *block_ptr_resumeCallback = &block_resumeCallback; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selCancelByProducingResumeData_XHandle, (IntPtr) block_ptr_resumeCallback); | |
diff --git a/old/dotnet/macos/generated-sources/Foundation/NSUrlSessionUploadTask.g.cs b/new/dotnet/macos/generated-sources/Foundation/NSUrlSessionUploadTask.g.cs | |
index 9007825..e6e2785 100644 | |
--- a/old/dotnet/macos/generated-sources/Foundation/NSUrlSessionUploadTask.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Foundation/NSUrlSessionUploadTask.g.cs | |
@@ -96,11 +96,11 @@ namespace Foundation { | |
[SupportedOSPlatform ("ios17.0")] | |
[SupportedOSPlatform ("maccatalyst17.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CancelByProducingResumeData ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> completionHandler) | |
+ public unsafe virtual void CancelByProducingResumeData ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selCancelByProducingResumeData_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/GameController/GCController.g.cs b/new/dotnet/macos/generated-sources/GameController/GCController.g.cs | |
index a78e9db..dd638be 100644 | |
--- a/old/dotnet/macos/generated-sources/GameController/GCController.g.cs | |
+++ b/new/dotnet/macos/generated-sources/GameController/GCController.g.cs | |
@@ -257,7 +257,7 @@ namespace GameController { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
public unsafe virtual global::System.Action<GCController>? ControllerPausedHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V58))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V59))] | |
[Export ("controllerPausedHandler", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -266,12 +266,12 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selControllerPausedHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V58.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V59.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))] | |
[Export ("setControllerPausedHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V58.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V59.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/GameController/GCMotion.g.cs b/new/dotnet/macos/generated-sources/GameController/GCMotion.g.cs | |
index 609fe92..a2afe81 100644 | |
--- a/old/dotnet/macos/generated-sources/GameController/GCMotion.g.cs | |
+++ b/new/dotnet/macos/generated-sources/GameController/GCMotion.g.cs | |
@@ -457,7 +457,7 @@ namespace GameController { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<GCMotion>? ValueChangedHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V59))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V60))] | |
[Export ("valueChangedHandler", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -466,12 +466,12 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selValueChangedHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V59.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V60.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))] | |
[Export ("setValueChangedHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V59.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V60.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/GameKit/GKMatch.g.cs b/new/dotnet/macos/generated-sources/GameKit/GKMatch.g.cs | |
index 5c9ea07..68b3f91 100644 | |
--- a/old/dotnet/macos/generated-sources/GameKit/GKMatch.g.cs | |
+++ b/new/dotnet/macos/generated-sources/GameKit/GKMatch.g.cs | |
@@ -113,11 +113,11 @@ namespace GameKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<string> completionHandler) | |
+ public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<string> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V60.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V61.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selChooseBestHostPlayerWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -147,11 +147,11 @@ namespace GameKit { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<GKPlayer> completionHandler) | |
+ public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<GKPlayer> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V61.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V62.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selChooseBestHostingPlayerWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/GameKit/GKMatchmaker.g.cs b/new/dotnet/macos/generated-sources/GameKit/GKMatchmaker.g.cs | |
index 03fd723..5f06c76 100644 | |
--- a/old/dotnet/macos/generated-sources/GameKit/GKMatchmaker.g.cs | |
+++ b/new/dotnet/macos/generated-sources/GameKit/GKMatchmaker.g.cs | |
@@ -458,11 +458,11 @@ namespace GameKit { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst16.2")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<GKPlayer> handler) | |
+ public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<GKPlayer> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V61.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V62.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selStartGroupActivityWithPlayerHandler_XHandle, (IntPtr) block_ptr_handler); | |
diff --git a/old/dotnet/macos/generated-sources/GameplayKit/GKRule.g.cs b/new/dotnet/macos/generated-sources/GameplayKit/GKRule.g.cs | |
index 204b47a..1abc824 100644 | |
--- a/old/dotnet/macos/generated-sources/GameplayKit/GKRule.g.cs | |
+++ b/new/dotnet/macos/generated-sources/GameplayKit/GKRule.g.cs | |
@@ -113,7 +113,7 @@ namespace GameplayKit { | |
} | |
[Export ("ruleWithBlockPredicate:action:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V5))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<GKRuleSystem> action) | |
+ public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V5))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<GKRuleSystem> action) | |
{ | |
if (predicate is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (predicate)); | |
@@ -121,7 +121,7 @@ namespace GameplayKit { | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (action)); | |
using var block_predicate = Trampolines.SDFuncArity2V5.CreateBlock (predicate); | |
BlockLiteral *block_ptr_predicate = &block_predicate; | |
- using var block_action = Trampolines.SDActionArity1V62.CreateBlock (action); | |
+ using var block_action = Trampolines.SDActionArity1V63.CreateBlock (action); | |
BlockLiteral *block_ptr_action = &block_action; | |
return Runtime.GetNSObject<GKRule> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, selRuleWithBlockPredicate_Action_XHandle, (IntPtr) block_ptr_predicate, (IntPtr) block_ptr_action))!; | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INAnswerCallIntentHandling.g.cs b/new/dotnet/macos/generated-sources/Intents/INAnswerCallIntentHandling.g.cs | |
index ab7b153..b96211a 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INAnswerCallIntentHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INAnswerCallIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[SupportedOSPlatform ("ios16.2")] | |
[SupportedOSPlatform ("maccatalyst16.2")] | |
[Protocol (Name = "INAnswerCallIntentHandling", WrapperType = typeof (INAnswerCallIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAnswerCall", Selector = "handleAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmAnswerCall", Selector = "confirmAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAnswerCall", Selector = "handleAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmAnswerCall", Selector = "confirmAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
public partial interface IINAnswerCallIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleAnswerCall:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAnswerCallIntentResponse> completion); | |
+ unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INAnswerCallIntentResponse> completion); | |
} | |
public unsafe static partial class INAnswerCallIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAnswerCallIntentResponse> completion) | |
+ public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INAnswerCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleAnswerCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAnswerCallIntentResponse> completion) | |
+ public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INAnswerCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INEditMessageIntentHandling.g.cs b/new/dotnet/macos/generated-sources/Intents/INEditMessageIntentHandling.g.cs | |
index 3a8665e..da7a9b8 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INEditMessageIntentHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INEditMessageIntentHandling.g.cs | |
@@ -49,34 +49,34 @@ namespace Intents { | |
[SupportedOSPlatform ("ios17.0")] | |
[SupportedOSPlatform ("maccatalyst17.0")] | |
[Protocol (Name = "INEditMessageIntentHandling", WrapperType = typeof (INEditMessageIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleEditMessage", Selector = "handleEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmEditMessage", Selector = "confirmEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEditedContent", Selector = "resolveEditedContentForEditMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleEditMessage", Selector = "handleEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmEditMessage", Selector = "confirmEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEditedContent", Selector = "resolveEditedContentForEditMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
public partial interface IINEditMessageIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleEditMessage:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INEditMessageIntentResponse> completion); | |
+ unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INEditMessageIntentResponse> completion); | |
} | |
public unsafe static partial class INEditMessageIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmEditMessage (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INEditMessageIntentResponse> completion) | |
+ public unsafe static void ConfirmEditMessage (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INEditMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmEditMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveEditedContent (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStringResolutionResult> completion) | |
+ public unsafe static void ResolveEditedContent (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEditedContentForEditMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -89,12 +89,12 @@ namespace Intents { | |
} | |
[Export ("handleEditMessage:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INEditMessageIntentResponse> completion) | |
+ public unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INEditMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleEditMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INFocusStatusCenter.g.cs b/new/dotnet/macos/generated-sources/Intents/INFocusStatusCenter.g.cs | |
index e7123b9..7524e38 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INFocusStatusCenter.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INFocusStatusCenter.g.cs | |
@@ -91,9 +91,9 @@ namespace Intents { | |
[Export ("requestAuthorizationWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler) | |
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler) | |
{ | |
- using var block_completionHandler = Trampolines.SDActionArity1V66.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V67.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INHangUpCallIntentHandling.g.cs b/new/dotnet/macos/generated-sources/Intents/INHangUpCallIntentHandling.g.cs | |
index 821f591..0268f7d 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INHangUpCallIntentHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INHangUpCallIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[SupportedOSPlatform ("ios16.2")] | |
[SupportedOSPlatform ("maccatalyst16.2")] | |
[Protocol (Name = "INHangUpCallIntentHandling", WrapperType = typeof (INHangUpCallIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleHangUpCall", Selector = "handleHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmHangUpCall", Selector = "confirmHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleHangUpCall", Selector = "handleHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmHangUpCall", Selector = "confirmHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
public partial interface IINHangUpCallIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleHangUpCall:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INHangUpCallIntentResponse> completion); | |
+ unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INHangUpCallIntentResponse> completion); | |
} | |
public unsafe static partial class INHangUpCallIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INHangUpCallIntentResponse> completion) | |
+ public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INHangUpCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleHangUpCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INHangUpCallIntentResponse> completion) | |
+ public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INHangUpCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INSendMessageIntentHandling.g.cs b/new/dotnet/macos/generated-sources/Intents/INSendMessageIntentHandling.g.cs | |
index c65a57e..ea87314 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INSendMessageIntentHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INSendMessageIntentHandling.g.cs | |
@@ -49,28 +49,28 @@ namespace Intents { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios")] | |
[Protocol (Name = "INSendMessageIntentHandling", WrapperType = typeof (INSendMessageIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendMessage", Selector = "handleSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOutgoingMessageType", Selector = "resolveOutgoingMessageTypeForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendMessage", Selector = "handleSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOutgoingMessageType", Selector = "resolveOutgoingMessageTypeForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })] | |
public partial interface IINSendMessageIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleSendMessage:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INSendMessageIntentResponse> completion); | |
+ unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INSendMessageIntentResponse> completion); | |
} | |
public unsafe static partial class INSendMessageIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void Confirm (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INSendMessageIntentResponse> completion) | |
+ public unsafe static void Confirm (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INSendMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -82,12 +82,12 @@ namespace Intents { | |
[SupportedOSPlatform ("macos12.0")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INPersonResolutionResult[]> completion) | |
+ public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INPersonResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRecipientsForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -96,22 +96,22 @@ namespace Intents { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos12.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INSendMessageRecipientResolutionResult[]> completion) | |
+ public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INSendMessageRecipientResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRecipientsForSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveContent (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStringResolutionResult> completion) | |
+ public unsafe static void ResolveContent (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -123,12 +123,12 @@ namespace Intents { | |
[SupportedOSPlatform ("macos12.0")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStringResolutionResult> completion) | |
+ public unsafe static void ResolveGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGroupNameForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -137,12 +137,12 @@ namespace Intents { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos12.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveOutgoingMessageType (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INOutgoingMessageTypeResolutionResult> completion) | |
+ public unsafe static void ResolveOutgoingMessageType (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INOutgoingMessageTypeResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveOutgoingMessageTypeForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -155,12 +155,12 @@ namespace Intents { | |
} | |
[Export ("handleSendMessage:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INSendMessageIntentResponse> completion) | |
+ public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INSendMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs b/new/dotnet/macos/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs | |
index 4c7e04a..6751415 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[Protocol (Name = "INShareFocusStatusIntentHandling", WrapperType = typeof (INShareFocusStatusIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleShareFocusStatus", Selector = "handleShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmShareFocusStatus", Selector = "confirmShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleShareFocusStatus", Selector = "handleShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmShareFocusStatus", Selector = "confirmShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
public partial interface IINShareFocusStatusIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleShareFocusStatus:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INShareFocusStatusIntentResponse> completion); | |
+ unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INShareFocusStatusIntentResponse> completion); | |
} | |
public unsafe static partial class INShareFocusStatusIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmShareFocusStatus (this IINShareFocusStatusIntentHandling This, INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
+ public unsafe static void ConfirmShareFocusStatus (this IINShareFocusStatusIntentHandling This, INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmShareFocusStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleShareFocusStatus:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
+ public unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleShareFocusStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Intents/INUnsendMessagesIntentHandling.g.cs b/new/dotnet/macos/generated-sources/Intents/INUnsendMessagesIntentHandling.g.cs | |
index 3bc2eb9..5d78f0d 100644 | |
--- a/old/dotnet/macos/generated-sources/Intents/INUnsendMessagesIntentHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Intents/INUnsendMessagesIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[SupportedOSPlatform ("ios17.0")] | |
[SupportedOSPlatform ("maccatalyst17.0")] | |
[Protocol (Name = "INUnsendMessagesIntentHandling", WrapperType = typeof (INUnsendMessagesIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUnsendMessages", Selector = "handleUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmUnsendMessages", Selector = "confirmUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUnsendMessages", Selector = "handleUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmUnsendMessages", Selector = "confirmUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })] | |
public partial interface IINUnsendMessagesIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleUnsendMessages:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INUnsendMessagesIntentResponse> completion); | |
+ unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INUnsendMessagesIntentResponse> completion); | |
} | |
public unsafe static partial class INUnsendMessagesIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmUnsendMessages (this IINUnsendMessagesIntentHandling This, INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
+ public unsafe static void ConfirmUnsendMessages (this IINUnsendMessagesIntentHandling This, INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmUnsendMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleUnsendMessages:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
+ public unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleUnsendMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/MailKit/MEComposeSessionHandler.g.cs b/new/dotnet/macos/generated-sources/MailKit/MEComposeSessionHandler.g.cs | |
index ae31b68..8a1a4b6 100644 | |
--- a/old/dotnet/macos/generated-sources/MailKit/MEComposeSessionHandler.g.cs | |
+++ b/new/dotnet/macos/generated-sources/MailKit/MEComposeSessionHandler.g.cs | |
@@ -52,7 +52,7 @@ namespace MailKit { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "MailComposeSessionDidBegin", Selector = "mailComposeSessionDidBegin:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "MailComposeSessionDidEnd", Selector = "mailComposeSessionDidEnd:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetViewController", Selector = "viewControllerForSession:", ReturnType = typeof (MailKit.MEExtensionViewController), ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AnnotateAddress", Selector = "session:annotateAddressesWithCompletionHandler:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession), typeof (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AnnotateAddress", Selector = "session:annotateAddressesWithCompletionHandler:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession), typeof (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AllowMessageSend", Selector = "session:canSendMessageWithCompletionHandler:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V16) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetAdditionalHeaders", Selector = "additionalHeadersForSession:", ReturnType = typeof (global::Foundation.NSDictionary<NSString, NSArray<NSString>>), ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
public partial interface IMEComposeSessionHandler : INativeObject, IDisposable | |
@@ -72,12 +72,12 @@ namespace MailKit { | |
} | |
public unsafe static partial class MEComposeSessionHandler_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void AnnotateAddress (this IMEComposeSessionHandler This, MEComposeSession session, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<NSDictionary<MEEmailAddress, MEAddressAnnotation>> completionHandler) | |
+ public unsafe static void AnnotateAddress (this IMEComposeSessionHandler This, MEComposeSession session, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<NSDictionary<MEEmailAddress, MEAddressAnnotation>> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V74.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V75.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("session:annotateAddressesWithCompletionHandler:"), session__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/MailKit/MEMessageActionHandler.g.cs b/new/dotnet/macos/generated-sources/MailKit/MEMessageActionHandler.g.cs | |
index cc0dd41..c5a766b 100644 | |
--- a/old/dotnet/macos/generated-sources/MailKit/MEMessageActionHandler.g.cs | |
+++ b/new/dotnet/macos/generated-sources/MailKit/MEMessageActionHandler.g.cs | |
@@ -49,14 +49,14 @@ namespace MailKit { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos12.0")] | |
[Protocol (Name = "MEMessageActionHandler", WrapperType = typeof (MEMessageActionHandlerWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DecideAction", Selector = "decideActionForMessage:completionHandler:", ParameterType = new Type [] { typeof (MailKit.MEMessage), typeof (global::System.Action<global::MailKit.MEMessageActionDecision>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DecideAction", Selector = "decideActionForMessage:completionHandler:", ParameterType = new Type [] { typeof (MailKit.MEMessage), typeof (global::System.Action<global::MailKit.MEMessageActionDecision>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
[ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "RequiredHeaders", Selector = "requiredHeaders", PropertyType = typeof (String[]), GetterSelector = "requiredHeaders", ArgumentSemantic = ArgumentSemantic.Copy)] | |
public partial interface IMEMessageActionHandler : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("decideActionForMessage:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void DecideAction (MEMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<MEMessageActionDecision> completionHandler); | |
+ unsafe void DecideAction (MEMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<MEMessageActionDecision> completionHandler); | |
} | |
public unsafe static partial class MEMessageActionHandler_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -73,12 +73,12 @@ namespace MailKit { | |
} | |
[Export ("decideActionForMessage:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void DecideAction (MEMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<MEMessageActionDecision> completionHandler) | |
+ public unsafe void DecideAction (MEMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<MEMessageActionDecision> completionHandler) | |
{ | |
var message__handle__ = message!.GetNonNullHandle (nameof (message)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V75.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V76.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("decideActionForMessage:completionHandler:"), message__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/MailKit/MEMessageEncoder.g.cs b/new/dotnet/macos/generated-sources/MailKit/MEMessageEncoder.g.cs | |
index 88a321d..2c9a773 100644 | |
--- a/old/dotnet/macos/generated-sources/MailKit/MEMessageEncoder.g.cs | |
+++ b/new/dotnet/macos/generated-sources/MailKit/MEMessageEncoder.g.cs | |
@@ -49,18 +49,18 @@ namespace MailKit { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos12.0")] | |
[Protocol (Name = "MEMessageEncoder", WrapperType = typeof (MEMessageEncoderWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetEncodingStatus", Selector = "getEncodingStatusForMessage:composeContext:completionHandler:", ParameterType = new Type [] { typeof (MailKit.MEMessage), typeof (MailKit.MEComposeContext), typeof (global::System.Action<global::MailKit.MEOutgoingMessageEncodingStatus>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EncodeMessage", Selector = "encodeMessage:composeContext:completionHandler:", ParameterType = new Type [] { typeof (MailKit.MEMessage), typeof (MailKit.MEComposeContext), typeof (global::System.Action<global::MailKit.MEMessageEncodingResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetEncodingStatus", Selector = "getEncodingStatusForMessage:composeContext:completionHandler:", ParameterType = new Type [] { typeof (MailKit.MEMessage), typeof (MailKit.MEComposeContext), typeof (global::System.Action<global::MailKit.MEOutgoingMessageEncodingStatus>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EncodeMessage", Selector = "encodeMessage:composeContext:completionHandler:", ParameterType = new Type [] { typeof (MailKit.MEMessage), typeof (MailKit.MEComposeContext), typeof (global::System.Action<global::MailKit.MEMessageEncodingResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })] | |
public partial interface IMEMessageEncoder : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("getEncodingStatusForMessage:composeContext:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void GetEncodingStatus (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<MEOutgoingMessageEncodingStatus> completionHandler); | |
+ unsafe void GetEncodingStatus (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<MEOutgoingMessageEncodingStatus> completionHandler); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("encodeMessage:composeContext:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void EncodeMessage (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<MEMessageEncodingResult> completionHandler); | |
+ unsafe void EncodeMessage (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<MEMessageEncodingResult> completionHandler); | |
} | |
internal unsafe sealed class MEMessageEncoderWrapper : BaseWrapper, IMEMessageEncoder { | |
[Preserve (Conditional = true)] | |
@@ -70,25 +70,25 @@ namespace MailKit { | |
} | |
[Export ("getEncodingStatusForMessage:composeContext:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void GetEncodingStatus (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<MEOutgoingMessageEncodingStatus> completionHandler) | |
+ public unsafe void GetEncodingStatus (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<MEOutgoingMessageEncodingStatus> completionHandler) | |
{ | |
var message__handle__ = message!.GetNonNullHandle (nameof (message)); | |
var composeContext__handle__ = composeContext!.GetNonNullHandle (nameof (composeContext)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V76.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V77.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getEncodingStatusForMessage:composeContext:completionHandler:"), message__handle__, composeContext__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
[Export ("encodeMessage:composeContext:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void EncodeMessage (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<MEMessageEncodingResult> completionHandler) | |
+ public unsafe void EncodeMessage (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<MEMessageEncodingResult> completionHandler) | |
{ | |
var message__handle__ = message!.GetNonNullHandle (nameof (message)); | |
var composeContext__handle__ = composeContext!.GetNonNullHandle (nameof (composeContext)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V77.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V78.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("encodeMessage:composeContext:completionHandler:"), message__handle__, composeContext__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/MailKit/MEMessageSecurityHandler.g.cs b/new/dotnet/macos/generated-sources/MailKit/MEMessageSecurityHandler.g.cs | |
index 6b3ee82..98d386e 100644 | |
--- a/old/dotnet/macos/generated-sources/MailKit/MEMessageSecurityHandler.g.cs | |
+++ b/new/dotnet/macos/generated-sources/MailKit/MEMessageSecurityHandler.g.cs | |
@@ -51,7 +51,7 @@ namespace MailKit { | |
[Protocol (Name = "MEMessageSecurityHandler", WrapperType = typeof (MEMessageSecurityHandlerWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetExtensionViewController", Selector = "extensionViewControllerForMessageSigners:", ReturnType = typeof (MailKit.MEExtensionViewController), ParameterType = new Type [] { typeof (MailKit.MEMessageSigner[]) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetExtensionViewController", Selector = "extensionViewControllerForMessageContext:", ReturnType = typeof (MailKit.MEExtensionViewController), ParameterType = new Type [] { typeof (NSData) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "SetPrimaryActionClicked", Selector = "primaryActionClickedForMessageContext:completionHandler:", ParameterType = new Type [] { typeof (NSData), typeof (global::System.Action<global::MailKit.MEExtensionViewController>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "SetPrimaryActionClicked", Selector = "primaryActionClickedForMessageContext:completionHandler:", ParameterType = new Type [] { typeof (NSData), typeof (global::System.Action<global::MailKit.MEExtensionViewController>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })] | |
public partial interface IMEMessageSecurityHandler : INativeObject, IDisposable, | |
MailKit.IMEMessageDecoder | |
, MailKit.IMEMessageEncoder | |
@@ -67,7 +67,7 @@ namespace MailKit { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("primaryActionClickedForMessageContext:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void SetPrimaryActionClicked (NSData messageContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<MEExtensionViewController> completionHandler); | |
+ unsafe void SetPrimaryActionClicked (NSData messageContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<MEExtensionViewController> completionHandler); | |
} | |
internal unsafe sealed class MEMessageSecurityHandlerWrapper : BaseWrapper, IMEMessageSecurityHandler { | |
[Preserve (Conditional = true)] | |
@@ -96,12 +96,12 @@ namespace MailKit { | |
} | |
[Export ("primaryActionClickedForMessageContext:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void SetPrimaryActionClicked (NSData messageContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<MEExtensionViewController> completionHandler) | |
+ public unsafe void SetPrimaryActionClicked (NSData messageContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<MEExtensionViewController> completionHandler) | |
{ | |
var messageContext__handle__ = messageContext!.GetNonNullHandle (nameof (messageContext)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V78.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V79.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("primaryActionClickedForMessageContext:completionHandler:"), messageContext__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -114,25 +114,25 @@ namespace MailKit { | |
} | |
[Export ("getEncodingStatusForMessage:composeContext:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void GetEncodingStatus (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<MEOutgoingMessageEncodingStatus> completionHandler) | |
+ public unsafe void GetEncodingStatus (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<MEOutgoingMessageEncodingStatus> completionHandler) | |
{ | |
var message__handle__ = message!.GetNonNullHandle (nameof (message)); | |
var composeContext__handle__ = composeContext!.GetNonNullHandle (nameof (composeContext)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V76.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V77.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getEncodingStatusForMessage:composeContext:completionHandler:"), message__handle__, composeContext__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
[Export ("encodeMessage:composeContext:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void EncodeMessage (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<MEMessageEncodingResult> completionHandler) | |
+ public unsafe void EncodeMessage (MEMessage message, MEComposeContext composeContext, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<MEMessageEncodingResult> completionHandler) | |
{ | |
var message__handle__ = message!.GetNonNullHandle (nameof (message)); | |
var composeContext__handle__ = composeContext!.GetNonNullHandle (nameof (composeContext)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V77.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V78.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("encodeMessage:composeContext:completionHandler:"), message__handle__, composeContext__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Metal/MTLCommandBuffer.g.cs b/new/dotnet/macos/generated-sources/Metal/MTLCommandBuffer.g.cs | |
index 3dd8d1e..9368a58 100644 | |
--- a/old/dotnet/macos/generated-sources/Metal/MTLCommandBuffer.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Metal/MTLCommandBuffer.g.cs | |
@@ -51,9 +51,9 @@ namespace Metal { | |
[Protocol (Name = "MTLCommandBuffer", WrapperType = typeof (MTLCommandBufferWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Enqueue", Selector = "enqueue")] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Commit", Selector = "commit")] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddScheduledHandler", Selector = "addScheduledHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddScheduledHandler", Selector = "addScheduledHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WaitUntilScheduled", Selector = "waitUntilScheduled")] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddCompletedHandler", Selector = "addCompletedHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddCompletedHandler", Selector = "addCompletedHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WaitUntilCompleted", Selector = "waitUntilCompleted")] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ComputeCommandEncoderDispatch", Selector = "computeCommandEncoderWithDispatchType:", ReturnType = typeof (IMTLComputeCommandEncoder), ParameterType = new Type [] { typeof (MTLDispatchType) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EncodeWait", Selector = "encodeWaitForEvent:value:", ParameterType = new Type [] { typeof (IMTLEvent), typeof (ulong) }, ParameterByRef = new bool [] { false, false })] | |
@@ -98,7 +98,7 @@ namespace Metal { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("addScheduledHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<IMTLCommandBuffer> block); | |
+ unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<IMTLCommandBuffer> block); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("waitUntilScheduled")] | |
[Preserve (Conditional = true)] | |
@@ -106,7 +106,7 @@ namespace Metal { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("addCompletedHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<IMTLCommandBuffer> block); | |
+ unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<IMTLCommandBuffer> block); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("waitUntilCompleted")] | |
[Preserve (Conditional = true)] | |
@@ -345,11 +345,11 @@ namespace Metal { | |
} | |
[Export ("addScheduledHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<IMTLCommandBuffer> block) | |
+ public unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<IMTLCommandBuffer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V79.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V80.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addScheduledHandler:"), (IntPtr) block_ptr_block); | |
} | |
@@ -361,11 +361,11 @@ namespace Metal { | |
} | |
[Export ("addCompletedHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<IMTLCommandBuffer> block) | |
+ public unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<IMTLCommandBuffer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V79.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V80.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addCompletedHandler:"), (IntPtr) block_ptr_block); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Metal/MTLDrawable.g.cs b/new/dotnet/macos/generated-sources/Metal/MTLDrawable.g.cs | |
index ec41bb5..b36fe10 100644 | |
--- a/old/dotnet/macos/generated-sources/Metal/MTLDrawable.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Metal/MTLDrawable.g.cs | |
@@ -52,7 +52,7 @@ namespace Metal { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Present", Selector = "present")] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Present", Selector = "presentAtTime:", ParameterType = new Type [] { typeof (double) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "PresentAfter", Selector = "presentAfterMinimumDuration:", ParameterType = new Type [] { typeof (double) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddPresentedHandler", Selector = "addPresentedHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLDrawable>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V36) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddPresentedHandler", Selector = "addPresentedHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLDrawable>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V37) })] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PresentedTime", Selector = "presentedTime", PropertyType = typeof (double), GetterSelector = "presentedTime", ArgumentSemantic = ArgumentSemantic.None)] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "DrawableId", Selector = "drawableID", PropertyType = typeof (UIntPtr), GetterSelector = "drawableID", ArgumentSemantic = ArgumentSemantic.None)] | |
public partial interface IMTLDrawable : INativeObject, IDisposable | |
@@ -80,7 +80,7 @@ namespace Metal { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("addPresentedHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]global::System.Action<IMTLDrawable> block); | |
+ unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<IMTLDrawable> block); | |
[Preserve (Conditional = true)] | |
[SupportedOSPlatform ("maccatalyst13.4")] | |
[SupportedOSPlatform ("ios")] | |
@@ -126,11 +126,11 @@ namespace Metal { | |
} | |
[Export ("addPresentedHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]global::System.Action<IMTLDrawable> block) | |
+ public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<IMTLDrawable> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V36.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V37.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addPresentedHandler:"), (IntPtr) block_ptr_block); | |
} | |
@@ -196,7 +196,7 @@ namespace Metal { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]global::System.Action<IMTLDrawable> block) | |
+ public unsafe virtual void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<IMTLDrawable> block) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs b/new/dotnet/macos/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs | |
index be58426..e7ab408 100644 | |
--- a/old/dotnet/macos/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs | |
+++ b/new/dotnet/macos/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs | |
@@ -228,11 +228,11 @@ namespace MetalPerformanceShaders { | |
[SupportedOSPlatform ("tvos13.0")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<global::Metal.IMTLCommandBuffer> block) | |
+ public unsafe virtual void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<global::Metal.IMTLCommandBuffer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V79.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V80.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selAddCompletedHandler_XHandle, (IntPtr) block_ptr_block); | |
@@ -246,11 +246,11 @@ namespace MetalPerformanceShaders { | |
[SupportedOSPlatform ("tvos13.0")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<global::Metal.IMTLCommandBuffer> block) | |
+ public unsafe virtual void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<global::Metal.IMTLCommandBuffer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V79.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V80.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selAddScheduledHandler_XHandle, (IntPtr) block_ptr_block); | |
diff --git a/old/dotnet/macos/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs b/new/dotnet/macos/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs | |
index 2f22895..e51112a 100644 | |
--- a/old/dotnet/macos/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs | |
+++ b/new/dotnet/macos/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs | |
@@ -88,7 +88,7 @@ namespace ModelIO { | |
[Export ("initWithInputs:outputs:evaluationFunction:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MDLMaterialPropertyNode (MDLMaterialProperty[] inputs, MDLMaterialProperty[] outputs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<MDLMaterialPropertyNode> function) | |
+ public unsafe MDLMaterialPropertyNode (MDLMaterialProperty[] inputs, MDLMaterialProperty[] outputs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<MDLMaterialPropertyNode> function) | |
: base (NSObjectFlag.Empty) | |
{ | |
if (inputs is null) | |
@@ -99,7 +99,7 @@ namespace ModelIO { | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (function)); | |
var nsa_inputs = NSArray.FromNSObjects (inputs); | |
var nsa_outputs = NSArray.FromNSObjects (outputs); | |
- using var block_function = Trampolines.SDActionArity1V80.CreateBlock (function); | |
+ using var block_function = Trampolines.SDActionArity1V81.CreateBlock (function); | |
BlockLiteral *block_ptr_function = &block_function; | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, selInitWithInputs_Outputs_EvaluationFunction_XHandle, nsa_inputs.Handle, nsa_outputs.Handle, (IntPtr) block_ptr_function), "initWithInputs:outputs:evaluationFunction:"); | |
@@ -111,7 +111,7 @@ namespace ModelIO { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<MDLMaterialPropertyNode> EvaluationFunction { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V80))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V81))] | |
[Export ("evaluationFunction", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -120,14 +120,14 @@ namespace ModelIO { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selEvaluationFunctionXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V80.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V81.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))] | |
[Export ("setEvaluationFunction:", ArgumentSemantic.Copy)] | |
set { | |
if (value is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value)); | |
- using var block_value = Trampolines.SDActionArity1V80.CreateBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V81.CreateBlock (value); | |
BlockLiteral *block_ptr_value = &block_value; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selSetEvaluationFunction_XHandle, (IntPtr) block_ptr_value); | |
diff --git a/old/dotnet/macos/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs b/new/dotnet/macos/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs | |
index 86d5d79..3a6b1bf 100644 | |
--- a/old/dotnet/macos/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs | |
+++ b/new/dotnet/macos/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs | |
@@ -95,11 +95,11 @@ namespace NetworkExtension { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ReadPacketObjects ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<NEPacket[]> completionHandler) | |
+ public unsafe virtual void ReadPacketObjects ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<NEPacket[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V81.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V82.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selReadPacketObjectsWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/NetworkExtension/NETunnelProvider.g.cs b/new/dotnet/macos/generated-sources/NetworkExtension/NETunnelProvider.g.cs | |
index d4c3923..1c8252c 100644 | |
--- a/old/dotnet/macos/generated-sources/NetworkExtension/NETunnelProvider.g.cs | |
+++ b/new/dotnet/macos/generated-sources/NetworkExtension/NETunnelProvider.g.cs | |
@@ -88,10 +88,10 @@ namespace NetworkExtension { | |
[Export ("handleAppMessage:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void HandleAppMessage (NSData messageData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData>? completionHandler) | |
+ public unsafe virtual void HandleAppMessage (NSData messageData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData>? completionHandler) | |
{ | |
var messageData__handle__ = messageData!.GetNonNullHandle (nameof (messageData)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/NetworkExtension/NETunnelProviderSession.g.cs b/new/dotnet/macos/generated-sources/NetworkExtension/NETunnelProviderSession.g.cs | |
index bf9f5ec..61c7cb7 100644 | |
--- a/old/dotnet/macos/generated-sources/NetworkExtension/NETunnelProviderSession.g.cs | |
+++ b/new/dotnet/macos/generated-sources/NetworkExtension/NETunnelProviderSession.g.cs | |
@@ -88,11 +88,11 @@ namespace NetworkExtension { | |
[Export ("sendProviderMessage:returnError:responseHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual bool SendProviderMessage (NSData messageData, out NSError? error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData>? responseHandler) | |
+ public unsafe virtual bool SendProviderMessage (NSData messageData, out NSError? error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData>? responseHandler) | |
{ | |
var messageData__handle__ = messageData!.GetNonNullHandle (nameof (messageData)); | |
NativeHandle errorValue = IntPtr.Zero; | |
- using var block_responseHandler = Trampolines.SDActionArity1V45.CreateNullableBlock (responseHandler); | |
+ using var block_responseHandler = Trampolines.SDActionArity1V46.CreateNullableBlock (responseHandler); | |
BlockLiteral *block_ptr_responseHandler = null; | |
if (responseHandler is not null) | |
block_ptr_responseHandler = &block_responseHandler; | |
diff --git a/old/dotnet/macos/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs b/new/dotnet/macos/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs | |
index 1476f24..42b1e07 100644 | |
--- a/old/dotnet/macos/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs | |
@@ -52,7 +52,7 @@ namespace NetworkExtension { | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldProvideIdentity", Selector = "shouldProvideIdentityForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvideIdentity", Selector = "provideIdentityForConnection:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (global::System.Action<global::Security.SecIdentity, NSArray>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V119) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldEvaluateTrust", Selector = "shouldEvaluateTrustForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EvaluateTrust", Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (NSArray), typeof (global::System.Action<global::Security.SecTrust>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EvaluateTrust", Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (NSArray), typeof (global::System.Action<global::Security.SecTrust>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V83) })] | |
public partial interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable | |
{ | |
} | |
@@ -84,13 +84,13 @@ namespace NetworkExtension { | |
return ret != 0; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void EvaluateTrust (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<global::Security.SecTrust> completion) | |
+ public unsafe static void EvaluateTrust (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<global::Security.SecTrust> completion) | |
{ | |
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection)); | |
var peerCertificateChain__handle__ = peerCertificateChain!.GetNonNullHandle (nameof (peerCertificateChain)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V82.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V83.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("evaluateTrustForConnection:peerCertificateChain:completionHandler:"), connection__handle__, peerCertificateChain__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -146,7 +146,7 @@ namespace NetworkExtension { | |
[Export ("evaluateTrustForConnection:peerCertificateChain:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void EvaluateTrust (NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<global::Security.SecTrust> completion) | |
+ public unsafe virtual void EvaluateTrust (NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<global::Security.SecTrust> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/NotificationCenter/NCWidgetProviding.g.cs b/new/dotnet/macos/generated-sources/NotificationCenter/NCWidgetProviding.g.cs | |
index 48cd97f..6efffc8 100644 | |
--- a/old/dotnet/macos/generated-sources/NotificationCenter/NCWidgetProviding.g.cs | |
+++ b/new/dotnet/macos/generated-sources/NotificationCenter/NCWidgetProviding.g.cs | |
@@ -49,7 +49,7 @@ namespace NotificationCenter { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos")] | |
[Protocol (Name = "NCWidgetProviding", WrapperType = typeof (NCWidgetProvidingWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetPerformUpdate", Selector = "widgetPerformUpdateWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::NotificationCenter.NCUpdateResult>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V83) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetPerformUpdate", Selector = "widgetPerformUpdateWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::NotificationCenter.NCUpdateResult>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetWidgetMarginInsets", Selector = "widgetMarginInsetsForProposedMarginInsets:", ReturnType = typeof (NSEdgeInsets), ParameterType = new Type [] { typeof (NSEdgeInsets) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetDidBeginEditing", Selector = "widgetDidBeginEditing")] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetDidEndEditing", Selector = "widgetDidEndEditing")] | |
@@ -59,11 +59,11 @@ namespace NotificationCenter { | |
} | |
public unsafe static partial class NCWidgetProviding_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void WidgetPerformUpdate (this INCWidgetProviding This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<NCUpdateResult> completionHandler) | |
+ public unsafe static void WidgetPerformUpdate (this INCWidgetProviding This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<NCUpdateResult> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V83.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V84.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("widgetPerformUpdateWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -180,7 +180,7 @@ namespace NotificationCenter { | |
} | |
[Export ("widgetPerformUpdateWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WidgetPerformUpdate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<NCUpdateResult> completionHandler) | |
+ public unsafe virtual void WidgetPerformUpdate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<NCUpdateResult> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/ObjCRuntime/Messaging.g.cs b/new/dotnet/macos/generated-sources/ObjCRuntime/Messaging.g.cs | |
index c6b2aea..3ee4e6c 100644 | |
--- a/old/dotnet/macos/generated-sources/ObjCRuntime/Messaging.g.cs | |
+++ b/new/dotnet/macos/generated-sources/ObjCRuntime/Messaging.g.cs | |
@@ -1178,6 +1178,10 @@ namespace ObjCRuntime { | |
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")] | |
public unsafe extern static void void_objc_msgSendSuper_NativeHandle_NativeHandle_bool (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, byte arg3); | |
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")] | |
+ public unsafe extern static byte bool_objc_msgSend_NativeHandle_NativeHandle_NSRange_out_NSRange (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, NSRange arg3, NSRange* arg4); | |
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")] | |
+ public unsafe extern static byte bool_objc_msgSendSuper_NativeHandle_NativeHandle_NSRange_out_NSRange (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, NSRange arg3, NSRange* arg4); | |
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")] | |
public unsafe extern static UIntPtr UIntPtr_objc_msgSend_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1); | |
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")] | |
public unsafe extern static UIntPtr UIntPtr_objc_msgSendSuper_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1); | |
diff --git a/old/dotnet/macos/generated-sources/ObjCRuntime/Trampolines.g.cs b/new/dotnet/macos/generated-sources/ObjCRuntime/Trampolines.g.cs | |
index 3493c38..17abbb6 100644 | |
--- a/old/dotnet/macos/generated-sources/ObjCRuntime/Trampolines.g.cs | |
+++ b/new/dotnet/macos/generated-sources/ObjCRuntime/Trampolines.g.cs | |
@@ -18209,11 +18209,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V15 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AppKit.NSImage>))] | |
- unsafe internal delegate void DActionArity1V106 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V107 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V106 { | |
+ static internal class SDActionArity1V107 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -18232,15 +18232,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AppKit.NSImage> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V106), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V107), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V106 */ | |
- internal sealed class NIDActionArity1V106 : TrampolineBlockBase { | |
- DActionArity1V106 invoker; | |
+ } /* class SDActionArity1V107 */ | |
+ internal sealed class NIDActionArity1V107 : TrampolineBlockBase { | |
+ DActionArity1V107 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V106 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V107 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V106> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V107> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18249,7 +18249,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AppKit.NSImage>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V106 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V107 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AppKit.NSImage obj) | |
@@ -18257,7 +18257,7 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V106 */ | |
+ } /* class NIDActionArity1V107 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AppKit.NSMenu>))] | |
unsafe internal delegate void DActionArity1V17 (IntPtr block, NativeHandle obj); | |
@@ -18461,11 +18461,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V19 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AppKit.NSRunningApplication>))] | |
- unsafe internal delegate void DActionArity1V102 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V103 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V102 { | |
+ static internal class SDActionArity1V103 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -18484,15 +18484,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AppKit.NSRunningApplication> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V102), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V103), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V102 */ | |
- internal sealed class NIDActionArity1V102 : TrampolineBlockBase { | |
- DActionArity1V102 invoker; | |
+ } /* class SDActionArity1V103 */ | |
+ internal sealed class NIDActionArity1V103 : TrampolineBlockBase { | |
+ DActionArity1V103 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V102 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V103 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V102> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V103> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18501,7 +18501,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AppKit.NSRunningApplication>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V102 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V103 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AppKit.NSRunningApplication obj) | |
@@ -18509,7 +18509,7 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V102 */ | |
+ } /* class NIDActionArity1V103 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AppKit.NSSliderAccessory>))] | |
unsafe internal delegate void DActionArity1V20 (IntPtr block, NativeHandle obj); | |
@@ -18614,11 +18614,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V21 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AppKit.NSViewController>))] | |
- unsafe internal delegate void DActionArity1V24 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V25 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V24 { | |
+ static internal class SDActionArity1V25 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -18637,15 +18637,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AppKit.NSViewController> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V24), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V25), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V24 */ | |
- internal sealed class NIDActionArity1V24 : TrampolineBlockBase { | |
- DActionArity1V24 invoker; | |
+ } /* class SDActionArity1V25 */ | |
+ internal sealed class NIDActionArity1V25 : TrampolineBlockBase { | |
+ DActionArity1V25 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V24 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V25 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V24> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V25> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18654,7 +18654,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AppKit.NSViewController>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V24 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V25 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AppKit.NSViewController obj) | |
@@ -18662,14 +18662,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V24 */ | |
+ } /* class NIDActionArity1V25 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AppTrackingTransparency.ATTrackingManagerAuthorizationStatus>))] | |
- unsafe internal delegate void DActionArity1V23 (IntPtr block, UIntPtr obj); | |
+ unsafe internal delegate void DActionArity1V24 (IntPtr block, UIntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V23 { | |
+ static internal class SDActionArity1V24 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, UIntPtr obj) { | |
@@ -18688,15 +18688,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AppTrackingTransparency.ATTrackingManagerAuthorizationStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, UIntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V23), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V24), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V23 */ | |
- internal sealed class NIDActionArity1V23 : TrampolineBlockBase { | |
- DActionArity1V23 invoker; | |
+ } /* class SDActionArity1V24 */ | |
+ internal sealed class NIDActionArity1V24 : TrampolineBlockBase { | |
+ DActionArity1V24 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V23 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V24 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V23> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V24> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18705,14 +18705,14 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AppTrackingTransparency.ATTrackingManagerAuthorizationStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V23 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V24 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AppTrackingTransparency.ATTrackingManagerAuthorizationStatus obj) | |
{ | |
invoker (BlockPointer, (UIntPtr) (ulong) obj); | |
} | |
- } /* class NIDActionArity1V23 */ | |
+ } /* class NIDActionArity1V24 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AudioToolbox.AudioBuffers>))] | |
unsafe internal delegate void DActionArity1V4 (IntPtr block, NativeHandle obj); | |
@@ -18766,11 +18766,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V4 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>))] | |
- unsafe internal delegate void DActionArity1V25 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V26 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V25 { | |
+ static internal class SDActionArity1V26 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -18789,15 +18789,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V25), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V26), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V25 */ | |
- internal sealed class NIDActionArity1V25 : TrampolineBlockBase { | |
- DActionArity1V25 invoker; | |
+ } /* class SDActionArity1V26 */ | |
+ internal sealed class NIDActionArity1V26 : TrampolineBlockBase { | |
+ DActionArity1V26 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V25 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V26 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V25> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V26> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18806,21 +18806,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V25 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V26 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V25 */ | |
+ } /* class NIDActionArity1V26 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential[]>))] | |
- unsafe internal delegate void DActionArity1V26 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V27 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V26 { | |
+ static internal class SDActionArity1V27 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -18839,15 +18839,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V26), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V27), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V26 */ | |
- internal sealed class NIDActionArity1V26 : TrampolineBlockBase { | |
- DActionArity1V26 invoker; | |
+ } /* class SDActionArity1V27 */ | |
+ internal sealed class NIDActionArity1V27 : TrampolineBlockBase { | |
+ DActionArity1V27 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V26 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V27 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V26> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V27> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18856,7 +18856,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V26 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V27 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential[] obj) | |
@@ -18868,14 +18868,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V26 */ | |
+ } /* class NIDActionArity1V27 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState>))] | |
- unsafe internal delegate void DActionArity1V27 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V28 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V27 { | |
+ static internal class SDActionArity1V28 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -18894,15 +18894,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V27), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V28), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V27 */ | |
- internal sealed class NIDActionArity1V27 : TrampolineBlockBase { | |
- DActionArity1V27 invoker; | |
+ } /* class SDActionArity1V28 */ | |
+ internal sealed class NIDActionArity1V28 : TrampolineBlockBase { | |
+ DActionArity1V28 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V27 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V28 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V27> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V28> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18911,21 +18911,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V27 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V28 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V27 */ | |
+ } /* class NIDActionArity1V28 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AuthenticationServices.ASCredentialIdentityStoreState>))] | |
- unsafe internal delegate void DActionArity1V28 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V29 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V28 { | |
+ static internal class SDActionArity1V29 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -18944,15 +18944,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::AuthenticationServices.ASCredentialIdentityStoreState> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V28), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V29), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V28 */ | |
- internal sealed class NIDActionArity1V28 : TrampolineBlockBase { | |
- DActionArity1V28 invoker; | |
+ } /* class SDActionArity1V29 */ | |
+ internal sealed class NIDActionArity1V29 : TrampolineBlockBase { | |
+ DActionArity1V29 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V28 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V29 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V28> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V29> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -18961,7 +18961,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::AuthenticationServices.ASCredentialIdentityStoreState>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V28 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V29 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::AuthenticationServices.ASCredentialIdentityStoreState obj) | |
@@ -18969,14 +18969,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V28 */ | |
+ } /* class NIDActionArity1V29 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKNotification>))] | |
- unsafe internal delegate void DActionArity1V32 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V33 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V32 { | |
+ static internal class SDActionArity1V33 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -18995,15 +18995,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKNotification> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V32), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V33), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V32 */ | |
- internal sealed class NIDActionArity1V32 : TrampolineBlockBase { | |
- DActionArity1V32 invoker; | |
+ } /* class SDActionArity1V33 */ | |
+ internal sealed class NIDActionArity1V33 : TrampolineBlockBase { | |
+ DActionArity1V33 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V32 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V33 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V32> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V33> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19012,7 +19012,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKNotification>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V32 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V33 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKNotification obj) | |
@@ -19020,14 +19020,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V32 */ | |
+ } /* class NIDActionArity1V33 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKRecord>))] | |
- unsafe internal delegate void DActionArity1V33 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V34 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V33 { | |
+ static internal class SDActionArity1V34 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19046,15 +19046,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKRecord> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V33), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V34), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V33 */ | |
- internal sealed class NIDActionArity1V33 : TrampolineBlockBase { | |
- DActionArity1V33 invoker; | |
+ } /* class SDActionArity1V34 */ | |
+ internal sealed class NIDActionArity1V34 : TrampolineBlockBase { | |
+ DActionArity1V34 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V33 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V34 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V33> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V34> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19063,7 +19063,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKRecord>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V33 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V34 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKRecord obj) | |
@@ -19071,14 +19071,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V33 */ | |
+ } /* class NIDActionArity1V34 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKRecordID>))] | |
- unsafe internal delegate void DActionArity1V34 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V35 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V34 { | |
+ static internal class SDActionArity1V35 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19097,15 +19097,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKRecordID> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V34), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V35), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V34 */ | |
- internal sealed class NIDActionArity1V34 : TrampolineBlockBase { | |
- DActionArity1V34 invoker; | |
+ } /* class SDActionArity1V35 */ | |
+ internal sealed class NIDActionArity1V35 : TrampolineBlockBase { | |
+ DActionArity1V35 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V34 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V35 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V34> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V35> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19114,7 +19114,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKRecordID>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V34 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V35 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKRecordID obj) | |
@@ -19122,14 +19122,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V34 */ | |
+ } /* class NIDActionArity1V35 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKRecordZoneID>))] | |
- unsafe internal delegate void DActionArity1V31 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V32 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V31 { | |
+ static internal class SDActionArity1V32 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19148,15 +19148,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKRecordZoneID> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V31), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V32), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V31 */ | |
- internal sealed class NIDActionArity1V31 : TrampolineBlockBase { | |
- DActionArity1V31 invoker; | |
+ } /* class SDActionArity1V32 */ | |
+ internal sealed class NIDActionArity1V32 : TrampolineBlockBase { | |
+ DActionArity1V32 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V31 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V32 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V31> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V32> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19165,7 +19165,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKRecordZoneID>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V31 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V32 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKRecordZoneID obj) | |
@@ -19173,14 +19173,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V31 */ | |
+ } /* class NIDActionArity1V32 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKServerChangeToken>))] | |
- unsafe internal delegate void DActionArity1V30 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V31 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V30 { | |
+ static internal class SDActionArity1V31 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19199,15 +19199,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKServerChangeToken> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V30), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V31), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V30 */ | |
- internal sealed class NIDActionArity1V30 : TrampolineBlockBase { | |
- DActionArity1V30 invoker; | |
+ } /* class SDActionArity1V31 */ | |
+ internal sealed class NIDActionArity1V31 : TrampolineBlockBase { | |
+ DActionArity1V31 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V30 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V31 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V30> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V31> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19216,7 +19216,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKServerChangeToken>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V30 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V31 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKServerChangeToken obj) | |
@@ -19224,14 +19224,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V30 */ | |
+ } /* class NIDActionArity1V31 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKShareParticipant>))] | |
- unsafe internal delegate void DActionArity1V35 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V36 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V35 { | |
+ static internal class SDActionArity1V36 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19250,15 +19250,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKShareParticipant> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V35), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V36), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V35 */ | |
- internal sealed class NIDActionArity1V35 : TrampolineBlockBase { | |
- DActionArity1V35 invoker; | |
+ } /* class SDActionArity1V36 */ | |
+ internal sealed class NIDActionArity1V36 : TrampolineBlockBase { | |
+ DActionArity1V36 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V35 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V36 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V35> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V36> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19267,7 +19267,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKShareParticipant>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V35 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V36 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKShareParticipant obj) | |
@@ -19275,14 +19275,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V35 */ | |
+ } /* class NIDActionArity1V36 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CloudKit.CKUserIdentity>))] | |
- unsafe internal delegate void DActionArity1V29 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V30 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V29 { | |
+ static internal class SDActionArity1V30 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19301,15 +19301,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CloudKit.CKUserIdentity> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V29), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V30), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V29 */ | |
- internal sealed class NIDActionArity1V29 : TrampolineBlockBase { | |
- DActionArity1V29 invoker; | |
+ } /* class SDActionArity1V30 */ | |
+ internal sealed class NIDActionArity1V30 : TrampolineBlockBase { | |
+ DActionArity1V30 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V29 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V30 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V29> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V30> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19318,7 +19318,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CloudKit.CKUserIdentity>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V29 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V30 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CloudKit.CKUserIdentity obj) | |
@@ -19326,14 +19326,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V29 */ | |
+ } /* class NIDActionArity1V30 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreData.NSAsynchronousFetchResult>))] | |
- unsafe internal delegate void DActionArity1V37 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V38 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V37 { | |
+ static internal class SDActionArity1V38 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19352,15 +19352,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CoreData.NSAsynchronousFetchResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V37), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V38), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V37 */ | |
- internal sealed class NIDActionArity1V37 : TrampolineBlockBase { | |
- DActionArity1V37 invoker; | |
+ } /* class SDActionArity1V38 */ | |
+ internal sealed class NIDActionArity1V38 : TrampolineBlockBase { | |
+ DActionArity1V38 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V37 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V38 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V37> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V38> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19369,7 +19369,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CoreData.NSAsynchronousFetchResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V37 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V38 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CoreData.NSAsynchronousFetchResult obj) | |
@@ -19377,14 +19377,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V37 */ | |
+ } /* class NIDActionArity1V38 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreData.NSManagedObjectContext>))] | |
- unsafe internal delegate void DActionArity1V38 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V39 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V38 { | |
+ static internal class SDActionArity1V39 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19403,15 +19403,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CoreData.NSManagedObjectContext> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V38), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V39), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V38 */ | |
- internal sealed class NIDActionArity1V38 : TrampolineBlockBase { | |
- DActionArity1V38 invoker; | |
+ } /* class SDActionArity1V39 */ | |
+ internal sealed class NIDActionArity1V39 : TrampolineBlockBase { | |
+ DActionArity1V39 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V38 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V39 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V38> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V39> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19420,7 +19420,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CoreData.NSManagedObjectContext>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V38 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V39 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CoreData.NSManagedObjectContext obj) | |
@@ -19428,14 +19428,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V38 */ | |
+ } /* class NIDActionArity1V39 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreLocation.CLMonitor>))] | |
- unsafe internal delegate void DActionArity1V40 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V41 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V40 { | |
+ static internal class SDActionArity1V41 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19454,15 +19454,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CoreLocation.CLMonitor> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V40), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V41), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V40 */ | |
- internal sealed class NIDActionArity1V40 : TrampolineBlockBase { | |
- DActionArity1V40 invoker; | |
+ } /* class SDActionArity1V41 */ | |
+ internal sealed class NIDActionArity1V41 : TrampolineBlockBase { | |
+ DActionArity1V41 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V40 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V41 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V40> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V41> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19471,7 +19471,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CoreLocation.CLMonitor>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V40 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V41 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CoreLocation.CLMonitor obj) | |
@@ -19479,14 +19479,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V40 */ | |
+ } /* class NIDActionArity1V41 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreLocation.CLUpdate>))] | |
- unsafe internal delegate void DActionArity1V39 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V40 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V39 { | |
+ static internal class SDActionArity1V40 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19505,15 +19505,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CoreLocation.CLUpdate> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V39), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V40), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V39 */ | |
- internal sealed class NIDActionArity1V39 : TrampolineBlockBase { | |
- DActionArity1V39 invoker; | |
+ } /* class SDActionArity1V40 */ | |
+ internal sealed class NIDActionArity1V40 : TrampolineBlockBase { | |
+ DActionArity1V40 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V39 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V40 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V39> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V40> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19522,7 +19522,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CoreLocation.CLUpdate>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V39 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V40 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CoreLocation.CLUpdate obj) | |
@@ -19530,14 +19530,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V39 */ | |
+ } /* class NIDActionArity1V40 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreML.MLUpdateContext>))] | |
- unsafe internal delegate void DActionArity1V41 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V42 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V41 { | |
+ static internal class SDActionArity1V42 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19556,15 +19556,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CoreML.MLUpdateContext> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V41), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V42), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V41 */ | |
- internal sealed class NIDActionArity1V41 : TrampolineBlockBase { | |
- DActionArity1V41 invoker; | |
+ } /* class SDActionArity1V42 */ | |
+ internal sealed class NIDActionArity1V42 : TrampolineBlockBase { | |
+ DActionArity1V42 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V41 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V42 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V41> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V42> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19573,7 +19573,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CoreML.MLUpdateContext>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V41 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V42 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CoreML.MLUpdateContext obj) | |
@@ -19581,7 +19581,7 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V41 */ | |
+ } /* class NIDActionArity1V42 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreMedia.CMTime>))] | |
unsafe internal delegate void DActionArity1V9 (IntPtr block, global::CoreMedia.CMTime obj); | |
@@ -19634,11 +19634,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V9 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::CoreSpotlight.CSSearchableItem[]>))] | |
- unsafe internal delegate void DActionArity1V42 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V43 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V42 { | |
+ static internal class SDActionArity1V43 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19657,15 +19657,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::CoreSpotlight.CSSearchableItem[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V42), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V43), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V42 */ | |
- internal sealed class NIDActionArity1V42 : TrampolineBlockBase { | |
- DActionArity1V42 invoker; | |
+ } /* class SDActionArity1V43 */ | |
+ internal sealed class NIDActionArity1V43 : TrampolineBlockBase { | |
+ DActionArity1V43 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V42 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V43 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V42> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V43> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19674,7 +19674,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::CoreSpotlight.CSSearchableItem[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V42 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V43 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::CoreSpotlight.CSSearchableItem[] obj) | |
@@ -19686,14 +19686,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V42 */ | |
+ } /* class NIDActionArity1V43 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::EventKit.EKReminder[]>))] | |
- unsafe internal delegate void DActionArity1V44 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V45 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V44 { | |
+ static internal class SDActionArity1V45 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19712,15 +19712,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::EventKit.EKReminder[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V44), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V45), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V44 */ | |
- internal sealed class NIDActionArity1V44 : TrampolineBlockBase { | |
- DActionArity1V44 invoker; | |
+ } /* class SDActionArity1V45 */ | |
+ internal sealed class NIDActionArity1V45 : TrampolineBlockBase { | |
+ DActionArity1V45 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V44 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V45 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V44> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V45> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19729,7 +19729,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::EventKit.EKReminder[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V44 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V45 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::EventKit.EKReminder[] obj) | |
@@ -19741,14 +19741,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V44 */ | |
+ } /* class NIDActionArity1V45 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSArray>))] | |
- unsafe internal delegate void DActionArity1V131 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V132 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V131 { | |
+ static internal class SDActionArity1V132 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19767,15 +19767,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSArray> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V131), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V132), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V131 */ | |
- internal sealed class NIDActionArity1V131 : TrampolineBlockBase { | |
- DActionArity1V131 invoker; | |
+ } /* class SDActionArity1V132 */ | |
+ internal sealed class NIDActionArity1V132 : TrampolineBlockBase { | |
+ DActionArity1V132 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V131 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V132 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V131> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V132> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19784,7 +19784,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSArray>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V131 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V132 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSArray obj) | |
@@ -19792,14 +19792,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V131 */ | |
+ } /* class NIDActionArity1V132 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSArray<global::CoreSpotlight.CSSuggestion>>))] | |
- unsafe internal delegate void DActionArity1V43 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V44 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V43 { | |
+ static internal class SDActionArity1V44 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19818,15 +19818,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSArray<global::CoreSpotlight.CSSuggestion>> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V43), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V44), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V43 */ | |
- internal sealed class NIDActionArity1V43 : TrampolineBlockBase { | |
- DActionArity1V43 invoker; | |
+ } /* class SDActionArity1V44 */ | |
+ internal sealed class NIDActionArity1V44 : TrampolineBlockBase { | |
+ DActionArity1V44 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V43 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V44 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V43> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V44> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19835,7 +19835,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSArray<global::CoreSpotlight.CSSuggestion>>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V43 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V44 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSArray<global::CoreSpotlight.CSSuggestion> obj) | |
@@ -19843,14 +19843,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V43 */ | |
+ } /* class NIDActionArity1V44 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSArray<NSUuid>>))] | |
- unsafe internal delegate void DActionArity1V130 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V131 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V130 { | |
+ static internal class SDActionArity1V131 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19869,15 +19869,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSArray<NSUuid>> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V130), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V131), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V130 */ | |
- internal sealed class NIDActionArity1V130 : TrampolineBlockBase { | |
- DActionArity1V130 invoker; | |
+ } /* class SDActionArity1V131 */ | |
+ internal sealed class NIDActionArity1V131 : TrampolineBlockBase { | |
+ DActionArity1V131 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V130 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V131 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V130> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V131> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19886,7 +19886,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSArray<NSUuid>>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V130 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V131 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSArray<NSUuid> obj) | |
@@ -19894,14 +19894,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V130 */ | |
+ } /* class NIDActionArity1V131 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSCachedUrlResponse>))] | |
- unsafe internal delegate void DActionArity1V54 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V55 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V54 { | |
+ static internal class SDActionArity1V55 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19920,15 +19920,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSCachedUrlResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V54), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V55), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V54 */ | |
- internal sealed class NIDActionArity1V54 : TrampolineBlockBase { | |
- DActionArity1V54 invoker; | |
+ } /* class SDActionArity1V55 */ | |
+ internal sealed class NIDActionArity1V55 : TrampolineBlockBase { | |
+ DActionArity1V55 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V54 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V55 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V54> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V55> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19937,7 +19937,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSCachedUrlResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V54 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V55 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSCachedUrlResponse obj) | |
@@ -19945,14 +19945,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V54 */ | |
+ } /* class NIDActionArity1V55 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSData>))] | |
- unsafe internal delegate void DActionArity1V45 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V46 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V45 { | |
+ static internal class SDActionArity1V46 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -19971,15 +19971,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSData> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V45), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V46), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V45 */ | |
- internal sealed class NIDActionArity1V45 : TrampolineBlockBase { | |
- DActionArity1V45 invoker; | |
+ } /* class SDActionArity1V46 */ | |
+ internal sealed class NIDActionArity1V46 : TrampolineBlockBase { | |
+ DActionArity1V46 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V45 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V46 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V45> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V46> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -19988,7 +19988,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSData>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V45 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V46 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSData obj) | |
@@ -19996,14 +19996,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V45 */ | |
+ } /* class NIDActionArity1V46 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSDictionary>))] | |
- unsafe internal delegate void DActionArity1V55 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V56 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V55 { | |
+ static internal class SDActionArity1V56 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20022,15 +20022,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V55), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V56), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V55 */ | |
- internal sealed class NIDActionArity1V55 : TrampolineBlockBase { | |
- DActionArity1V55 invoker; | |
+ } /* class SDActionArity1V56 */ | |
+ internal sealed class NIDActionArity1V56 : TrampolineBlockBase { | |
+ DActionArity1V56 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V55 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V56 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V55> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V56> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20039,7 +20039,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSDictionary>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V55 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V56 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSDictionary obj) | |
@@ -20047,14 +20047,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V55 */ | |
+ } /* class NIDActionArity1V56 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSDictionary<NSString, NSString>>))] | |
- unsafe internal delegate void DActionArity1V103 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V104 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V103 { | |
+ static internal class SDActionArity1V104 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20073,15 +20073,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary<NSString, NSString>> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V103), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V104), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V103 */ | |
- internal sealed class NIDActionArity1V103 : TrampolineBlockBase { | |
- DActionArity1V103 invoker; | |
+ } /* class SDActionArity1V104 */ | |
+ internal sealed class NIDActionArity1V104 : TrampolineBlockBase { | |
+ DActionArity1V104 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V103 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V104 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V103> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V104> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20090,7 +20090,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSDictionary<NSString, NSString>>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V103 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V104 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSDictionary<NSString, NSString> obj) | |
@@ -20098,14 +20098,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V103 */ | |
+ } /* class NIDActionArity1V104 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>>))] | |
- unsafe internal delegate void DActionArity1V74 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V75 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V74 { | |
+ static internal class SDActionArity1V75 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20124,15 +20124,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V74), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V75), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V74 */ | |
- internal sealed class NIDActionArity1V74 : TrampolineBlockBase { | |
- DActionArity1V74 invoker; | |
+ } /* class SDActionArity1V75 */ | |
+ internal sealed class NIDActionArity1V75 : TrampolineBlockBase { | |
+ DActionArity1V75 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V74 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V75 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V74> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V75> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20141,7 +20141,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V74 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V75 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation> obj) | |
@@ -20149,7 +20149,7 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V74 */ | |
+ } /* class NIDActionArity1V75 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSError>))] | |
unsafe internal delegate void DActionArity1V16 (IntPtr block, NativeHandle obj); | |
@@ -20203,11 +20203,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V16 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSFileHandle>))] | |
- unsafe internal delegate void DActionArity1V47 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V48 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V47 { | |
+ static internal class SDActionArity1V48 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20226,15 +20226,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSFileHandle> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V47), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V48), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V47 */ | |
- internal sealed class NIDActionArity1V47 : TrampolineBlockBase { | |
- DActionArity1V47 invoker; | |
+ } /* class SDActionArity1V48 */ | |
+ internal sealed class NIDActionArity1V48 : TrampolineBlockBase { | |
+ DActionArity1V48 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V47 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V48 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V47> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V48> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20243,7 +20243,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSFileHandle>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V47 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V48 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSFileHandle obj) | |
@@ -20251,14 +20251,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V47 */ | |
+ } /* class NIDActionArity1V48 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSHttpCookie[]>))] | |
- unsafe internal delegate void DActionArity1V48 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V49 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V48 { | |
+ static internal class SDActionArity1V49 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20277,15 +20277,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSHttpCookie[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V48), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V49), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V48 */ | |
- internal sealed class NIDActionArity1V48 : TrampolineBlockBase { | |
- DActionArity1V48 invoker; | |
+ } /* class SDActionArity1V49 */ | |
+ internal sealed class NIDActionArity1V49 : TrampolineBlockBase { | |
+ DActionArity1V49 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V48 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V49 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V48> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V49> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20294,7 +20294,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSHttpCookie[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V48 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V49 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSHttpCookie[] obj) | |
@@ -20306,7 +20306,7 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V48 */ | |
+ } /* class NIDActionArity1V49 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSInputStream>))] | |
unsafe internal delegate void DActionArity1V0 (IntPtr block, NativeHandle obj); | |
@@ -20360,11 +20360,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V0 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSNotification>))] | |
- unsafe internal delegate void DActionArity1V49 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V50 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V49 { | |
+ static internal class SDActionArity1V50 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20383,15 +20383,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSNotification> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V49), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V50), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V49 */ | |
- internal sealed class NIDActionArity1V49 : TrampolineBlockBase { | |
- DActionArity1V49 invoker; | |
+ } /* class SDActionArity1V50 */ | |
+ internal sealed class NIDActionArity1V50 : TrampolineBlockBase { | |
+ DActionArity1V50 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V49 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V50 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V49> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V50> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20400,7 +20400,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSNotification>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V49 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V50 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSNotification obj) | |
@@ -20408,14 +20408,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V49 */ | |
+ } /* class NIDActionArity1V50 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSObject>))] | |
- unsafe internal delegate void DActionArity1V53 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V54 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V53 { | |
+ static internal class SDActionArity1V54 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20434,15 +20434,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSObject> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V53), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V54), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V53 */ | |
- internal sealed class NIDActionArity1V53 : TrampolineBlockBase { | |
- DActionArity1V53 invoker; | |
+ } /* class SDActionArity1V54 */ | |
+ internal sealed class NIDActionArity1V54 : TrampolineBlockBase { | |
+ DActionArity1V54 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V53 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V54 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V53> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V54> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20451,7 +20451,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSObject>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V53 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V54 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSObject obj) | |
@@ -20459,14 +20459,69 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V53 */ | |
+ } /* class NIDActionArity1V54 */ | |
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
+ [UserDelegateType (typeof (global::System.Action<NSObject[]>))] | |
+ unsafe internal delegate void DActionArity1V22 (IntPtr block, NativeHandle obj); | |
+ // | |
+ // This class bridges native block invocations that call into C# | |
+ // | |
+ static internal class SDActionArity1V22 { | |
+ [Preserve (Conditional = true)] | |
+ [UnmanagedCallersOnly] | |
+ internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
+ var del = BlockLiteral.GetTarget<global::System.Action<NSObject[]>> (block); | |
+ if (del is not null) { | |
+ del (CFArray.ArrayFromHandle<NSObject> (obj)!); | |
+ } | |
+ } | |
+ internal static unsafe BlockLiteral CreateNullableBlock (global::System.Action<NSObject[]>? callback) | |
+ { | |
+ if (callback is null) | |
+ return default (BlockLiteral); | |
+ return CreateBlock (callback); | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSObject[]> callback) | |
+ { | |
+ delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V22), nameof (Invoke)); | |
+ } | |
+ } /* class SDActionArity1V22 */ | |
+ internal sealed class NIDActionArity1V22 : TrampolineBlockBase { | |
+ DActionArity1V22 invoker; | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe NIDActionArity1V22 (BlockLiteral *block) : base (block) | |
+ { | |
+ invoker = block->GetDelegateForBlock<DActionArity1V22> (); | |
+ } | |
+ [Preserve (Conditional=true)] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe static global::System.Action<NSObject[]>? Create (IntPtr block) | |
+ { | |
+ if (block == IntPtr.Zero) | |
+ return null; | |
+ var del = (global::System.Action<NSObject[]>) GetExistingManagedDelegate (block); | |
+ return del ?? new NIDActionArity1V22 ((BlockLiteral *) block).Invoke; | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ unsafe void Invoke (NSObject[] obj) | |
+ { | |
+ if (obj is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (obj)); | |
+ var nsa_obj = obj is null ? null : NSArray.FromNSObjects (obj); | |
+ invoker (BlockPointer, nsa_obj.GetHandle ()); | |
+ if (nsa_obj is not null) | |
+ nsa_obj.Dispose (); | |
+ } | |
+ } /* class NIDActionArity1V22 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSProgress>))] | |
- unsafe internal delegate void DActionArity1V50 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V51 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V50 { | |
+ static internal class SDActionArity1V51 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20485,15 +20540,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSProgress> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V50), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V51), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V50 */ | |
- internal sealed class NIDActionArity1V50 : TrampolineBlockBase { | |
- DActionArity1V50 invoker; | |
+ } /* class SDActionArity1V51 */ | |
+ internal sealed class NIDActionArity1V51 : TrampolineBlockBase { | |
+ DActionArity1V51 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V50 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V51 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V50> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V51> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20502,7 +20557,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSProgress>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V50 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V51 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSProgress obj) | |
@@ -20510,14 +20565,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V50 */ | |
+ } /* class NIDActionArity1V51 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSSet<global::UserNotifications.UNNotificationCategory>>))] | |
- unsafe internal delegate void DActionArity1V116 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V117 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V116 { | |
+ static internal class SDActionArity1V117 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20536,15 +20591,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSSet<global::UserNotifications.UNNotificationCategory>> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V116), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V117), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V116 */ | |
- internal sealed class NIDActionArity1V116 : TrampolineBlockBase { | |
- DActionArity1V116 invoker; | |
+ } /* class SDActionArity1V117 */ | |
+ internal sealed class NIDActionArity1V117 : TrampolineBlockBase { | |
+ DActionArity1V117 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V116 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V117 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V116> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V117> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20553,7 +20608,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSSet<global::UserNotifications.UNNotificationCategory>>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V116 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V117 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSSet<global::UserNotifications.UNNotificationCategory> obj) | |
@@ -20561,14 +20616,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V116 */ | |
+ } /* class NIDActionArity1V117 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSTask>))] | |
- unsafe internal delegate void DActionArity1V51 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V52 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V51 { | |
+ static internal class SDActionArity1V52 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20587,15 +20642,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSTask> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V51), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V52), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V51 */ | |
- internal sealed class NIDActionArity1V51 : TrampolineBlockBase { | |
- DActionArity1V51 invoker; | |
+ } /* class SDActionArity1V52 */ | |
+ internal sealed class NIDActionArity1V52 : TrampolineBlockBase { | |
+ DActionArity1V52 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V51 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V52 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V51> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V52> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20604,7 +20659,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSTask>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V51 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V52 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSTask obj) | |
@@ -20612,14 +20667,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V51 */ | |
+ } /* class NIDActionArity1V52 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSTimer>))] | |
- unsafe internal delegate void DActionArity1V52 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V53 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V52 { | |
+ static internal class SDActionArity1V53 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20638,15 +20693,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSTimer> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V52), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V53), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V52 */ | |
- internal sealed class NIDActionArity1V52 : TrampolineBlockBase { | |
- DActionArity1V52 invoker; | |
+ } /* class SDActionArity1V53 */ | |
+ internal sealed class NIDActionArity1V53 : TrampolineBlockBase { | |
+ DActionArity1V53 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V52 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V53 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V52> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V53> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20655,7 +20710,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSTimer>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V52 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V53 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSTimer obj) | |
@@ -20663,14 +20718,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V52 */ | |
+ } /* class NIDActionArity1V53 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSUrl>))] | |
- unsafe internal delegate void DActionArity1V46 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V47 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V46 { | |
+ static internal class SDActionArity1V47 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20689,15 +20744,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrl> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V46), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V47), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V46 */ | |
- internal sealed class NIDActionArity1V46 : TrampolineBlockBase { | |
- DActionArity1V46 invoker; | |
+ } /* class SDActionArity1V47 */ | |
+ internal sealed class NIDActionArity1V47 : TrampolineBlockBase { | |
+ DActionArity1V47 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V46 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V47 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V46> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V47> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20706,7 +20761,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSUrl>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V46 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V47 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSUrl obj) | |
@@ -20714,14 +20769,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V46 */ | |
+ } /* class NIDActionArity1V47 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSUrlCredential>))] | |
- unsafe internal delegate void DActionArity1V56 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V57 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V56 { | |
+ static internal class SDActionArity1V57 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20740,15 +20795,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrlCredential> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V56), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V57), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V56 */ | |
- internal sealed class NIDActionArity1V56 : TrampolineBlockBase { | |
- DActionArity1V56 invoker; | |
+ } /* class SDActionArity1V57 */ | |
+ internal sealed class NIDActionArity1V57 : TrampolineBlockBase { | |
+ DActionArity1V57 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V56 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V57 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V56> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V57> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20757,7 +20812,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSUrlCredential>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V56 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V57 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSUrlCredential obj) | |
@@ -20765,7 +20820,7 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V56 */ | |
+ } /* class NIDActionArity1V57 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSUrlRequest>))] | |
unsafe internal delegate void DActionArity1V1 (IntPtr block, NativeHandle obj); | |
@@ -20819,11 +20874,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V1 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSUrlSessionResponseDisposition>))] | |
- unsafe internal delegate void DActionArity1V57 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V58 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V57 { | |
+ static internal class SDActionArity1V58 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -20842,15 +20897,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrlSessionResponseDisposition> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V57), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V58), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V57 */ | |
- internal sealed class NIDActionArity1V57 : TrampolineBlockBase { | |
- DActionArity1V57 invoker; | |
+ } /* class SDActionArity1V58 */ | |
+ internal sealed class NIDActionArity1V58 : TrampolineBlockBase { | |
+ DActionArity1V58 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V57 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V58 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V57> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V58> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20859,21 +20914,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSUrlSessionResponseDisposition>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V57 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V58 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSUrlSessionResponseDisposition obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V57 */ | |
+ } /* class NIDActionArity1V58 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<NSUrl[]>))] | |
- unsafe internal delegate void DActionArity1V125 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V126 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V125 { | |
+ static internal class SDActionArity1V126 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20892,15 +20947,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<NSUrl[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V125), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V126), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V125 */ | |
- internal sealed class NIDActionArity1V125 : TrampolineBlockBase { | |
- DActionArity1V125 invoker; | |
+ } /* class SDActionArity1V126 */ | |
+ internal sealed class NIDActionArity1V126 : TrampolineBlockBase { | |
+ DActionArity1V126 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V125 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V126 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V125> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V126> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20909,7 +20964,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<NSUrl[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V125 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V126 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (NSUrl[] obj) | |
@@ -20921,14 +20976,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V125 */ | |
+ } /* class NIDActionArity1V126 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::GameController.GCController>))] | |
- unsafe internal delegate void DActionArity1V58 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V59 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V58 { | |
+ static internal class SDActionArity1V59 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20947,15 +21002,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameController.GCController> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V58), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V59), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V58 */ | |
- internal sealed class NIDActionArity1V58 : TrampolineBlockBase { | |
- DActionArity1V58 invoker; | |
+ } /* class SDActionArity1V59 */ | |
+ internal sealed class NIDActionArity1V59 : TrampolineBlockBase { | |
+ DActionArity1V59 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V58 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V59 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V58> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V59> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -20964,7 +21019,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::GameController.GCController>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V58 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V59 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::GameController.GCController obj) | |
@@ -20972,14 +21027,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V58 */ | |
+ } /* class NIDActionArity1V59 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::GameController.GCMotion>))] | |
- unsafe internal delegate void DActionArity1V59 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V60 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V59 { | |
+ static internal class SDActionArity1V60 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -20998,15 +21053,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameController.GCMotion> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V59), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V60), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V59 */ | |
- internal sealed class NIDActionArity1V59 : TrampolineBlockBase { | |
- DActionArity1V59 invoker; | |
+ } /* class SDActionArity1V60 */ | |
+ internal sealed class NIDActionArity1V60 : TrampolineBlockBase { | |
+ DActionArity1V60 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V59 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V60 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V59> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V60> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21015,7 +21070,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::GameController.GCMotion>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V59 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V60 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::GameController.GCMotion obj) | |
@@ -21023,14 +21078,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V59 */ | |
+ } /* class NIDActionArity1V60 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::GameKit.GKPlayer>))] | |
- unsafe internal delegate void DActionArity1V61 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V62 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V61 { | |
+ static internal class SDActionArity1V62 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21049,15 +21104,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameKit.GKPlayer> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V61), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V62), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V61 */ | |
- internal sealed class NIDActionArity1V61 : TrampolineBlockBase { | |
- DActionArity1V61 invoker; | |
+ } /* class SDActionArity1V62 */ | |
+ internal sealed class NIDActionArity1V62 : TrampolineBlockBase { | |
+ DActionArity1V62 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V61 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V62 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V61> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V62> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21066,7 +21121,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::GameKit.GKPlayer>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V61 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V62 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::GameKit.GKPlayer obj) | |
@@ -21074,14 +21129,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V61 */ | |
+ } /* class NIDActionArity1V62 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::GameplayKit.GKRuleSystem>))] | |
- unsafe internal delegate void DActionArity1V62 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V63 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V62 { | |
+ static internal class SDActionArity1V63 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21100,15 +21155,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::GameplayKit.GKRuleSystem> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V62), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V63), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V62 */ | |
- internal sealed class NIDActionArity1V62 : TrampolineBlockBase { | |
- DActionArity1V62 invoker; | |
+ } /* class SDActionArity1V63 */ | |
+ internal sealed class NIDActionArity1V63 : TrampolineBlockBase { | |
+ DActionArity1V63 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V62 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V63 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V62> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V63> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21117,7 +21172,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::GameplayKit.GKRuleSystem>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V62 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V63 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::GameplayKit.GKRuleSystem obj) | |
@@ -21125,14 +21180,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V62 */ | |
+ } /* class NIDActionArity1V63 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>))] | |
- unsafe internal delegate void DActionArity1V63 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V64 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V63 { | |
+ static internal class SDActionArity1V64 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21151,15 +21206,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INAnswerCallIntentResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V63), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V64), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V63 */ | |
- internal sealed class NIDActionArity1V63 : TrampolineBlockBase { | |
- DActionArity1V63 invoker; | |
+ } /* class SDActionArity1V64 */ | |
+ internal sealed class NIDActionArity1V64 : TrampolineBlockBase { | |
+ DActionArity1V64 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V63 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V64 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V63> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V64> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21168,7 +21223,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INAnswerCallIntentResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V63 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V64 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INAnswerCallIntentResponse obj) | |
@@ -21176,14 +21231,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V63 */ | |
+ } /* class NIDActionArity1V64 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>))] | |
- unsafe internal delegate void DActionArity1V64 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V65 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V64 { | |
+ static internal class SDActionArity1V65 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21202,15 +21257,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INEditMessageIntentResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V64), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V65), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V64 */ | |
- internal sealed class NIDActionArity1V64 : TrampolineBlockBase { | |
- DActionArity1V64 invoker; | |
+ } /* class SDActionArity1V65 */ | |
+ internal sealed class NIDActionArity1V65 : TrampolineBlockBase { | |
+ DActionArity1V65 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V64 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V65 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V64> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V65> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21219,7 +21274,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INEditMessageIntentResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V64 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V65 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INEditMessageIntentResponse obj) | |
@@ -21227,14 +21282,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V64 */ | |
+ } /* class NIDActionArity1V65 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INFocusStatusAuthorizationStatus>))] | |
- unsafe internal delegate void DActionArity1V66 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V67 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V66 { | |
+ static internal class SDActionArity1V67 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -21253,15 +21308,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INFocusStatusAuthorizationStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V66), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V67), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V66 */ | |
- internal sealed class NIDActionArity1V66 : TrampolineBlockBase { | |
- DActionArity1V66 invoker; | |
+ } /* class SDActionArity1V67 */ | |
+ internal sealed class NIDActionArity1V67 : TrampolineBlockBase { | |
+ DActionArity1V67 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V66 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V67 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V66> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V67> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21270,21 +21325,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INFocusStatusAuthorizationStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V66 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V67 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INFocusStatusAuthorizationStatus obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V66 */ | |
+ } /* class NIDActionArity1V67 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>))] | |
- unsafe internal delegate void DActionArity1V67 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V68 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V67 { | |
+ static internal class SDActionArity1V68 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21303,15 +21358,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INHangUpCallIntentResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V67), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V68), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V67 */ | |
- internal sealed class NIDActionArity1V67 : TrampolineBlockBase { | |
- DActionArity1V67 invoker; | |
+ } /* class SDActionArity1V68 */ | |
+ internal sealed class NIDActionArity1V68 : TrampolineBlockBase { | |
+ DActionArity1V68 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V67 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V68 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V67> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V68> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21320,7 +21375,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INHangUpCallIntentResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V67 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V68 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INHangUpCallIntentResponse obj) | |
@@ -21328,14 +21383,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V67 */ | |
+ } /* class NIDActionArity1V68 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>))] | |
- unsafe internal delegate void DActionArity1V71 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V72 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V71 { | |
+ static internal class SDActionArity1V72 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21354,15 +21409,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V71), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V72), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V71 */ | |
- internal sealed class NIDActionArity1V71 : TrampolineBlockBase { | |
- DActionArity1V71 invoker; | |
+ } /* class SDActionArity1V72 */ | |
+ internal sealed class NIDActionArity1V72 : TrampolineBlockBase { | |
+ DActionArity1V72 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V71 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V72 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V71> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V72> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21371,7 +21426,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V71 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V72 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INOutgoingMessageTypeResolutionResult obj) | |
@@ -21379,14 +21434,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V71 */ | |
+ } /* class NIDActionArity1V72 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>))] | |
- unsafe internal delegate void DActionArity1V69 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V70 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V69 { | |
+ static internal class SDActionArity1V70 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21405,15 +21460,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INPersonResolutionResult[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V69), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V70), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V69 */ | |
- internal sealed class NIDActionArity1V69 : TrampolineBlockBase { | |
- DActionArity1V69 invoker; | |
+ } /* class SDActionArity1V70 */ | |
+ internal sealed class NIDActionArity1V70 : TrampolineBlockBase { | |
+ DActionArity1V70 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V69 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V70 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V69> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V70> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21422,7 +21477,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INPersonResolutionResult[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V69 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V70 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INPersonResolutionResult[] obj) | |
@@ -21434,14 +21489,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V69 */ | |
+ } /* class NIDActionArity1V70 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>))] | |
- unsafe internal delegate void DActionArity1V68 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V69 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V68 { | |
+ static internal class SDActionArity1V69 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21460,15 +21515,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INSendMessageIntentResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V68), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V69), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V68 */ | |
- internal sealed class NIDActionArity1V68 : TrampolineBlockBase { | |
- DActionArity1V68 invoker; | |
+ } /* class SDActionArity1V69 */ | |
+ internal sealed class NIDActionArity1V69 : TrampolineBlockBase { | |
+ DActionArity1V69 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V68 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V69 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V68> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V69> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21477,7 +21532,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INSendMessageIntentResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V68 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V69 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INSendMessageIntentResponse obj) | |
@@ -21485,14 +21540,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V68 */ | |
+ } /* class NIDActionArity1V69 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>))] | |
- unsafe internal delegate void DActionArity1V70 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V71 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V70 { | |
+ static internal class SDActionArity1V71 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21511,15 +21566,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V70), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V71), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V70 */ | |
- internal sealed class NIDActionArity1V70 : TrampolineBlockBase { | |
- DActionArity1V70 invoker; | |
+ } /* class SDActionArity1V71 */ | |
+ internal sealed class NIDActionArity1V71 : TrampolineBlockBase { | |
+ DActionArity1V71 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V70 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V71 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V70> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V71> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21528,7 +21583,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V70 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V71 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INSendMessageRecipientResolutionResult[] obj) | |
@@ -21540,14 +21595,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V70 */ | |
+ } /* class NIDActionArity1V71 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>))] | |
- unsafe internal delegate void DActionArity1V72 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V73 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V72 { | |
+ static internal class SDActionArity1V73 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21566,15 +21621,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INShareFocusStatusIntentResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V72), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V73), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V72 */ | |
- internal sealed class NIDActionArity1V72 : TrampolineBlockBase { | |
- DActionArity1V72 invoker; | |
+ } /* class SDActionArity1V73 */ | |
+ internal sealed class NIDActionArity1V73 : TrampolineBlockBase { | |
+ DActionArity1V73 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V72 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V73 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V72> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V73> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21583,7 +21638,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V72 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V73 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INShareFocusStatusIntentResponse obj) | |
@@ -21591,14 +21646,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V72 */ | |
+ } /* class NIDActionArity1V73 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INStringResolutionResult>))] | |
- unsafe internal delegate void DActionArity1V65 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V66 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V65 { | |
+ static internal class SDActionArity1V66 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21617,15 +21672,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INStringResolutionResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V65), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V66), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V65 */ | |
- internal sealed class NIDActionArity1V65 : TrampolineBlockBase { | |
- DActionArity1V65 invoker; | |
+ } /* class SDActionArity1V66 */ | |
+ internal sealed class NIDActionArity1V66 : TrampolineBlockBase { | |
+ DActionArity1V66 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V65 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V66 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V65> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V66> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21634,7 +21689,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INStringResolutionResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V65 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V66 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INStringResolutionResult obj) | |
@@ -21642,14 +21697,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V65 */ | |
+ } /* class NIDActionArity1V66 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>))] | |
- unsafe internal delegate void DActionArity1V73 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V74 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V73 { | |
+ static internal class SDActionArity1V74 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21668,15 +21723,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Intents.INUnsendMessagesIntentResponse> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V73), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V74), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V73 */ | |
- internal sealed class NIDActionArity1V73 : TrampolineBlockBase { | |
- DActionArity1V73 invoker; | |
+ } /* class SDActionArity1V74 */ | |
+ internal sealed class NIDActionArity1V74 : TrampolineBlockBase { | |
+ DActionArity1V74 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V73 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V74 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V73> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V74> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21685,7 +21740,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V73 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V74 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Intents.INUnsendMessagesIntentResponse obj) | |
@@ -21693,14 +21748,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V73 */ | |
+ } /* class NIDActionArity1V74 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::MailKit.MEExtensionViewController>))] | |
- unsafe internal delegate void DActionArity1V78 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V79 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V78 { | |
+ static internal class SDActionArity1V79 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21719,15 +21774,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MailKit.MEExtensionViewController> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V78), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V79), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V78 */ | |
- internal sealed class NIDActionArity1V78 : TrampolineBlockBase { | |
- DActionArity1V78 invoker; | |
+ } /* class SDActionArity1V79 */ | |
+ internal sealed class NIDActionArity1V79 : TrampolineBlockBase { | |
+ DActionArity1V79 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V78 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V79 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V78> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V79> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21736,7 +21791,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::MailKit.MEExtensionViewController>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V78 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V79 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::MailKit.MEExtensionViewController obj) | |
@@ -21744,14 +21799,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V78 */ | |
+ } /* class NIDActionArity1V79 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::MailKit.MEMessageActionDecision>))] | |
- unsafe internal delegate void DActionArity1V75 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V76 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V75 { | |
+ static internal class SDActionArity1V76 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21770,15 +21825,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MailKit.MEMessageActionDecision> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V75), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V76), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V75 */ | |
- internal sealed class NIDActionArity1V75 : TrampolineBlockBase { | |
- DActionArity1V75 invoker; | |
+ } /* class SDActionArity1V76 */ | |
+ internal sealed class NIDActionArity1V76 : TrampolineBlockBase { | |
+ DActionArity1V76 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V75 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V76 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V75> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V76> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21787,7 +21842,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::MailKit.MEMessageActionDecision>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V75 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V76 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::MailKit.MEMessageActionDecision obj) | |
@@ -21795,14 +21850,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V75 */ | |
+ } /* class NIDActionArity1V76 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::MailKit.MEMessageEncodingResult>))] | |
- unsafe internal delegate void DActionArity1V77 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V78 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V77 { | |
+ static internal class SDActionArity1V78 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21821,15 +21876,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MailKit.MEMessageEncodingResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V77), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V78), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V77 */ | |
- internal sealed class NIDActionArity1V77 : TrampolineBlockBase { | |
- DActionArity1V77 invoker; | |
+ } /* class SDActionArity1V78 */ | |
+ internal sealed class NIDActionArity1V78 : TrampolineBlockBase { | |
+ DActionArity1V78 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V77 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V78 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V77> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V78> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21838,7 +21893,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::MailKit.MEMessageEncodingResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V77 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V78 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::MailKit.MEMessageEncodingResult obj) | |
@@ -21846,14 +21901,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V77 */ | |
+ } /* class NIDActionArity1V78 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::MailKit.MEOutgoingMessageEncodingStatus>))] | |
- unsafe internal delegate void DActionArity1V76 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V77 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V76 { | |
+ static internal class SDActionArity1V77 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21872,15 +21927,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::MailKit.MEOutgoingMessageEncodingStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V76), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V77), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V76 */ | |
- internal sealed class NIDActionArity1V76 : TrampolineBlockBase { | |
- DActionArity1V76 invoker; | |
+ } /* class SDActionArity1V77 */ | |
+ internal sealed class NIDActionArity1V77 : TrampolineBlockBase { | |
+ DActionArity1V77 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V76 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V77 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V76> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V77> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21889,7 +21944,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::MailKit.MEOutgoingMessageEncodingStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V76 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V77 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::MailKit.MEOutgoingMessageEncodingStatus obj) | |
@@ -21897,14 +21952,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V76 */ | |
+ } /* class NIDActionArity1V77 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLCommandBuffer>))] | |
- unsafe internal delegate void DActionArity1V79 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V80 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V79 { | |
+ static internal class SDActionArity1V80 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21923,15 +21978,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLCommandBuffer> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V79), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V80), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V79 */ | |
- internal sealed class NIDActionArity1V79 : TrampolineBlockBase { | |
- DActionArity1V79 invoker; | |
+ } /* class SDActionArity1V80 */ | |
+ internal sealed class NIDActionArity1V80 : TrampolineBlockBase { | |
+ DActionArity1V80 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V79 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V80 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V79> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V80> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21940,7 +21995,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Metal.IMTLCommandBuffer>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V79 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V80 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Metal.IMTLCommandBuffer obj) | |
@@ -21948,14 +22003,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V79 */ | |
+ } /* class NIDActionArity1V80 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Metal.IMTLDrawable>))] | |
- unsafe internal delegate void DActionArity1V36 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V37 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V36 { | |
+ static internal class SDActionArity1V37 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -21974,15 +22029,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Metal.IMTLDrawable> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V36), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V37), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V36 */ | |
- internal sealed class NIDActionArity1V36 : TrampolineBlockBase { | |
- DActionArity1V36 invoker; | |
+ } /* class SDActionArity1V37 */ | |
+ internal sealed class NIDActionArity1V37 : TrampolineBlockBase { | |
+ DActionArity1V37 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V36 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V37 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V36> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V37> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -21991,7 +22046,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Metal.IMTLDrawable>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V36 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V37 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Metal.IMTLDrawable obj) | |
@@ -21999,14 +22054,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V36 */ | |
+ } /* class NIDActionArity1V37 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::ModelIO.MDLMaterialPropertyNode>))] | |
- unsafe internal delegate void DActionArity1V80 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V81 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V80 { | |
+ static internal class SDActionArity1V81 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22025,15 +22080,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::ModelIO.MDLMaterialPropertyNode> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V80), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V81), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V80 */ | |
- internal sealed class NIDActionArity1V80 : TrampolineBlockBase { | |
- DActionArity1V80 invoker; | |
+ } /* class SDActionArity1V81 */ | |
+ internal sealed class NIDActionArity1V81 : TrampolineBlockBase { | |
+ DActionArity1V81 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V80 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V81 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V80> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V81> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22042,7 +22097,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::ModelIO.MDLMaterialPropertyNode>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V80 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V81 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::ModelIO.MDLMaterialPropertyNode obj) | |
@@ -22050,14 +22105,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V80 */ | |
+ } /* class NIDActionArity1V81 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::NetworkExtension.NEPacket[]>))] | |
- unsafe internal delegate void DActionArity1V81 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V82 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V81 { | |
+ static internal class SDActionArity1V82 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22076,15 +22131,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::NetworkExtension.NEPacket[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V81), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V82), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V81 */ | |
- internal sealed class NIDActionArity1V81 : TrampolineBlockBase { | |
- DActionArity1V81 invoker; | |
+ } /* class SDActionArity1V82 */ | |
+ internal sealed class NIDActionArity1V82 : TrampolineBlockBase { | |
+ DActionArity1V82 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V81 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V82 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V81> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V82> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22093,7 +22148,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::NetworkExtension.NEPacket[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V81 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V82 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::NetworkExtension.NEPacket[] obj) | |
@@ -22105,14 +22160,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V81 */ | |
+ } /* class NIDActionArity1V82 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::NotificationCenter.NCUpdateResult>))] | |
- unsafe internal delegate void DActionArity1V83 (IntPtr block, UIntPtr obj); | |
+ unsafe internal delegate void DActionArity1V84 (IntPtr block, UIntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V83 { | |
+ static internal class SDActionArity1V84 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, UIntPtr obj) { | |
@@ -22131,15 +22186,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::NotificationCenter.NCUpdateResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, UIntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V83), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V84), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V83 */ | |
- internal sealed class NIDActionArity1V83 : TrampolineBlockBase { | |
- DActionArity1V83 invoker; | |
+ } /* class SDActionArity1V84 */ | |
+ internal sealed class NIDActionArity1V84 : TrampolineBlockBase { | |
+ DActionArity1V84 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V83 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V84 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V83> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V84> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22148,21 +22203,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::NotificationCenter.NCUpdateResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V83 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V84 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::NotificationCenter.NCUpdateResult obj) | |
{ | |
invoker (BlockPointer, (UIntPtr) (ulong) obj); | |
} | |
- } /* class NIDActionArity1V83 */ | |
+ } /* class NIDActionArity1V84 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKAutomaticPassPresentationSuppressionResult>))] | |
- unsafe internal delegate void DActionArity1V85 (IntPtr block, UIntPtr obj); | |
+ unsafe internal delegate void DActionArity1V86 (IntPtr block, UIntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V85 { | |
+ static internal class SDActionArity1V86 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, UIntPtr obj) { | |
@@ -22181,15 +22236,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKAutomaticPassPresentationSuppressionResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, UIntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V85), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V86), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V85 */ | |
- internal sealed class NIDActionArity1V85 : TrampolineBlockBase { | |
- DActionArity1V85 invoker; | |
+ } /* class SDActionArity1V86 */ | |
+ internal sealed class NIDActionArity1V86 : TrampolineBlockBase { | |
+ DActionArity1V86 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V85 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V86 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V85> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V86> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22198,21 +22253,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKAutomaticPassPresentationSuppressionResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V85 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V86 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKAutomaticPassPresentationSuppressionResult obj) | |
{ | |
invoker (BlockPointer, (UIntPtr) (ulong) obj); | |
} | |
- } /* class NIDActionArity1V85 */ | |
+ } /* class NIDActionArity1V86 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPassLibraryAddPassesStatus>))] | |
- unsafe internal delegate void DActionArity1V84 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V85 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V84 { | |
+ static internal class SDActionArity1V85 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -22231,15 +22286,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPassLibraryAddPassesStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V84), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V85), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V84 */ | |
- internal sealed class NIDActionArity1V84 : TrampolineBlockBase { | |
- DActionArity1V84 invoker; | |
+ } /* class SDActionArity1V85 */ | |
+ internal sealed class NIDActionArity1V85 : TrampolineBlockBase { | |
+ DActionArity1V85 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V84 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V85 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V84> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V85> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22248,21 +22303,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPassLibraryAddPassesStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V84 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V85 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPassLibraryAddPassesStatus obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V84 */ | |
+ } /* class NIDActionArity1V85 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>))] | |
- unsafe internal delegate void DActionArity1V86 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V87 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V86 { | |
+ static internal class SDActionArity1V87 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22281,15 +22336,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentAuthorizationResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V86), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V87), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V86 */ | |
- internal sealed class NIDActionArity1V86 : TrampolineBlockBase { | |
- DActionArity1V86 invoker; | |
+ } /* class SDActionArity1V87 */ | |
+ internal sealed class NIDActionArity1V87 : TrampolineBlockBase { | |
+ DActionArity1V87 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V86 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V87 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V86> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V87> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22298,7 +22353,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V86 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V87 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPaymentAuthorizationResult obj) | |
@@ -22306,14 +22361,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V86 */ | |
+ } /* class NIDActionArity1V87 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate>))] | |
- unsafe internal delegate void DActionArity1V90 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V91 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V90 { | |
+ static internal class SDActionArity1V91 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22332,15 +22387,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V90), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V91), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V90 */ | |
- internal sealed class NIDActionArity1V90 : TrampolineBlockBase { | |
- DActionArity1V90 invoker; | |
+ } /* class SDActionArity1V91 */ | |
+ internal sealed class NIDActionArity1V91 : TrampolineBlockBase { | |
+ DActionArity1V91 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V90 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V91 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V90> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V91> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22349,7 +22404,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V90 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V91 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPaymentRequestCouponCodeUpdate obj) | |
@@ -22357,14 +22412,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V90 */ | |
+ } /* class NIDActionArity1V91 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate>))] | |
- unsafe internal delegate void DActionArity1V89 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V90 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V89 { | |
+ static internal class SDActionArity1V90 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22383,15 +22438,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V89), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V90), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V89 */ | |
- internal sealed class NIDActionArity1V89 : TrampolineBlockBase { | |
- DActionArity1V89 invoker; | |
+ } /* class SDActionArity1V90 */ | |
+ internal sealed class NIDActionArity1V90 : TrampolineBlockBase { | |
+ DActionArity1V90 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V89 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V90 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V89> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V90> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22400,7 +22455,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V89 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V90 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPaymentRequestMerchantSessionUpdate obj) | |
@@ -22408,14 +22463,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V89 */ | |
+ } /* class NIDActionArity1V90 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>))] | |
- unsafe internal delegate void DActionArity1V87 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V88 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V87 { | |
+ static internal class SDActionArity1V88 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22434,15 +22489,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V87), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V88), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V87 */ | |
- internal sealed class NIDActionArity1V87 : TrampolineBlockBase { | |
- DActionArity1V87 invoker; | |
+ } /* class SDActionArity1V88 */ | |
+ internal sealed class NIDActionArity1V88 : TrampolineBlockBase { | |
+ DActionArity1V88 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V87 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V88 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V87> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V88> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22451,7 +22506,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V87 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V88 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPaymentRequestPaymentMethodUpdate obj) | |
@@ -22459,14 +22514,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V87 */ | |
+ } /* class NIDActionArity1V88 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>))] | |
- unsafe internal delegate void DActionArity1V88 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V89 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V88 { | |
+ static internal class SDActionArity1V89 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22485,15 +22540,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V88), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V89), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V88 */ | |
- internal sealed class NIDActionArity1V88 : TrampolineBlockBase { | |
- DActionArity1V88 invoker; | |
+ } /* class SDActionArity1V89 */ | |
+ internal sealed class NIDActionArity1V89 : TrampolineBlockBase { | |
+ DActionArity1V89 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V88 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V89 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V88> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V89> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22502,7 +22557,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V88 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V89 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPaymentRequestShippingContactUpdate obj) | |
@@ -22510,14 +22565,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V88 */ | |
+ } /* class NIDActionArity1V89 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingMethodUpdate>))] | |
- unsafe internal delegate void DActionArity1V91 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V92 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V91 { | |
+ static internal class SDActionArity1V92 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22536,15 +22591,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PassKit.PKPaymentRequestShippingMethodUpdate> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V91), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V92), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V91 */ | |
- internal sealed class NIDActionArity1V91 : TrampolineBlockBase { | |
- DActionArity1V91 invoker; | |
+ } /* class SDActionArity1V92 */ | |
+ internal sealed class NIDActionArity1V92 : TrampolineBlockBase { | |
+ DActionArity1V92 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V91 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V92 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V91> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V92> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22553,7 +22608,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PassKit.PKPaymentRequestShippingMethodUpdate>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V91 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V92 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PassKit.PKPaymentRequestShippingMethodUpdate obj) | |
@@ -22561,14 +22616,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V91 */ | |
+ } /* class NIDActionArity1V92 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Phase.PhasePushStreamCompletionCallbackCondition>))] | |
- unsafe internal delegate void DActionArity1V92 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V93 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V92 { | |
+ static internal class SDActionArity1V93 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -22587,15 +22642,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Phase.PhasePushStreamCompletionCallbackCondition> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V92), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V93), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V92 */ | |
- internal sealed class NIDActionArity1V92 : TrampolineBlockBase { | |
- DActionArity1V92 invoker; | |
+ } /* class SDActionArity1V93 */ | |
+ internal sealed class NIDActionArity1V93 : TrampolineBlockBase { | |
+ DActionArity1V93 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V92 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V93 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V92> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V93> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22604,21 +22659,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Phase.PhasePushStreamCompletionCallbackCondition>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V92 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V93 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Phase.PhasePushStreamCompletionCallbackCondition obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V92 */ | |
+ } /* class NIDActionArity1V93 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Phase.PhaseSoundEventPrepareHandlerReason>))] | |
- unsafe internal delegate void DActionArity1V93 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V94 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V93 { | |
+ static internal class SDActionArity1V94 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -22637,15 +22692,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Phase.PhaseSoundEventPrepareHandlerReason> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V93), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V94), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V93 */ | |
- internal sealed class NIDActionArity1V93 : TrampolineBlockBase { | |
- DActionArity1V93 invoker; | |
+ } /* class SDActionArity1V94 */ | |
+ internal sealed class NIDActionArity1V94 : TrampolineBlockBase { | |
+ DActionArity1V94 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V93 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V94 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V93> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V94> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22654,21 +22709,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Phase.PhaseSoundEventPrepareHandlerReason>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V93 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V94 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Phase.PhaseSoundEventPrepareHandlerReason obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V93 */ | |
+ } /* class NIDActionArity1V94 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Phase.PhaseSoundEventSeekHandlerReason>))] | |
- unsafe internal delegate void DActionArity1V94 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V95 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V94 { | |
+ static internal class SDActionArity1V95 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -22687,15 +22742,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Phase.PhaseSoundEventSeekHandlerReason> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V94), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V95), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V94 */ | |
- internal sealed class NIDActionArity1V94 : TrampolineBlockBase { | |
- DActionArity1V94 invoker; | |
+ } /* class SDActionArity1V95 */ | |
+ internal sealed class NIDActionArity1V95 : TrampolineBlockBase { | |
+ DActionArity1V95 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V94 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V95 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V94> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V95> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22704,21 +22759,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Phase.PhaseSoundEventSeekHandlerReason>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V94 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V95 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Phase.PhaseSoundEventSeekHandlerReason obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V94 */ | |
+ } /* class NIDActionArity1V95 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Phase.PhaseSoundEventStartHandlerReason>))] | |
- unsafe internal delegate void DActionArity1V95 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V96 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V95 { | |
+ static internal class SDActionArity1V96 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -22737,15 +22792,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Phase.PhaseSoundEventStartHandlerReason> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V95), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V96), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V95 */ | |
- internal sealed class NIDActionArity1V95 : TrampolineBlockBase { | |
- DActionArity1V95 invoker; | |
+ } /* class SDActionArity1V96 */ | |
+ internal sealed class NIDActionArity1V96 : TrampolineBlockBase { | |
+ DActionArity1V96 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V95 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V96 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V95> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V96> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22754,21 +22809,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Phase.PhaseSoundEventStartHandlerReason>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V95 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V96 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Phase.PhaseSoundEventStartHandlerReason obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V95 */ | |
+ } /* class NIDActionArity1V96 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Photos.PHAuthorizationStatus>))] | |
- unsafe internal delegate void DActionArity1V97 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V98 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V97 { | |
+ static internal class SDActionArity1V98 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -22787,15 +22842,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Photos.PHAuthorizationStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V97), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V98), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V97 */ | |
- internal sealed class NIDActionArity1V97 : TrampolineBlockBase { | |
- DActionArity1V97 invoker; | |
+ } /* class SDActionArity1V98 */ | |
+ internal sealed class NIDActionArity1V98 : TrampolineBlockBase { | |
+ DActionArity1V98 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V97 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V98 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V97> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V98> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22804,21 +22859,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Photos.PHAuthorizationStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V97 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V98 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Photos.PHAuthorizationStatus obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V97 */ | |
+ } /* class NIDActionArity1V98 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Photos.PHContentEditingOutput>))] | |
- unsafe internal delegate void DActionArity1V98 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V99 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V98 { | |
+ static internal class SDActionArity1V99 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22837,15 +22892,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Photos.PHContentEditingOutput> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V98), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V99), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V98 */ | |
- internal sealed class NIDActionArity1V98 : TrampolineBlockBase { | |
- DActionArity1V98 invoker; | |
+ } /* class SDActionArity1V99 */ | |
+ internal sealed class NIDActionArity1V99 : TrampolineBlockBase { | |
+ DActionArity1V99 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V98 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V99 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V98> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V99> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22854,7 +22909,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Photos.PHContentEditingOutput>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V98 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V99 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Photos.PHContentEditingOutput obj) | |
@@ -22862,14 +22917,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V98 */ | |
+ } /* class NIDActionArity1V99 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::PhotosUI.PHProjectInfo>))] | |
- unsafe internal delegate void DActionArity1V99 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V100 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V99 { | |
+ static internal class SDActionArity1V100 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22888,15 +22943,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::PhotosUI.PHProjectInfo> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V99), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V100), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V99 */ | |
- internal sealed class NIDActionArity1V99 : TrampolineBlockBase { | |
- DActionArity1V99 invoker; | |
+ } /* class SDActionArity1V100 */ | |
+ internal sealed class NIDActionArity1V100 : TrampolineBlockBase { | |
+ DActionArity1V100 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V99 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V100 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V99> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V100> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22905,7 +22960,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::PhotosUI.PHProjectInfo>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V99 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V100 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::PhotosUI.PHProjectInfo obj) | |
@@ -22913,14 +22968,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V99 */ | |
+ } /* class NIDActionArity1V100 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariPage>))] | |
- unsafe internal delegate void DActionArity1V107 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V108 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V107 { | |
+ static internal class SDActionArity1V108 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22939,15 +22994,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariPage> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V107), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V108), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V107 */ | |
- internal sealed class NIDActionArity1V107 : TrampolineBlockBase { | |
- DActionArity1V107 invoker; | |
+ } /* class SDActionArity1V108 */ | |
+ internal sealed class NIDActionArity1V108 : TrampolineBlockBase { | |
+ DActionArity1V108 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V107 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V108 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V107> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V108> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -22956,7 +23011,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariPage>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V107 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V108 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariPage obj) | |
@@ -22964,14 +23019,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V107 */ | |
+ } /* class NIDActionArity1V108 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariPageProperties>))] | |
- unsafe internal delegate void DActionArity1V105 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V106 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V105 { | |
+ static internal class SDActionArity1V106 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -22990,15 +23045,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariPageProperties> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V105), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V106), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V105 */ | |
- internal sealed class NIDActionArity1V105 : TrampolineBlockBase { | |
- DActionArity1V105 invoker; | |
+ } /* class SDActionArity1V106 */ | |
+ internal sealed class NIDActionArity1V106 : TrampolineBlockBase { | |
+ DActionArity1V106 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V105 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V106 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V105> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V106> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23007,7 +23062,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariPageProperties>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V105 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V106 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariPageProperties obj) | |
@@ -23015,14 +23070,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V105 */ | |
+ } /* class NIDActionArity1V106 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariPage[]>))] | |
- unsafe internal delegate void DActionArity1V108 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V109 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V108 { | |
+ static internal class SDActionArity1V109 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23041,15 +23096,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariPage[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V108), nameof (Invoke)); | |
- } | |
- } /* class SDActionArity1V108 */ | |
- internal sealed class NIDActionArity1V108 : TrampolineBlockBase { | |
- DActionArity1V108 invoker; | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V109), nameof (Invoke)); | |
+ } | |
+ } /* class SDActionArity1V109 */ | |
+ internal sealed class NIDActionArity1V109 : TrampolineBlockBase { | |
+ DActionArity1V109 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V108 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V109 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V108> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V109> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23058,7 +23113,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariPage[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V108 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V109 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariPage[] obj) | |
@@ -23070,14 +23125,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V108 */ | |
+ } /* class NIDActionArity1V109 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariTab>))] | |
- unsafe internal delegate void DActionArity1V104 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V105 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V104 { | |
+ static internal class SDActionArity1V105 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23096,15 +23151,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariTab> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V104), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V105), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V104 */ | |
- internal sealed class NIDActionArity1V104 : TrampolineBlockBase { | |
- DActionArity1V104 invoker; | |
+ } /* class SDActionArity1V105 */ | |
+ internal sealed class NIDActionArity1V105 : TrampolineBlockBase { | |
+ DActionArity1V105 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V104 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V105 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V104> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V105> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23113,7 +23168,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariTab>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V104 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V105 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariTab obj) | |
@@ -23121,14 +23176,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V104 */ | |
+ } /* class NIDActionArity1V105 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariTab[]>))] | |
- unsafe internal delegate void DActionArity1V109 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V110 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V109 { | |
+ static internal class SDActionArity1V110 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23147,15 +23202,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariTab[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V109), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V110), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V109 */ | |
- internal sealed class NIDActionArity1V109 : TrampolineBlockBase { | |
- DActionArity1V109 invoker; | |
+ } /* class SDActionArity1V110 */ | |
+ internal sealed class NIDActionArity1V110 : TrampolineBlockBase { | |
+ DActionArity1V110 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V109 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V110 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V109> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V110> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23164,7 +23219,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariTab[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V109 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V110 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariTab[] obj) | |
@@ -23176,14 +23231,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V109 */ | |
+ } /* class NIDActionArity1V110 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariToolbarItem>))] | |
- unsafe internal delegate void DActionArity1V110 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V111 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V110 { | |
+ static internal class SDActionArity1V111 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23202,15 +23257,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariToolbarItem> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V110), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V111), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V110 */ | |
- internal sealed class NIDActionArity1V110 : TrampolineBlockBase { | |
- DActionArity1V110 invoker; | |
+ } /* class SDActionArity1V111 */ | |
+ internal sealed class NIDActionArity1V111 : TrampolineBlockBase { | |
+ DActionArity1V111 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V110 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V111 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V110> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V111> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23219,7 +23274,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariToolbarItem>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V110 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V111 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariToolbarItem obj) | |
@@ -23227,14 +23282,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V110 */ | |
+ } /* class NIDActionArity1V111 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariWindow>))] | |
- unsafe internal delegate void DActionArity1V100 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V101 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V100 { | |
+ static internal class SDActionArity1V101 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23253,15 +23308,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariWindow> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V100), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V101), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V100 */ | |
- internal sealed class NIDActionArity1V100 : TrampolineBlockBase { | |
- DActionArity1V100 invoker; | |
+ } /* class SDActionArity1V101 */ | |
+ internal sealed class NIDActionArity1V101 : TrampolineBlockBase { | |
+ DActionArity1V101 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V100 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V101 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V100> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V101> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23270,7 +23325,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariWindow>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V100 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V101 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariWindow obj) | |
@@ -23278,14 +23333,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V100 */ | |
+ } /* class NIDActionArity1V101 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SafariServices.SFSafariWindow[]>))] | |
- unsafe internal delegate void DActionArity1V101 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V102 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V101 { | |
+ static internal class SDActionArity1V102 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23304,15 +23359,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SafariServices.SFSafariWindow[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V101), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V102), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V101 */ | |
- internal sealed class NIDActionArity1V101 : TrampolineBlockBase { | |
- DActionArity1V101 invoker; | |
+ } /* class SDActionArity1V102 */ | |
+ internal sealed class NIDActionArity1V102 : TrampolineBlockBase { | |
+ DActionArity1V102 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V101 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V102 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V101> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V102> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23321,7 +23376,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SafariServices.SFSafariWindow[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V101 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V102 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SafariServices.SFSafariWindow[] obj) | |
@@ -23333,14 +23388,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V101 */ | |
+ } /* class NIDActionArity1V102 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::SceneKit.SCNNode>))] | |
- unsafe internal delegate void DActionArity1V111 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V112 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V111 { | |
+ static internal class SDActionArity1V112 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23359,15 +23414,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::SceneKit.SCNNode> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V111), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V112), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V111 */ | |
- internal sealed class NIDActionArity1V111 : TrampolineBlockBase { | |
- DActionArity1V111 invoker; | |
+ } /* class SDActionArity1V112 */ | |
+ internal sealed class NIDActionArity1V112 : TrampolineBlockBase { | |
+ DActionArity1V112 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V111 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V112 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V111> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V112> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23376,7 +23431,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::SceneKit.SCNNode>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V111 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V112 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::SceneKit.SCNNode obj) | |
@@ -23384,14 +23439,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V111 */ | |
+ } /* class NIDActionArity1V112 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Security.SecTrust>))] | |
- unsafe internal delegate void DActionArity1V82 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V83 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V82 { | |
+ static internal class SDActionArity1V83 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23410,15 +23465,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Security.SecTrust> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V82), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V83), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V82 */ | |
- internal sealed class NIDActionArity1V82 : TrampolineBlockBase { | |
- DActionArity1V82 invoker; | |
+ } /* class SDActionArity1V83 */ | |
+ internal sealed class NIDActionArity1V83 : TrampolineBlockBase { | |
+ DActionArity1V83 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V82 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V83 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V82> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V83> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23427,7 +23482,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Security.SecTrust>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V82 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V83 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Security.SecTrust obj) | |
@@ -23435,14 +23490,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V82 */ | |
+ } /* class NIDActionArity1V83 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::Speech.SFSpeechRecognizerAuthorizationStatus>))] | |
- unsafe internal delegate void DActionArity1V112 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V113 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V112 { | |
+ static internal class SDActionArity1V113 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -23461,15 +23516,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::Speech.SFSpeechRecognizerAuthorizationStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V112), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V113), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V112 */ | |
- internal sealed class NIDActionArity1V112 : TrampolineBlockBase { | |
- DActionArity1V112 invoker; | |
+ } /* class SDActionArity1V113 */ | |
+ internal sealed class NIDActionArity1V113 : TrampolineBlockBase { | |
+ DActionArity1V113 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V112 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V113 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V112> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V113> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23478,21 +23533,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::Speech.SFSpeechRecognizerAuthorizationStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V112 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V113 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::Speech.SFSpeechRecognizerAuthorizationStatus obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V112 */ | |
+ } /* class NIDActionArity1V113 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::StoreKit.SKCloudServiceAuthorizationStatus>))] | |
- unsafe internal delegate void DActionArity1V113 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V114 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V113 { | |
+ static internal class SDActionArity1V114 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -23511,15 +23566,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::StoreKit.SKCloudServiceAuthorizationStatus> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V113), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V114), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V113 */ | |
- internal sealed class NIDActionArity1V113 : TrampolineBlockBase { | |
- DActionArity1V113 invoker; | |
+ } /* class SDActionArity1V114 */ | |
+ internal sealed class NIDActionArity1V114 : TrampolineBlockBase { | |
+ DActionArity1V114 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V113 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V114 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V113> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V114> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23528,14 +23583,14 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::StoreKit.SKCloudServiceAuthorizationStatus>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V113 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V114 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::StoreKit.SKCloudServiceAuthorizationStatus obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V113 */ | |
+ } /* class NIDActionArity1V114 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<bool>))] | |
unsafe internal delegate void DActionArity1V2 (IntPtr block, byte obj); | |
@@ -23588,11 +23643,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V2 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<double>))] | |
- unsafe internal delegate void DActionArity1V96 (IntPtr block, double obj); | |
+ unsafe internal delegate void DActionArity1V97 (IntPtr block, double obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V96 { | |
+ static internal class SDActionArity1V97 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, double obj) { | |
@@ -23611,15 +23666,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<double> callback) | |
{ | |
delegate* unmanaged<IntPtr, double, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V96), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V97), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V96 */ | |
- internal sealed class NIDActionArity1V96 : TrampolineBlockBase { | |
- DActionArity1V96 invoker; | |
+ } /* class SDActionArity1V97 */ | |
+ internal sealed class NIDActionArity1V97 : TrampolineBlockBase { | |
+ DActionArity1V97 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V96 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V97 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V96> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V97> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23628,21 +23683,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<double>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V96 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V97 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (double obj) | |
{ | |
invoker (BlockPointer, obj); | |
} | |
- } /* class NIDActionArity1V96 */ | |
+ } /* class NIDActionArity1V97 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<nint>))] | |
- unsafe internal delegate void DActionArity1V22 (IntPtr block, nint obj); | |
+ unsafe internal delegate void DActionArity1V23 (IntPtr block, nint obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V22 { | |
+ static internal class SDActionArity1V23 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, nint obj) { | |
@@ -23661,15 +23716,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<nint> callback) | |
{ | |
delegate* unmanaged<IntPtr, nint, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V22), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V23), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V22 */ | |
- internal sealed class NIDActionArity1V22 : TrampolineBlockBase { | |
- DActionArity1V22 invoker; | |
+ } /* class SDActionArity1V23 */ | |
+ internal sealed class NIDActionArity1V23 : TrampolineBlockBase { | |
+ DActionArity1V23 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V22 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V23 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V22> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V23> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23678,21 +23733,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<nint>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V22 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V23 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (nint obj) | |
{ | |
invoker (BlockPointer, obj); | |
} | |
- } /* class NIDActionArity1V22 */ | |
+ } /* class NIDActionArity1V23 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<string>))] | |
- unsafe internal delegate void DActionArity1V60 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V61 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V60 { | |
+ static internal class SDActionArity1V61 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23711,15 +23766,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<string> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V60), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V61), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V60 */ | |
- internal sealed class NIDActionArity1V60 : TrampolineBlockBase { | |
- DActionArity1V60 invoker; | |
+ } /* class SDActionArity1V61 */ | |
+ internal sealed class NIDActionArity1V61 : TrampolineBlockBase { | |
+ DActionArity1V61 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V60 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V61 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V60> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V61> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23728,7 +23783,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<string>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V60 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V61 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (string obj) | |
@@ -23739,7 +23794,7 @@ namespace ObjCRuntime { | |
invoker (BlockPointer, nsobj); | |
CFString.ReleaseNative (nsobj); | |
} | |
- } /* class NIDActionArity1V60 */ | |
+ } /* class NIDActionArity1V61 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<string[]>))] | |
unsafe internal delegate void DActionArity1V3 (IntPtr block, NativeHandle obj); | |
@@ -23797,11 +23852,11 @@ namespace ObjCRuntime { | |
} /* class NIDActionArity1V3 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::UserNotifications.UNNotificationContent>))] | |
- unsafe internal delegate void DActionArity1V114 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V115 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V114 { | |
+ static internal class SDActionArity1V115 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23820,15 +23875,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UserNotifications.UNNotificationContent> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V114), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V115), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V114 */ | |
- internal sealed class NIDActionArity1V114 : TrampolineBlockBase { | |
- DActionArity1V114 invoker; | |
+ } /* class SDActionArity1V115 */ | |
+ internal sealed class NIDActionArity1V115 : TrampolineBlockBase { | |
+ DActionArity1V115 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V114 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V115 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V114> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V115> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23837,7 +23892,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::UserNotifications.UNNotificationContent>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V114 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V115 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::UserNotifications.UNNotificationContent obj) | |
@@ -23845,14 +23900,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V114 */ | |
+ } /* class NIDActionArity1V115 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::UserNotifications.UNNotificationPresentationOptions>))] | |
- unsafe internal delegate void DActionArity1V119 (IntPtr block, UIntPtr obj); | |
+ unsafe internal delegate void DActionArity1V120 (IntPtr block, UIntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V119 { | |
+ static internal class SDActionArity1V120 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, UIntPtr obj) { | |
@@ -23871,15 +23926,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UserNotifications.UNNotificationPresentationOptions> callback) | |
{ | |
delegate* unmanaged<IntPtr, UIntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V119), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V120), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V119 */ | |
- internal sealed class NIDActionArity1V119 : TrampolineBlockBase { | |
- DActionArity1V119 invoker; | |
+ } /* class SDActionArity1V120 */ | |
+ internal sealed class NIDActionArity1V120 : TrampolineBlockBase { | |
+ DActionArity1V120 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V119 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V120 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V119> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V120> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23888,21 +23943,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::UserNotifications.UNNotificationPresentationOptions>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V119 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V120 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::UserNotifications.UNNotificationPresentationOptions obj) | |
{ | |
invoker (BlockPointer, (UIntPtr) (ulong) obj); | |
} | |
- } /* class NIDActionArity1V119 */ | |
+ } /* class NIDActionArity1V120 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::UserNotifications.UNNotificationRequest[]>))] | |
- unsafe internal delegate void DActionArity1V118 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V119 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V118 { | |
+ static internal class SDActionArity1V119 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23921,15 +23976,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UserNotifications.UNNotificationRequest[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V118), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V119), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V118 */ | |
- internal sealed class NIDActionArity1V118 : TrampolineBlockBase { | |
- DActionArity1V118 invoker; | |
+ } /* class SDActionArity1V119 */ | |
+ internal sealed class NIDActionArity1V119 : TrampolineBlockBase { | |
+ DActionArity1V119 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V118 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V119 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V118> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V119> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23938,7 +23993,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::UserNotifications.UNNotificationRequest[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V118 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V119 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::UserNotifications.UNNotificationRequest[] obj) | |
@@ -23950,14 +24005,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V118 */ | |
+ } /* class NIDActionArity1V119 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::UserNotifications.UNNotificationSettings>))] | |
- unsafe internal delegate void DActionArity1V117 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V118 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V117 { | |
+ static internal class SDActionArity1V118 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -23976,15 +24031,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UserNotifications.UNNotificationSettings> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V117), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V118), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V117 */ | |
- internal sealed class NIDActionArity1V117 : TrampolineBlockBase { | |
- DActionArity1V117 invoker; | |
+ } /* class SDActionArity1V118 */ | |
+ internal sealed class NIDActionArity1V118 : TrampolineBlockBase { | |
+ DActionArity1V118 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V117 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V118 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V117> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V118> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -23993,7 +24048,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::UserNotifications.UNNotificationSettings>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V117 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V118 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::UserNotifications.UNNotificationSettings obj) | |
@@ -24001,14 +24056,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V117 */ | |
+ } /* class NIDActionArity1V118 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::UserNotifications.UNNotification[]>))] | |
- unsafe internal delegate void DActionArity1V115 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V116 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V115 { | |
+ static internal class SDActionArity1V116 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -24027,15 +24082,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UserNotifications.UNNotification[]> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V115), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V116), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V115 */ | |
- internal sealed class NIDActionArity1V115 : TrampolineBlockBase { | |
- DActionArity1V115 invoker; | |
+ } /* class SDActionArity1V116 */ | |
+ internal sealed class NIDActionArity1V116 : TrampolineBlockBase { | |
+ DActionArity1V116 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V115 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V116 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V115> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V116> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24044,7 +24099,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::UserNotifications.UNNotification[]>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V115 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V116 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::UserNotifications.UNNotification[] obj) | |
@@ -24056,14 +24111,14 @@ namespace ObjCRuntime { | |
if (nsa_obj is not null) | |
nsa_obj.Dispose (); | |
} | |
- } /* class NIDActionArity1V115 */ | |
+ } /* class NIDActionArity1V116 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::UserNotificationsUI.UNNotificationContentExtensionResponseOption>))] | |
- unsafe internal delegate void DActionArity1V120 (IntPtr block, UIntPtr obj); | |
+ unsafe internal delegate void DActionArity1V121 (IntPtr block, UIntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V120 { | |
+ static internal class SDActionArity1V121 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, UIntPtr obj) { | |
@@ -24082,15 +24137,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::UserNotificationsUI.UNNotificationContentExtensionResponseOption> callback) | |
{ | |
delegate* unmanaged<IntPtr, UIntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V120), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V121), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V120 */ | |
- internal sealed class NIDActionArity1V120 : TrampolineBlockBase { | |
- DActionArity1V120 invoker; | |
+ } /* class SDActionArity1V121 */ | |
+ internal sealed class NIDActionArity1V121 : TrampolineBlockBase { | |
+ DActionArity1V121 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V120 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V121 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V120> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V121> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24099,21 +24154,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::UserNotificationsUI.UNNotificationContentExtensionResponseOption>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V120 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V121 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::UserNotificationsUI.UNNotificationContentExtensionResponseOption obj) | |
{ | |
invoker (BlockPointer, (UIntPtr) (ulong) obj); | |
} | |
- } /* class NIDActionArity1V120 */ | |
+ } /* class NIDActionArity1V121 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKCookiePolicy>))] | |
- unsafe internal delegate void DActionArity1V122 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V123 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V122 { | |
+ static internal class SDActionArity1V123 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -24132,15 +24187,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKCookiePolicy> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V122), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V123), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V122 */ | |
- internal sealed class NIDActionArity1V122 : TrampolineBlockBase { | |
- DActionArity1V122 invoker; | |
+ } /* class SDActionArity1V123 */ | |
+ internal sealed class NIDActionArity1V123 : TrampolineBlockBase { | |
+ DActionArity1V123 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V122 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V123 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V122> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V123> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24149,21 +24204,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKCookiePolicy>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V122 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V123 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKCookiePolicy obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V122 */ | |
+ } /* class NIDActionArity1V123 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKDownload>))] | |
- unsafe internal delegate void DActionArity1V129 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V130 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V129 { | |
+ static internal class SDActionArity1V130 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -24182,15 +24237,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKDownload> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V129), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V130), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V129 */ | |
- internal sealed class NIDActionArity1V129 : TrampolineBlockBase { | |
- DActionArity1V129 invoker; | |
+ } /* class SDActionArity1V130 */ | |
+ internal sealed class NIDActionArity1V130 : TrampolineBlockBase { | |
+ DActionArity1V130 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V129 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V130 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V129> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V130> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24199,7 +24254,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKDownload>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V129 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V130 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKDownload obj) | |
@@ -24207,14 +24262,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V129 */ | |
+ } /* class NIDActionArity1V130 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKDownloadRedirectPolicy>))] | |
- unsafe internal delegate void DActionArity1V121 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V122 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V121 { | |
+ static internal class SDActionArity1V122 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -24233,15 +24288,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKDownloadRedirectPolicy> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V121), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V122), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V121 */ | |
- internal sealed class NIDActionArity1V121 : TrampolineBlockBase { | |
- DActionArity1V121 invoker; | |
+ } /* class SDActionArity1V122 */ | |
+ internal sealed class NIDActionArity1V122 : TrampolineBlockBase { | |
+ DActionArity1V122 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V121 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V122 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V121> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V122> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24250,21 +24305,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKDownloadRedirectPolicy>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V121 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V122 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKDownloadRedirectPolicy obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V121 */ | |
+ } /* class NIDActionArity1V122 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKFindResult>))] | |
- unsafe internal delegate void DActionArity1V127 (IntPtr block, NativeHandle obj); | |
+ unsafe internal delegate void DActionArity1V128 (IntPtr block, NativeHandle obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V127 { | |
+ static internal class SDActionArity1V128 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, NativeHandle obj) { | |
@@ -24283,15 +24338,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKFindResult> callback) | |
{ | |
delegate* unmanaged<IntPtr, NativeHandle, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V127), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V128), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V127 */ | |
- internal sealed class NIDActionArity1V127 : TrampolineBlockBase { | |
- DActionArity1V127 invoker; | |
+ } /* class SDActionArity1V128 */ | |
+ internal sealed class NIDActionArity1V128 : TrampolineBlockBase { | |
+ DActionArity1V128 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V127 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V128 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V127> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V128> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24300,7 +24355,7 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKFindResult>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V127 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V128 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKFindResult obj) | |
@@ -24308,14 +24363,14 @@ namespace ObjCRuntime { | |
var obj__handle__ = obj.GetHandle (); | |
invoker (BlockPointer, obj__handle__); | |
} | |
- } /* class NIDActionArity1V127 */ | |
+ } /* class NIDActionArity1V128 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKMediaPlaybackState>))] | |
- unsafe internal delegate void DActionArity1V128 (IntPtr block, UIntPtr obj); | |
+ unsafe internal delegate void DActionArity1V129 (IntPtr block, UIntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V128 { | |
+ static internal class SDActionArity1V129 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, UIntPtr obj) { | |
@@ -24334,15 +24389,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKMediaPlaybackState> callback) | |
{ | |
delegate* unmanaged<IntPtr, UIntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V128), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V129), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V128 */ | |
- internal sealed class NIDActionArity1V128 : TrampolineBlockBase { | |
- DActionArity1V128 invoker; | |
+ } /* class SDActionArity1V129 */ | |
+ internal sealed class NIDActionArity1V129 : TrampolineBlockBase { | |
+ DActionArity1V129 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V128 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V129 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V128> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V129> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24351,21 +24406,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKMediaPlaybackState>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V128 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V129 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKMediaPlaybackState obj) | |
{ | |
invoker (BlockPointer, (UIntPtr) (ulong) obj); | |
} | |
- } /* class NIDActionArity1V128 */ | |
+ } /* class NIDActionArity1V129 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy>))] | |
- unsafe internal delegate void DActionArity1V123 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V124 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V123 { | |
+ static internal class SDActionArity1V124 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -24384,15 +24439,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKNavigationActionPolicy> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V123), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V124), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V123 */ | |
- internal sealed class NIDActionArity1V123 : TrampolineBlockBase { | |
- DActionArity1V123 invoker; | |
+ } /* class SDActionArity1V124 */ | |
+ internal sealed class NIDActionArity1V124 : TrampolineBlockBase { | |
+ DActionArity1V124 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V123 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V124 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V123> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V124> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24401,21 +24456,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKNavigationActionPolicy>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V123 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V124 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKNavigationActionPolicy obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V123 */ | |
+ } /* class NIDActionArity1V124 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKNavigationResponsePolicy>))] | |
- unsafe internal delegate void DActionArity1V124 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V125 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V124 { | |
+ static internal class SDActionArity1V125 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -24434,15 +24489,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKNavigationResponsePolicy> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V124), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V125), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V124 */ | |
- internal sealed class NIDActionArity1V124 : TrampolineBlockBase { | |
- DActionArity1V124 invoker; | |
+ } /* class SDActionArity1V125 */ | |
+ internal sealed class NIDActionArity1V125 : TrampolineBlockBase { | |
+ DActionArity1V125 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V124 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V125 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V124> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V125> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24451,21 +24506,21 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKNavigationResponsePolicy>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V124 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V125 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKNavigationResponsePolicy obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V124 */ | |
+ } /* class NIDActionArity1V125 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::WebKit.WKPermissionDecision>))] | |
- unsafe internal delegate void DActionArity1V126 (IntPtr block, IntPtr obj); | |
+ unsafe internal delegate void DActionArity1V127 (IntPtr block, IntPtr obj); | |
// | |
// This class bridges native block invocations that call into C# | |
// | |
- static internal class SDActionArity1V126 { | |
+ static internal class SDActionArity1V127 { | |
[Preserve (Conditional = true)] | |
[UnmanagedCallersOnly] | |
internal static unsafe void Invoke (IntPtr block, IntPtr obj) { | |
@@ -24484,15 +24539,15 @@ namespace ObjCRuntime { | |
internal static unsafe BlockLiteral CreateBlock (global::System.Action<global::WebKit.WKPermissionDecision> callback) | |
{ | |
delegate* unmanaged<IntPtr, IntPtr, void> trampoline = &Invoke; | |
- return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V126), nameof (Invoke)); | |
+ return new BlockLiteral (trampoline, callback, typeof (SDActionArity1V127), nameof (Invoke)); | |
} | |
- } /* class SDActionArity1V126 */ | |
- internal sealed class NIDActionArity1V126 : TrampolineBlockBase { | |
- DActionArity1V126 invoker; | |
+ } /* class SDActionArity1V127 */ | |
+ internal sealed class NIDActionArity1V127 : TrampolineBlockBase { | |
+ DActionArity1V127 invoker; | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NIDActionArity1V126 (BlockLiteral *block) : base (block) | |
+ public unsafe NIDActionArity1V127 (BlockLiteral *block) : base (block) | |
{ | |
- invoker = block->GetDelegateForBlock<DActionArity1V126> (); | |
+ invoker = block->GetDelegateForBlock<DActionArity1V127> (); | |
} | |
[Preserve (Conditional=true)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -24501,14 +24556,14 @@ namespace ObjCRuntime { | |
if (block == IntPtr.Zero) | |
return null; | |
var del = (global::System.Action<global::WebKit.WKPermissionDecision>) GetExistingManagedDelegate (block); | |
- return del ?? new NIDActionArity1V126 ((BlockLiteral *) block).Invoke; | |
+ return del ?? new NIDActionArity1V127 ((BlockLiteral *) block).Invoke; | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
unsafe void Invoke (global::WebKit.WKPermissionDecision obj) | |
{ | |
invoker (BlockPointer, (IntPtr) (long) obj); | |
} | |
- } /* class NIDActionArity1V126 */ | |
+ } /* class NIDActionArity1V127 */ | |
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)] | |
[UserDelegateType (typeof (global::System.Action<global::AVFoundation.AVAssetTrack, NSError>))] | |
unsafe internal delegate void DActionArity2V21 (IntPtr block, NativeHandle arg1, NativeHandle arg2); | |
diff --git a/old/dotnet/macos/generated-sources/PassKit/PKPassLibrary.g.cs b/new/dotnet/macos/generated-sources/PassKit/PKPassLibrary.g.cs | |
index 265cc35..cefb1db 100644 | |
--- a/old/dotnet/macos/generated-sources/PassKit/PKPassLibrary.g.cs | |
+++ b/new/dotnet/macos/generated-sources/PassKit/PKPassLibrary.g.cs | |
@@ -172,12 +172,12 @@ namespace PassKit { | |
} | |
[Export ("addPasses:withCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AddPasses (PKPass[] passes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<PKPassLibraryAddPassesStatus>? completion) | |
+ public unsafe virtual void AddPasses (PKPass[] passes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<PKPassLibraryAddPassesStatus>? completion) | |
{ | |
if (passes is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (passes)); | |
var nsa_passes = NSArray.FromNSObjects (passes); | |
- using var block_completion = Trampolines.SDActionArity1V84.CreateNullableBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V85.CreateNullableBlock (completion); | |
BlockLiteral *block_ptr_completion = null; | |
if (completion is not null) | |
block_ptr_completion = &block_completion; | |
@@ -405,11 +405,11 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static nuint RequestAutomaticPassPresentationSuppression ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<PKAutomaticPassPresentationSuppressionResult> responseHandler) | |
+ public unsafe static nuint RequestAutomaticPassPresentationSuppression ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<PKAutomaticPassPresentationSuppressionResult> responseHandler) | |
{ | |
if (responseHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (responseHandler)); | |
- using var block_responseHandler = Trampolines.SDActionArity1V85.CreateBlock (responseHandler); | |
+ using var block_responseHandler = Trampolines.SDActionArity1V86.CreateBlock (responseHandler); | |
BlockLiteral *block_ptr_responseHandler = &block_responseHandler; | |
return global::ObjCRuntime.Messaging.UIntPtr_objc_msgSend_NativeHandle (class_ptr, selRequestAutomaticPassPresentationSuppressionWithResponseHandler_XHandle, (IntPtr) block_ptr_responseHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs b/new/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs | |
index c437efb..3535b64 100644 | |
--- a/old/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationControllerDelegate.g.cs | |
@@ -48,14 +48,14 @@ namespace PassKit { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios")] | |
[Protocol (Name = "PKPaymentAuthorizationControllerDelegate", WrapperType = typeof (PKPaymentAuthorizationControllerDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidAuthorizePayment", Selector = "paymentAuthorizationController:didAuthorizePayment:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPayment), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidAuthorizePayment", Selector = "paymentAuthorizationController:didAuthorizePayment:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPayment), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DidFinish", Selector = "paymentAuthorizationControllerDidFinish:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillAuthorizePayment", Selector = "paymentAuthorizationControllerWillAuthorizePayment:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact", Selector = "paymentAuthorizationController:didSelectShippingContact:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKContact), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V88) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectPaymentMethod", Selector = "paymentAuthorizationController:didSelectPaymentMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidRequestMerchantSessionUpdate", Selector = "paymentAuthorizationController:didRequestMerchantSessionUpdate:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidChangeCouponCode", Selector = "paymentAuthorizationController:didChangeCouponCode:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (string), typeof (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod", Selector = "paymentAuthorizationController:didSelectShippingMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V88) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact", Selector = "paymentAuthorizationController:didSelectShippingContact:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKContact), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectPaymentMethod", Selector = "paymentAuthorizationController:didSelectPaymentMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V88) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidRequestMerchantSessionUpdate", Selector = "paymentAuthorizationController:didRequestMerchantSessionUpdate:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidChangeCouponCode", Selector = "paymentAuthorizationController:didChangeCouponCode:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController), typeof (string), typeof (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetPresentationWindow", Selector = "presentationWindowForPaymentAuthorizationController:", ReturnType = typeof (NSWindow), ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationController) }, ParameterByRef = new bool [] { false })] | |
public partial interface IPKPaymentAuthorizationControllerDelegate : INativeObject, IDisposable | |
{ | |
@@ -76,13 +76,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidAuthorizePayment (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
+ public unsafe static void DidAuthorizePayment (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var payment__handle__ = payment!.GetNonNullHandle (nameof (payment)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didAuthorizePayment:handler:"), controller__handle__, payment__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -96,13 +96,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidSelectShippingMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
+ public unsafe static void DidSelectShippingMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var paymentMethod__handle__ = paymentMethod!.GetNonNullHandle (nameof (paymentMethod)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didSelectShippingMethod:handler:"), controller__handle__, paymentMethod__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -110,13 +110,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidSelectShippingContact (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
+ public unsafe static void DidSelectShippingContact (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var contact__handle__ = contact!.GetNonNullHandle (nameof (contact)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V89.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didSelectShippingContact:handler:"), controller__handle__, contact__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -124,13 +124,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidSelectPaymentMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
+ public unsafe static void DidSelectPaymentMethod (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var paymentMethod__handle__ = paymentMethod!.GetNonNullHandle (nameof (paymentMethod)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didSelectPaymentMethod:handler:"), controller__handle__, paymentMethod__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -138,12 +138,12 @@ namespace PassKit { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidRequestMerchantSessionUpdate (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> handler) | |
+ public unsafe static void DidRequestMerchantSessionUpdate (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> handler) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V89.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V90.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didRequestMerchantSessionUpdate:"), controller__handle__, (IntPtr) block_ptr_handler); | |
} | |
@@ -151,7 +151,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidChangeCouponCode (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
+ public unsafe static void DidChangeCouponCode (this IPKPaymentAuthorizationControllerDelegate This, PKPaymentAuthorizationController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
if (couponCode is null) | |
@@ -159,7 +159,7 @@ namespace PassKit { | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
var nscouponCode = CFString.CreateNative (couponCode); | |
- using var block_completion = Trampolines.SDActionArity1V90.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V91.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationController:didChangeCouponCode:handler:"), controller__handle__, nscouponCode, (IntPtr) block_ptr_completion); | |
CFString.ReleaseNative (nscouponCode); | |
@@ -223,7 +223,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidAuthorizePayment (PKPaymentAuthorizationController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
+ public unsafe virtual void DidAuthorizePayment (PKPaymentAuthorizationController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -232,7 +232,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidChangeCouponCode (PKPaymentAuthorizationController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
+ public unsafe virtual void DidChangeCouponCode (PKPaymentAuthorizationController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -247,7 +247,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidRequestMerchantSessionUpdate (PKPaymentAuthorizationController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> handler) | |
+ public unsafe virtual void DidRequestMerchantSessionUpdate (PKPaymentAuthorizationController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> handler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -256,7 +256,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidSelectPaymentMethod (PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
+ public unsafe virtual void DidSelectPaymentMethod (PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -265,7 +265,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidSelectShippingContact (PKPaymentAuthorizationController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
+ public unsafe virtual void DidSelectShippingContact (PKPaymentAuthorizationController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -274,7 +274,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidSelectShippingMethod (PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
+ public unsafe virtual void DidSelectShippingMethod (PKPaymentAuthorizationController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationViewControllerDelegate.g.cs b/new/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationViewControllerDelegate.g.cs | |
index 70ea34f..16f1309 100644 | |
--- a/old/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationViewControllerDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/PassKit/PKPaymentAuthorizationViewControllerDelegate.g.cs | |
@@ -48,14 +48,14 @@ namespace PassKit { | |
[SupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("ios")] | |
[Protocol (Name = "PKPaymentAuthorizationViewControllerDelegate", WrapperType = typeof (PKPaymentAuthorizationViewControllerDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidAuthorizePayment2", Selector = "paymentAuthorizationViewController:didAuthorizePayment:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKPayment), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidAuthorizePayment2", Selector = "paymentAuthorizationViewController:didAuthorizePayment:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKPayment), typeof (global::System.Action<global::PassKit.PKPaymentAuthorizationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "PaymentAuthorizationViewControllerDidFinish", Selector = "paymentAuthorizationViewControllerDidFinish:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod2", Selector = "paymentAuthorizationViewController:didSelectShippingMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKShippingMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingMethod2", Selector = "paymentAuthorizationViewController:didSelectShippingMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKShippingMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillAuthorizePayment", Selector = "paymentAuthorizationViewControllerWillAuthorizePayment:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact2", Selector = "paymentAuthorizationViewController:didSelectShippingContact:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKContact), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V88) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectPaymentMethod2", Selector = "paymentAuthorizationViewController:didSelectPaymentMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidRequestMerchantSessionUpdate", Selector = "paymentAuthorizationViewController:didRequestMerchantSessionUpdate:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidChangeCouponCode", Selector = "paymentAuthorizationViewController:didChangeCouponCode:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (string), typeof (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectShippingContact2", Selector = "paymentAuthorizationViewController:didSelectShippingContact:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKContact), typeof (global::System.Action<global::PassKit.PKPaymentRequestShippingContactUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidSelectPaymentMethod2", Selector = "paymentAuthorizationViewController:didSelectPaymentMethod:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (PassKit.PKPaymentMethod), typeof (global::System.Action<global::PassKit.PKPaymentRequestPaymentMethodUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V88) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidRequestMerchantSessionUpdate", Selector = "paymentAuthorizationViewController:didRequestMerchantSessionUpdate:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (global::System.Action<global::PassKit.PKPaymentRequestMerchantSessionUpdate>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidChangeCouponCode", Selector = "paymentAuthorizationViewController:didChangeCouponCode:handler:", ParameterType = new Type [] { typeof (PassKit.PKPaymentAuthorizationViewController), typeof (string), typeof (global::System.Action<global::PassKit.PKPaymentRequestCouponCodeUpdate>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })] | |
public partial interface IPKPaymentAuthorizationViewControllerDelegate : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -68,13 +68,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidAuthorizePayment2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
+ public unsafe static void DidAuthorizePayment2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var payment__handle__ = payment!.GetNonNullHandle (nameof (payment)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationViewController:didAuthorizePayment:handler:"), controller__handle__, payment__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -82,13 +82,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidSelectShippingMethod2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<PKPaymentRequestShippingMethodUpdate> completion) | |
+ public unsafe static void DidSelectShippingMethod2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<PKPaymentRequestShippingMethodUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var shippingMethod__handle__ = shippingMethod!.GetNonNullHandle (nameof (shippingMethod)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V91.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V92.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationViewController:didSelectShippingMethod:handler:"), controller__handle__, shippingMethod__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -105,13 +105,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidSelectShippingContact2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
+ public unsafe static void DidSelectShippingContact2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var contact__handle__ = contact!.GetNonNullHandle (nameof (contact)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V89.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationViewController:didSelectShippingContact:handler:"), controller__handle__, contact__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -119,13 +119,13 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidSelectPaymentMethod2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
+ public unsafe static void DidSelectPaymentMethod2 (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
var paymentMethod__handle__ = paymentMethod!.GetNonNullHandle (nameof (paymentMethod)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationViewController:didSelectPaymentMethod:handler:"), controller__handle__, paymentMethod__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -133,12 +133,12 @@ namespace PassKit { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidRequestMerchantSessionUpdate (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> updateHandler) | |
+ public unsafe static void DidRequestMerchantSessionUpdate (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> updateHandler) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
if (updateHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (updateHandler)); | |
- using var block_updateHandler = Trampolines.SDActionArity1V89.CreateBlock (updateHandler); | |
+ using var block_updateHandler = Trampolines.SDActionArity1V90.CreateBlock (updateHandler); | |
BlockLiteral *block_ptr_updateHandler = &block_updateHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationViewController:didRequestMerchantSessionUpdate:"), controller__handle__, (IntPtr) block_ptr_updateHandler); | |
} | |
@@ -146,7 +146,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidChangeCouponCode (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
+ public unsafe static void DidChangeCouponCode (this IPKPaymentAuthorizationViewControllerDelegate This, PKPaymentAuthorizationViewController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
{ | |
var controller__handle__ = controller!.GetNonNullHandle (nameof (controller)); | |
if (couponCode is null) | |
@@ -154,7 +154,7 @@ namespace PassKit { | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
var nscouponCode = CFString.CreateNative (couponCode); | |
- using var block_completion = Trampolines.SDActionArity1V90.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V91.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("paymentAuthorizationViewController:didChangeCouponCode:handler:"), controller__handle__, nscouponCode, (IntPtr) block_ptr_completion); | |
CFString.ReleaseNative (nscouponCode); | |
@@ -211,7 +211,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidAuthorizePayment2 (PKPaymentAuthorizationViewController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
+ public unsafe virtual void DidAuthorizePayment2 (PKPaymentAuthorizationViewController controller, PKPayment payment, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentAuthorizationResult> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -220,7 +220,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios15.0")] | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidChangeCouponCode (PKPaymentAuthorizationViewController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
+ public unsafe virtual void DidChangeCouponCode (PKPaymentAuthorizationViewController controller, string couponCode, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<PKPaymentRequestCouponCodeUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -229,7 +229,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidRequestMerchantSessionUpdate (PKPaymentAuthorizationViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> updateHandler) | |
+ public unsafe virtual void DidRequestMerchantSessionUpdate (PKPaymentAuthorizationViewController controller, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<PKPaymentRequestMerchantSessionUpdate> updateHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -238,7 +238,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidSelectPaymentMethod2 (PKPaymentAuthorizationViewController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
+ public unsafe virtual void DidSelectPaymentMethod2 (PKPaymentAuthorizationViewController controller, PKPaymentMethod paymentMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestPaymentMethodUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -247,7 +247,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidSelectShippingContact2 (PKPaymentAuthorizationViewController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
+ public unsafe virtual void DidSelectShippingContact2 (PKPaymentAuthorizationViewController controller, PKContact contact, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<PKPaymentRequestShippingContactUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -256,7 +256,7 @@ namespace PassKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos11.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidSelectShippingMethod2 (PKPaymentAuthorizationViewController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<PKPaymentRequestShippingMethodUpdate> completion) | |
+ public unsafe virtual void DidSelectShippingMethod2 (PKPaymentAuthorizationViewController controller, PKShippingMethod shippingMethod, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<PKPaymentRequestShippingMethodUpdate> completion) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Phase/PhasePushStreamNode.g.cs b/new/dotnet/macos/generated-sources/Phase/PhasePushStreamNode.g.cs | |
index d0253c2..004ccd9 100644 | |
--- a/old/dotnet/macos/generated-sources/Phase/PhasePushStreamNode.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Phase/PhasePushStreamNode.g.cs | |
@@ -102,12 +102,12 @@ namespace Phase { | |
} | |
[Export ("scheduleBuffer:completionCallbackType:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ScheduleBuffer (global::AVFoundation.AVAudioPcmBuffer buffer, PhasePushStreamCompletionCallbackCondition completionCallbackCondition, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<PhasePushStreamCompletionCallbackCondition> completionHandler) | |
+ public unsafe virtual void ScheduleBuffer (global::AVFoundation.AVAudioPcmBuffer buffer, PhasePushStreamCompletionCallbackCondition completionCallbackCondition, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<PhasePushStreamCompletionCallbackCondition> completionHandler) | |
{ | |
var buffer__handle__ = buffer!.GetNonNullHandle (nameof (buffer)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V92.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V93.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_IntPtr_NativeHandle (this.Handle, selScheduleBuffer_CompletionCallbackType_CompletionHandler_XHandle, buffer__handle__, (IntPtr) (long) completionCallbackCondition, (IntPtr) block_ptr_completionHandler); | |
@@ -138,13 +138,13 @@ namespace Phase { | |
} | |
[Export ("scheduleBuffer:atTime:options:completionCallbackType:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ScheduleBuffer (global::AVFoundation.AVAudioPcmBuffer buffer, global::AVFoundation.AVAudioTime? when, PhasePushStreamBufferOptions options, PhasePushStreamCompletionCallbackCondition completionCallbackCondition, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<PhasePushStreamCompletionCallbackCondition> completionHandler) | |
+ public unsafe virtual void ScheduleBuffer (global::AVFoundation.AVAudioPcmBuffer buffer, global::AVFoundation.AVAudioTime? when, PhasePushStreamBufferOptions options, PhasePushStreamCompletionCallbackCondition completionCallbackCondition, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<PhasePushStreamCompletionCallbackCondition> completionHandler) | |
{ | |
var buffer__handle__ = buffer!.GetNonNullHandle (nameof (buffer)); | |
var when__handle__ = when.GetHandle (); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V92.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V93.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_IntPtr_NativeHandle (this.Handle, selScheduleBuffer_AtTime_Options_CompletionCallbackType_CompletionHandler_XHandle, buffer__handle__, when__handle__, (UIntPtr) (ulong) options, (IntPtr) (long) completionCallbackCondition, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/Phase/PhaseSoundEvent.g.cs b/new/dotnet/macos/generated-sources/Phase/PhaseSoundEvent.g.cs | |
index a35bd43..17db34b 100644 | |
--- a/old/dotnet/macos/generated-sources/Phase/PhaseSoundEvent.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Phase/PhaseSoundEvent.g.cs | |
@@ -162,9 +162,9 @@ namespace Phase { | |
} | |
[Export ("prepareWithCompletion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Prepare ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<PhaseSoundEventPrepareHandlerReason>? completionBlock) | |
+ public unsafe virtual void Prepare ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<PhaseSoundEventPrepareHandlerReason>? completionBlock) | |
{ | |
- using var block_completionBlock = Trampolines.SDActionArity1V93.CreateNullableBlock (completionBlock); | |
+ using var block_completionBlock = Trampolines.SDActionArity1V94.CreateNullableBlock (completionBlock); | |
BlockLiteral *block_ptr_completionBlock = null; | |
if (completionBlock is not null) | |
block_ptr_completionBlock = &block_completionBlock; | |
@@ -209,9 +209,9 @@ namespace Phase { | |
} | |
[Export ("seekToTime:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual bool Seek (double time, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<PhaseSoundEventSeekHandlerReason>? completionHandler) | |
+ public unsafe virtual bool Seek (double time, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<PhaseSoundEventSeekHandlerReason>? completionHandler) | |
{ | |
- using var block_completionHandler = Trampolines.SDActionArity1V94.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V95.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
@@ -243,9 +243,9 @@ namespace Phase { | |
} | |
[Export ("startWithCompletion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual bool Start ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<PhaseSoundEventStartHandlerReason>? completionBlock) | |
+ public unsafe virtual bool Start ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<PhaseSoundEventStartHandlerReason>? completionBlock) | |
{ | |
- using var block_completionBlock = Trampolines.SDActionArity1V95.CreateNullableBlock (completionBlock); | |
+ using var block_completionBlock = Trampolines.SDActionArity1V96.CreateNullableBlock (completionBlock); | |
BlockLiteral *block_ptr_completionBlock = null; | |
if (completionBlock is not null) | |
block_ptr_completionBlock = &block_completionBlock; | |
diff --git a/old/dotnet/macos/generated-sources/Photos/PHAssetResourceManager.g.cs b/new/dotnet/macos/generated-sources/Photos/PHAssetResourceManager.g.cs | |
index c762f5e..1130281 100644 | |
--- a/old/dotnet/macos/generated-sources/Photos/PHAssetResourceManager.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Photos/PHAssetResourceManager.g.cs | |
@@ -89,7 +89,7 @@ namespace Photos { | |
} | |
[Export ("requestDataForAssetResource:options:dataReceivedHandler:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual int RequestData (PHAssetResource forResource, PHAssetResourceRequestOptions? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> handler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V16))]global::System.Action<NSError> completionHandler) | |
+ public unsafe virtual int RequestData (PHAssetResource forResource, PHAssetResourceRequestOptions? options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> handler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V16))]global::System.Action<NSError> completionHandler) | |
{ | |
var forResource__handle__ = forResource!.GetNonNullHandle (nameof (forResource)); | |
var options__handle__ = options.GetHandle (); | |
@@ -97,7 +97,7 @@ namespace Photos { | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_handler = Trampolines.SDActionArity1V45.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V46.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
using var block_completionHandler = Trampolines.SDActionArity1V16.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/Photos/PHAssetResourceRequestOptions.g.cs b/new/dotnet/macos/generated-sources/Photos/PHAssetResourceRequestOptions.g.cs | |
index 7c4917b..b0f6e8c 100644 | |
--- a/old/dotnet/macos/generated-sources/Photos/PHAssetResourceRequestOptions.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Photos/PHAssetResourceRequestOptions.g.cs | |
@@ -135,7 +135,7 @@ namespace Photos { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<double>? ProgressHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V96))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V97))] | |
[Export ("progressHandler", ArgumentSemantic.Copy)] | |
get { | |
NativeHandle ret; | |
@@ -144,12 +144,12 @@ namespace Photos { | |
} else { | |
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, selProgressHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V96.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V97.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))] | |
[Export ("setProgressHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V96.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V97.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/dotnet/macos/generated-sources/Photos/PHPhotoLibrary.g.cs b/new/dotnet/macos/generated-sources/Photos/PHPhotoLibrary.g.cs | |
index ed0072d..98b339e 100644 | |
--- a/old/dotnet/macos/generated-sources/Photos/PHPhotoLibrary.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Photos/PHPhotoLibrary.g.cs | |
@@ -214,11 +214,11 @@ namespace Photos { | |
[SupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<PHAuthorizationStatus> handler) | |
+ public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<PHAuthorizationStatus> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V97.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V98.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selRequestAuthorization_XHandle, (IntPtr) block_ptr_handler); | |
} | |
@@ -245,11 +245,11 @@ namespace Photos { | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestAuthorization (PHAccessLevel accessLevel, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<PHAuthorizationStatus> handler) | |
+ public unsafe static void RequestAuthorization (PHAccessLevel accessLevel, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<PHAuthorizationStatus> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V97.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V98.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_NativeHandle (class_ptr, selRequestAuthorizationForAccessLevel_Handler_XHandle, (IntPtr) (long) accessLevel, (IntPtr) block_ptr_handler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/PhotosUI/PHContentEditingController.g.cs b/new/dotnet/macos/generated-sources/PhotosUI/PHContentEditingController.g.cs | |
index b6eb635..5cf2c38 100644 | |
--- a/old/dotnet/macos/generated-sources/PhotosUI/PHContentEditingController.g.cs | |
+++ b/new/dotnet/macos/generated-sources/PhotosUI/PHContentEditingController.g.cs | |
@@ -51,7 +51,7 @@ namespace PhotosUI { | |
[Protocol (Name = "PHContentEditingController", WrapperType = typeof (PHContentEditingControllerWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CanHandleAdjustmentData", Selector = "canHandleAdjustmentData:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (PHAdjustmentData) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "StartContentEditing", Selector = "startContentEditingWithInput:placeholderImage:", ParameterType = new Type [] { typeof (PHContentEditingInput), typeof (NSImage) }, ParameterByRef = new bool [] { false, false })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "FinishContentEditing", Selector = "finishContentEditingWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Photos.PHContentEditingOutput>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V98) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "FinishContentEditing", Selector = "finishContentEditingWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Photos.PHContentEditingOutput>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V99) })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CancelContentEditing", Selector = "cancelContentEditing")] | |
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "ShouldShowCancelConfirmation", Selector = "shouldShowCancelConfirmation", PropertyType = typeof (bool), GetterSelector = "shouldShowCancelConfirmation", ArgumentSemantic = ArgumentSemantic.None)] | |
public partial interface IPHContentEditingController : INativeObject, IDisposable | |
@@ -67,7 +67,7 @@ namespace PhotosUI { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("finishContentEditingWithCompletionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void FinishContentEditing ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<global::Photos.PHContentEditingOutput> completionHandler); | |
+ unsafe void FinishContentEditing ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<global::Photos.PHContentEditingOutput> completionHandler); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("cancelContentEditing")] | |
[Preserve (Conditional = true)] | |
@@ -105,12 +105,12 @@ namespace PhotosUI { | |
} | |
[Export ("finishContentEditingWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void FinishContentEditing ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<global::Photos.PHContentEditingOutput> completionHandler) | |
+ public unsafe void FinishContentEditing ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<global::Photos.PHContentEditingOutput> completionHandler) | |
{ | |
global::AppKit.NSApplication.EnsureUIThread (); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V98.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V99.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("finishContentEditingWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/PhotosUI/PHProjectExtensionContext.g.cs b/new/dotnet/macos/generated-sources/PhotosUI/PHProjectExtensionContext.g.cs | |
index 9ba7adb..f328439 100644 | |
--- a/old/dotnet/macos/generated-sources/PhotosUI/PHProjectExtensionContext.g.cs | |
+++ b/new/dotnet/macos/generated-sources/PhotosUI/PHProjectExtensionContext.g.cs | |
@@ -159,13 +159,13 @@ namespace PhotosUI { | |
[UnsupportedOSPlatform ("tvos")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSProgress UpdatedProjectInfo (PHProjectInfo? existingProjectInfo, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<PHProjectInfo> completionHandler) | |
+ public unsafe virtual NSProgress UpdatedProjectInfo (PHProjectInfo? existingProjectInfo, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<PHProjectInfo> completionHandler) | |
{ | |
global::AppKit.NSApplication.EnsureUIThread (); | |
var existingProjectInfo__handle__ = existingProjectInfo.GetHandle (); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V99.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V100.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
return Runtime.GetNSObject<NSProgress> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selUpdatedProjectInfoFromProjectInfo_Completion_XHandle, existingProjectInfo__handle__, (IntPtr) block_ptr_completionHandler))!; | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariApplication.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariApplication.g.cs | |
index 5a2975e..7ea95f7 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariApplication.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariApplication.g.cs | |
@@ -121,11 +121,11 @@ namespace SafariServices { | |
} | |
[Export ("getActiveWindowWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void GetActiveWindow ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<SFSafariWindow> completionHandler) | |
+ public unsafe static void GetActiveWindow ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<SFSafariWindow> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V100.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V101.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selGetActiveWindowWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -140,11 +140,11 @@ namespace SafariServices { | |
} | |
[Export ("getAllWindowsWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void GetAllWindows ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<SFSafariWindow[]> completionHandler) | |
+ public unsafe static void GetAllWindows ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<SFSafariWindow[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V101.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V102.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selGetAllWindowsWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -159,11 +159,11 @@ namespace SafariServices { | |
} | |
[Export ("getHostApplicationWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void GetHostApplication ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<global::AppKit.NSRunningApplication> completionHandler) | |
+ public unsafe static void GetHostApplication ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<global::AppKit.NSRunningApplication> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V102.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V103.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selGetHostApplicationWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -178,10 +178,10 @@ namespace SafariServices { | |
} | |
[Export ("openWindowWithURL:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void OpenWindow (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<SFSafariWindow>? completionHandler) | |
+ public unsafe static void OpenWindow (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<SFSafariWindow>? completionHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V100.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V101.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariExtension.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariExtension.g.cs | |
index 7cf190d..af0231a 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariExtension.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariExtension.g.cs | |
@@ -70,11 +70,11 @@ namespace SafariServices { | |
[Export ("getBaseURIWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void GetBaseUri ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> completionHandler) | |
+ public unsafe static void GetBaseUri ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V47.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selGetBaseURIWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandler.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandler.g.cs | |
index e3520b0..e138fe5 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandler.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandler.g.cs | |
@@ -122,12 +122,12 @@ namespace SafariServices { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void AdditionalRequestHeaders (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<NSDictionary<NSString, NSString>> completionHandler) | |
+ public unsafe virtual void AdditionalRequestHeaders (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<NSDictionary<NSString, NSString>> completionHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V103.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V104.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selAdditionalRequestHeadersForURL_CompletionHandler_XHandle, url__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandling.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandling.g.cs | |
index 4f04209..d3c5f7a 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandling.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariExtensionHandling.g.cs | |
@@ -57,7 +57,7 @@ namespace SafariServices { | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PopoverDidClose", Selector = "popoverDidCloseInWindow:", ParameterType = new Type [] { typeof (SafariServices.SFSafariWindow) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ValidateContextMenuItem", Selector = "validateContextMenuItemWithCommand:inPage:userInfo:validationHandler:", ParameterType = new Type [] { typeof (string), typeof (SafariServices.SFSafariPage), typeof (global::Foundation.NSDictionary<NSString, NSObject>), typeof (SafariServices.SFExtensionValidationHandler) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDSFExtensionValidationHandler) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "MessageReceivedFromContainingApp", Selector = "messageReceivedFromContainingAppWithName:userInfo:", ParameterType = new Type [] { typeof (string), typeof (global::Foundation.NSDictionary<NSString, NSObject>) }, ParameterByRef = new bool [] { false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AdditionalRequestHeaders", Selector = "additionalRequestHeadersForURL:completionHandler:", ParameterType = new Type [] { typeof (NSUrl), typeof (global::System.Action<NSDictionary<NSString, NSString>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AdditionalRequestHeaders", Selector = "additionalRequestHeadersForURL:completionHandler:", ParameterType = new Type [] { typeof (NSUrl), typeof (global::System.Action<NSDictionary<NSString, NSString>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ContentBlocker", Selector = "contentBlockerWithIdentifier:blockedResourcesWithURLs:onPage:", ParameterType = new Type [] { typeof (string), typeof (NSUrl[]), typeof (SafariServices.SFSafariPage) }, ParameterByRef = new bool [] { false, false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillNavigate", Selector = "page:willNavigateToURL:", ParameterType = new Type [] { typeof (SafariServices.SFSafariPage), typeof (NSUrl) }, ParameterByRef = new bool [] { false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "PopoverViewController", Selector = "popoverViewController", PropertyType = typeof (SafariServices.SFSafariExtensionViewController), GetterSelector = "popoverViewController", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -159,12 +159,12 @@ namespace SafariServices { | |
CFString.ReleaseNative (nsmessageName); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void AdditionalRequestHeaders (this ISFSafariExtensionHandling This, NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<NSDictionary<NSString, NSString>> completionHandler) | |
+ public unsafe static void AdditionalRequestHeaders (this ISFSafariExtensionHandling This, NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<NSDictionary<NSString, NSString>> completionHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V103.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V104.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("additionalRequestHeadersForURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariPage.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariPage.g.cs | |
index 889f508..71d59ed 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariPage.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariPage.g.cs | |
@@ -154,11 +154,11 @@ namespace SafariServices { | |
} | |
[Export ("getContainingTabWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetContainingTab ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<SFSafariTab> completionHandler) | |
+ public unsafe virtual void GetContainingTab ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<SFSafariTab> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V104.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V105.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetContainingTabWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -177,11 +177,11 @@ namespace SafariServices { | |
} | |
[Export ("getPagePropertiesWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetPageProperties ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<SFSafariPageProperties> completionHandler) | |
+ public unsafe virtual void GetPageProperties ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<SFSafariPageProperties> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V105.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V106.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetPagePropertiesWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -200,11 +200,11 @@ namespace SafariServices { | |
} | |
[Export ("getScreenshotOfVisibleAreaWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetScreenshotOfVisibleArea ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<global::AppKit.NSImage> completionHandler) | |
+ public unsafe virtual void GetScreenshotOfVisibleArea ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<global::AppKit.NSImage> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V106.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V107.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetScreenshotOfVisibleAreaWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariTab.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariTab.g.cs | |
index 1929e9f..629812d 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariTab.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariTab.g.cs | |
@@ -175,11 +175,11 @@ namespace SafariServices { | |
} | |
[Export ("getActivePageWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetActivePage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<SFSafariPage> completionHandler) | |
+ public unsafe virtual void GetActivePage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<SFSafariPage> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V107.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V108.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetActivePageWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -198,11 +198,11 @@ namespace SafariServices { | |
} | |
[Export ("getContainingWindowWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetContainingWindow ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<SFSafariWindow> completionHandler) | |
+ public unsafe virtual void GetContainingWindow ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<SFSafariWindow> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V100.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V101.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetContainingWindowWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -221,11 +221,11 @@ namespace SafariServices { | |
} | |
[Export ("getPagesWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetPages ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<SFSafariPage[]> completionHandler) | |
+ public unsafe virtual void GetPages ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<SFSafariPage[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V108.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V109.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetPagesWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/SafariServices/SFSafariWindow.g.cs b/new/dotnet/macos/generated-sources/SafariServices/SFSafariWindow.g.cs | |
index 5daf5f0..49c911a 100644 | |
--- a/old/dotnet/macos/generated-sources/SafariServices/SFSafariWindow.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SafariServices/SFSafariWindow.g.cs | |
@@ -149,11 +149,11 @@ namespace SafariServices { | |
} | |
[Export ("getActiveTabWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetActiveTab ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<SFSafariTab> completionHandler) | |
+ public unsafe virtual void GetActiveTab ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<SFSafariTab> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V104.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V105.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetActiveTabWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -172,11 +172,11 @@ namespace SafariServices { | |
} | |
[Export ("getAllTabsWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetAllTabs ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<SFSafariTab[]> completionHandler) | |
+ public unsafe virtual void GetAllTabs ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<SFSafariTab[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V109.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V110.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetAllTabsWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -195,11 +195,11 @@ namespace SafariServices { | |
} | |
[Export ("getToolbarItemWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetToolbarItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<SFSafariToolbarItem> completionHandler) | |
+ public unsafe virtual void GetToolbarItem ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<SFSafariToolbarItem> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V110.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V111.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetToolbarItemWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -218,10 +218,10 @@ namespace SafariServices { | |
} | |
[Export ("openTabWithURL:makeActiveIfPossible:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void OpenTab (NSUrl url, bool activateTab, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<SFSafariTab>? completionHandler) | |
+ public unsafe virtual void OpenTab (NSUrl url, bool activateTab, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<SFSafariTab>? completionHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V104.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V105.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/SceneKit/SCNAction.g.cs b/new/dotnet/macos/generated-sources/SceneKit/SCNAction.g.cs | |
index 06af1d7..22b9ef7 100644 | |
--- a/old/dotnet/macos/generated-sources/SceneKit/SCNAction.g.cs | |
+++ b/new/dotnet/macos/generated-sources/SceneKit/SCNAction.g.cs | |
@@ -404,22 +404,22 @@ namespace SceneKit { | |
} | |
[Export ("runBlock:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static SCNAction Run ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<SCNNode> handler) | |
+ public unsafe static SCNAction Run ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<SCNNode> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V111.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V112.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
return Runtime.GetNSObject<SCNAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (class_ptr, selRunBlock_XHandle, (IntPtr) block_ptr_handler))!; | |
} | |
[Export ("runBlock:queue:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static SCNAction Run ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<SCNNode> handler, global::CoreFoundation.DispatchQueue queue) | |
+ public unsafe static SCNAction Run ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<SCNNode> handler, global::CoreFoundation.DispatchQueue queue) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue)); | |
- using var block_handler = Trampolines.SDActionArity1V111.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V112.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
return Runtime.GetNSObject<SCNAction> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, selRunBlock_Queue_XHandle, (IntPtr) block_ptr_handler, queue.Handle))!; | |
} | |
diff --git a/old/dotnet/macos/generated-sources/Speech/SFSpeechRecognizer.g.cs b/new/dotnet/macos/generated-sources/Speech/SFSpeechRecognizer.g.cs | |
index 02c9c88..6b566a8 100644 | |
--- a/old/dotnet/macos/generated-sources/Speech/SFSpeechRecognizer.g.cs | |
+++ b/new/dotnet/macos/generated-sources/Speech/SFSpeechRecognizer.g.cs | |
@@ -166,11 +166,11 @@ namespace Speech { | |
} | |
[Export ("requestAuthorization:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<SFSpeechRecognizerAuthorizationStatus> handler) | |
+ public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<SFSpeechRecognizerAuthorizationStatus> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V112.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V113.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selRequestAuthorization_XHandle, (IntPtr) block_ptr_handler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs b/new/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs | |
index b8ca031..17beb71 100644 | |
--- a/old/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs | |
+++ b/new/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs | |
@@ -100,11 +100,11 @@ namespace StoreKit { | |
[Export ("requestAuthorization:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<SKCloudServiceAuthorizationStatus> handler) | |
+ public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<SKCloudServiceAuthorizationStatus> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V113.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V114.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selRequestAuthorization_XHandle, (IntPtr) block_ptr_handler); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/UserNotifications/UNNotificationServiceExtension.g.cs b/new/dotnet/macos/generated-sources/UserNotifications/UNNotificationServiceExtension.g.cs | |
index d81b037..47f1ddb 100644 | |
--- a/old/dotnet/macos/generated-sources/UserNotifications/UNNotificationServiceExtension.g.cs | |
+++ b/new/dotnet/macos/generated-sources/UserNotifications/UNNotificationServiceExtension.g.cs | |
@@ -73,12 +73,12 @@ namespace UserNotifications { | |
[Export ("didReceiveNotificationRequest:withContentHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidReceiveNotificationRequest (UNNotificationRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<UNNotificationContent> contentHandler) | |
+ public unsafe virtual void DidReceiveNotificationRequest (UNNotificationRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<UNNotificationContent> contentHandler) | |
{ | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
if (contentHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (contentHandler)); | |
- using var block_contentHandler = Trampolines.SDActionArity1V114.CreateBlock (contentHandler); | |
+ using var block_contentHandler = Trampolines.SDActionArity1V115.CreateBlock (contentHandler); | |
BlockLiteral *block_ptr_contentHandler = &block_contentHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selDidReceiveNotificationRequest_WithContentHandler_XHandle, request__handle__, (IntPtr) block_ptr_contentHandler); | |
diff --git a/old/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenter.g.cs b/new/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenter.g.cs | |
index bde3e91..b789cbd 100644 | |
--- a/old/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenter.g.cs | |
+++ b/new/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenter.g.cs | |
@@ -146,11 +146,11 @@ namespace UserNotifications { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetDeliveredNotifications ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<UNNotification[]> completionHandler) | |
+ public unsafe virtual void GetDeliveredNotifications ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<UNNotification[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V115.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V116.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetDeliveredNotificationsWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -177,11 +177,11 @@ namespace UserNotifications { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("maccatalyst")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetNotificationCategories ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<NSSet<UNNotificationCategory>> completionHandler) | |
+ public unsafe virtual void GetNotificationCategories ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<NSSet<UNNotificationCategory>> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V116.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V117.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetNotificationCategoriesWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -204,11 +204,11 @@ namespace UserNotifications { | |
} | |
[Export ("getNotificationSettingsWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetNotificationSettings ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<UNNotificationSettings> completionHandler) | |
+ public unsafe virtual void GetNotificationSettings ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<UNNotificationSettings> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V117.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V118.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetNotificationSettingsWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -227,11 +227,11 @@ namespace UserNotifications { | |
} | |
[Export ("getPendingNotificationRequestsWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetPendingNotificationRequests ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<UNNotificationRequest[]> completionHandler) | |
+ public unsafe virtual void GetPendingNotificationRequests ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<UNNotificationRequest[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V118.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V119.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetPendingNotificationRequestsWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenterDelegate.g.cs b/new/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenterDelegate.g.cs | |
index 1e94b74..03909f2 100644 | |
--- a/old/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenterDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/UserNotifications/UNUserNotificationCenterDelegate.g.cs | |
@@ -49,7 +49,7 @@ namespace UserNotifications { | |
[SupportedOSPlatform ("macos")] | |
[SupportedOSPlatform ("tvos")] | |
[Protocol (Name = "UNUserNotificationCenterDelegate", WrapperType = typeof (UNUserNotificationCenterDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPresentNotification", Selector = "userNotificationCenter:willPresentNotification:withCompletionHandler:", ParameterType = new Type [] { typeof (UserNotifications.UNUserNotificationCenter), typeof (UserNotifications.UNNotification), typeof (global::System.Action<global::UserNotifications.UNNotificationPresentationOptions>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V119) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPresentNotification", Selector = "userNotificationCenter:willPresentNotification:withCompletionHandler:", ParameterType = new Type [] { typeof (UserNotifications.UNUserNotificationCenter), typeof (UserNotifications.UNNotification), typeof (global::System.Action<global::UserNotifications.UNNotificationPresentationOptions>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V120) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveNotificationResponse", Selector = "userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:", ParameterType = new Type [] { typeof (UserNotifications.UNUserNotificationCenter), typeof (UserNotifications.UNNotificationResponse), typeof (Action) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDAction) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "OpenSettings", Selector = "userNotificationCenter:openSettingsForNotification:", ParameterType = new Type [] { typeof (UserNotifications.UNUserNotificationCenter), typeof (UserNotifications.UNNotification) }, ParameterByRef = new bool [] { false, false })] | |
public partial interface IUNUserNotificationCenterDelegate : INativeObject, IDisposable | |
@@ -57,13 +57,13 @@ namespace UserNotifications { | |
} | |
public unsafe static partial class UNUserNotificationCenterDelegate_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void WillPresentNotification (this IUNUserNotificationCenterDelegate This, UNUserNotificationCenter center, UNNotification notification, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<UNNotificationPresentationOptions> completionHandler) | |
+ public unsafe static void WillPresentNotification (this IUNUserNotificationCenterDelegate This, UNUserNotificationCenter center, UNNotification notification, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V120))]global::System.Action<UNNotificationPresentationOptions> completionHandler) | |
{ | |
var center__handle__ = center!.GetNonNullHandle (nameof (center)); | |
var notification__handle__ = notification!.GetNonNullHandle (nameof (notification)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V119.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V120.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("userNotificationCenter:willPresentNotification:withCompletionHandler:"), center__handle__, notification__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -156,7 +156,7 @@ namespace UserNotifications { | |
} | |
[Export ("userNotificationCenter:willPresentNotification:withCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WillPresentNotification (UNUserNotificationCenter center, UNNotification notification, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<UNNotificationPresentationOptions> completionHandler) | |
+ public unsafe virtual void WillPresentNotification (UNUserNotificationCenter center, UNNotification notification, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V120))]global::System.Action<UNNotificationPresentationOptions> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/UserNotificationsUI/UNNotificationContentExtension.g.cs b/new/dotnet/macos/generated-sources/UserNotificationsUI/UNNotificationContentExtension.g.cs | |
index 65d4b90..ee5d3be 100644 | |
--- a/old/dotnet/macos/generated-sources/UserNotificationsUI/UNNotificationContentExtension.g.cs | |
+++ b/new/dotnet/macos/generated-sources/UserNotificationsUI/UNNotificationContentExtension.g.cs | |
@@ -50,7 +50,7 @@ namespace UserNotificationsUI { | |
[SupportedOSPlatform ("ios")] | |
[Protocol (Name = "UNNotificationContentExtension", WrapperType = typeof (UNNotificationContentExtensionWrapper))] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DidReceiveNotification", Selector = "didReceiveNotification:", ParameterType = new Type [] { typeof (UserNotifications.UNNotification) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveNotificationResponse", Selector = "didReceiveNotificationResponse:completionHandler:", ParameterType = new Type [] { typeof (UserNotifications.UNNotificationResponse), typeof (global::System.Action<global::UserNotificationsUI.UNNotificationContentExtensionResponseOption>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V120) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveNotificationResponse", Selector = "didReceiveNotificationResponse:completionHandler:", ParameterType = new Type [] { typeof (UserNotifications.UNNotificationResponse), typeof (global::System.Action<global::UserNotificationsUI.UNNotificationContentExtensionResponseOption>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V121) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PlayMedia", Selector = "mediaPlay")] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PauseMedia", Selector = "mediaPause")] | |
[ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "MediaPlayPauseButtonType", Selector = "mediaPlayPauseButtonType", PropertyType = typeof (UserNotificationsUI.UNNotificationContentExtensionMediaPlayPauseButtonType), GetterSelector = "mediaPlayPauseButtonType", ArgumentSemantic = ArgumentSemantic.Assign)] | |
@@ -65,12 +65,12 @@ namespace UserNotificationsUI { | |
} | |
public unsafe static partial class UNNotificationContentExtension_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidReceiveNotificationResponse (this IUNNotificationContentExtension This, global::UserNotifications.UNNotificationResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V120))]global::System.Action<UNNotificationContentExtensionResponseOption> completion) | |
+ public unsafe static void DidReceiveNotificationResponse (this IUNNotificationContentExtension This, global::UserNotifications.UNNotificationResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<UNNotificationContentExtensionResponseOption> completion) | |
{ | |
var response__handle__ = response!.GetNonNullHandle (nameof (response)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V120.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V121.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("didReceiveNotificationResponse:completionHandler:"), response__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKDownload.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKDownload.g.cs | |
index ecda296..383b24b 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKDownload.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKDownload.g.cs | |
@@ -84,9 +84,9 @@ namespace WebKit { | |
[Export ("cancel:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData>? completionHandler) | |
+ public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData>? completionHandler) | |
{ | |
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKDownloadDelegate.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKDownloadDelegate.g.cs | |
index 167278b..1b50c4d 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKDownloadDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKDownloadDelegate.g.cs | |
@@ -48,8 +48,8 @@ namespace WebKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[Protocol (Name = "WKDownloadDelegate", WrapperType = typeof (WKDownloadDelegateWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DecideDestination", Selector = "download:decideDestinationUsingResponse:suggestedFilename:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKDownload), typeof (NSUrlResponse), typeof (string), typeof (global::System.Action<NSUrl>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V46) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPerformHttpRedirection", Selector = "download:willPerformHTTPRedirection:newRequest:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKDownload), typeof (NSHttpUrlResponse), typeof (NSUrlRequest), typeof (global::System.Action<global::WebKit.WKDownloadRedirectPolicy>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V121) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "DecideDestination", Selector = "download:decideDestinationUsingResponse:suggestedFilename:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKDownload), typeof (NSUrlResponse), typeof (string), typeof (global::System.Action<NSUrl>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V47) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPerformHttpRedirection", Selector = "download:willPerformHTTPRedirection:newRequest:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKDownload), typeof (NSHttpUrlResponse), typeof (NSUrlRequest), typeof (global::System.Action<global::WebKit.WKDownloadRedirectPolicy>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V122) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveAuthenticationChallenge", Selector = "download:didReceiveAuthenticationChallenge:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKDownload), typeof (NSUrlAuthenticationChallenge), typeof (global::System.Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V7) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidFinish", Selector = "downloadDidFinish:", ParameterType = new Type [] { typeof (WebKit.WKDownload) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidFail", Selector = "download:didFailWithError:resumeData:", ParameterType = new Type [] { typeof (WebKit.WKDownload), typeof (NSError), typeof (NSData) }, ParameterByRef = new bool [] { false, false, false })] | |
@@ -58,18 +58,18 @@ namespace WebKit { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("download:decideDestinationUsingResponse:suggestedFilename:completionHandler:")] | |
[Preserve (Conditional = true)] | |
- unsafe void DecideDestination (WKDownload download, NSUrlResponse response, string suggestedFilename, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> completionHandler); | |
+ unsafe void DecideDestination (WKDownload download, NSUrlResponse response, string suggestedFilename, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> completionHandler); | |
} | |
public unsafe static partial class WKDownloadDelegate_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void WillPerformHttpRedirection (this IWKDownloadDelegate This, WKDownload download, NSHttpUrlResponse response, NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<WKDownloadRedirectPolicy> decisionHandler) | |
+ public unsafe static void WillPerformHttpRedirection (this IWKDownloadDelegate This, WKDownload download, NSHttpUrlResponse response, NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<WKDownloadRedirectPolicy> decisionHandler) | |
{ | |
var download__handle__ = download!.GetNonNullHandle (nameof (download)); | |
var response__handle__ = response!.GetNonNullHandle (nameof (response)); | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
if (decisionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (decisionHandler)); | |
- using var block_decisionHandler = Trampolines.SDActionArity1V121.CreateBlock (decisionHandler); | |
+ using var block_decisionHandler = Trampolines.SDActionArity1V122.CreateBlock (decisionHandler); | |
BlockLiteral *block_ptr_decisionHandler = &block_decisionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("download:willPerformHTTPRedirection:newRequest:decisionHandler:"), download__handle__, response__handle__, request__handle__, (IntPtr) block_ptr_decisionHandler); | |
} | |
@@ -107,7 +107,7 @@ namespace WebKit { | |
} | |
[Export ("download:decideDestinationUsingResponse:suggestedFilename:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void DecideDestination (WKDownload download, NSUrlResponse response, string suggestedFilename, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> completionHandler) | |
+ public unsafe void DecideDestination (WKDownload download, NSUrlResponse response, string suggestedFilename, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> completionHandler) | |
{ | |
var download__handle__ = download!.GetNonNullHandle (nameof (download)); | |
var response__handle__ = response!.GetNonNullHandle (nameof (response)); | |
@@ -116,7 +116,7 @@ namespace WebKit { | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
var nssuggestedFilename = CFString.CreateNative (suggestedFilename); | |
- using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V47.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("download:decideDestinationUsingResponse:suggestedFilename:completionHandler:"), download__handle__, response__handle__, nssuggestedFilename, (IntPtr) block_ptr_completionHandler); | |
CFString.ReleaseNative (nssuggestedFilename); | |
@@ -156,7 +156,7 @@ namespace WebKit { | |
[Export ("download:decideDestinationUsingResponse:suggestedFilename:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DecideDestination (WKDownload download, NSUrlResponse response, string suggestedFilename, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> completionHandler) | |
+ public unsafe virtual void DecideDestination (WKDownload download, NSUrlResponse response, string suggestedFilename, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -180,7 +180,7 @@ namespace WebKit { | |
} | |
[Export ("download:willPerformHTTPRedirection:newRequest:decisionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WillPerformHttpRedirection (WKDownload download, NSHttpUrlResponse response, NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<WKDownloadRedirectPolicy> decisionHandler) | |
+ public unsafe virtual void WillPerformHttpRedirection (WKDownload download, NSHttpUrlResponse response, NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<WKDownloadRedirectPolicy> decisionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKHttpCookieStore.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKHttpCookieStore.g.cs | |
index 2082269..6583c61 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKHttpCookieStore.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKHttpCookieStore.g.cs | |
@@ -122,11 +122,11 @@ namespace WebKit { | |
} | |
[Export ("getAllCookies:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetAllCookies ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSHttpCookie[]> completionHandler) | |
+ public unsafe virtual void GetAllCookies ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<NSHttpCookie[]> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V48.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V49.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetAllCookies_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -148,11 +148,11 @@ namespace WebKit { | |
[SupportedOSPlatform ("macos14.0")] | |
[SupportedOSPlatform ("maccatalyst17.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCookiePolicy ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<WKCookiePolicy> completionHandler) | |
+ public unsafe virtual void GetCookiePolicy ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<WKCookiePolicy> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V122.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V123.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selGetCookiePolicy_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKNavigationDelegate.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKNavigationDelegate.g.cs | |
index 543add4..5f2ca30 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKNavigationDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKNavigationDelegate.g.cs | |
@@ -48,8 +48,8 @@ namespace WebKit { | |
[SupportedOSPlatform ("ios")] | |
[SupportedOSPlatform ("macos")] | |
[Protocol (Name = "WKNavigationDelegate", WrapperType = typeof (WKNavigationDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationAction:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationAction), typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationResponse:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationResponse), typeof (global::System.Action<global::WebKit.WKNavigationResponsePolicy>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V124) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationAction:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationAction), typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V124) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationResponse:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationResponse), typeof (global::System.Action<global::WebKit.WKNavigationResponsePolicy>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DecidePolicy", Selector = "webView:decidePolicyForNavigationAction:preferences:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigationAction), typeof (WebKit.WKWebpagePreferences), typeof (global::System.Action<global::WebKit.WKNavigationActionPolicy, global::WebKit.WKWebpagePreferences>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V149) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidStartProvisionalNavigation", Selector = "webView:didStartProvisionalNavigation:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigation) }, ParameterByRef = new bool [] { false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveServerRedirectForProvisionalNavigation", Selector = "webView:didReceiveServerRedirectForProvisionalNavigation:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKNavigation) }, ParameterByRef = new bool [] { false, false })] | |
@@ -67,24 +67,24 @@ namespace WebKit { | |
} | |
public unsafe static partial class WKNavigationDelegate_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationAction navigationAction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<WKNavigationActionPolicy> decisionHandler) | |
+ public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationAction navigationAction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<WKNavigationActionPolicy> decisionHandler) | |
{ | |
var webView__handle__ = webView!.GetNonNullHandle (nameof (webView)); | |
var navigationAction__handle__ = navigationAction!.GetNonNullHandle (nameof (navigationAction)); | |
if (decisionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (decisionHandler)); | |
- using var block_decisionHandler = Trampolines.SDActionArity1V123.CreateBlock (decisionHandler); | |
+ using var block_decisionHandler = Trampolines.SDActionArity1V124.CreateBlock (decisionHandler); | |
BlockLiteral *block_ptr_decisionHandler = &block_decisionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:decidePolicyForNavigationAction:decisionHandler:"), webView__handle__, navigationAction__handle__, (IntPtr) block_ptr_decisionHandler); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationResponse navigationResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<WKNavigationResponsePolicy> decisionHandler) | |
+ public unsafe static void DecidePolicy (this IWKNavigationDelegate This, WKWebView webView, WKNavigationResponse navigationResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<WKNavigationResponsePolicy> decisionHandler) | |
{ | |
var webView__handle__ = webView!.GetNonNullHandle (nameof (webView)); | |
var navigationResponse__handle__ = navigationResponse!.GetNonNullHandle (nameof (navigationResponse)); | |
if (decisionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (decisionHandler)); | |
- using var block_decisionHandler = Trampolines.SDActionArity1V124.CreateBlock (decisionHandler); | |
+ using var block_decisionHandler = Trampolines.SDActionArity1V125.CreateBlock (decisionHandler); | |
BlockLiteral *block_ptr_decisionHandler = &block_decisionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:decidePolicyForNavigationResponse:decisionHandler:"), webView__handle__, navigationResponse__handle__, (IntPtr) block_ptr_decisionHandler); | |
} | |
@@ -254,13 +254,13 @@ namespace WebKit { | |
} | |
[Export ("webView:decidePolicyForNavigationAction:decisionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationAction navigationAction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<WKNavigationActionPolicy> decisionHandler) | |
+ public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationAction navigationAction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<WKNavigationActionPolicy> decisionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
[Export ("webView:decidePolicyForNavigationResponse:decisionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationResponse navigationResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<WKNavigationResponsePolicy> decisionHandler) | |
+ public unsafe virtual void DecidePolicy (WKWebView webView, WKNavigationResponse navigationResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<WKNavigationResponsePolicy> decisionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKUIDelegate.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKUIDelegate.g.cs | |
index 1155efc..2703359 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKUIDelegate.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKUIDelegate.g.cs | |
@@ -51,10 +51,10 @@ namespace WebKit { | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CreateWebView", Selector = "webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:", ReturnType = typeof (WebKit.WKWebView), ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKWebViewConfiguration), typeof (WebKit.WKNavigationAction), typeof (WebKit.WKWindowFeatures) }, ParameterByRef = new bool [] { false, false, false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RunJavaScriptAlertPanel", Selector = "webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (string), typeof (WebKit.WKFrameInfo), typeof (Action) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDAction) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RunJavaScriptConfirmPanel", Selector = "webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (string), typeof (WebKit.WKFrameInfo), typeof (global::System.Action<bool>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V2) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RunJavaScriptTextInputPanel", Selector = "webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (string), typeof (string), typeof (WebKit.WKFrameInfo), typeof (global::System.Action<string>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V60) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RunOpenPanel", Selector = "webView:runOpenPanelWithParameters:initiatedByFrame:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKOpenPanelParameters), typeof (WebKit.WKFrameInfo), typeof (global::System.Action<NSUrl[]>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RunJavaScriptTextInputPanel", Selector = "webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (string), typeof (string), typeof (WebKit.WKFrameInfo), typeof (global::System.Action<string>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V61) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RunOpenPanel", Selector = "webView:runOpenPanelWithParameters:initiatedByFrame:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKOpenPanelParameters), typeof (WebKit.WKFrameInfo), typeof (global::System.Action<NSUrl[]>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V126) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidClose", Selector = "webViewDidClose:", ParameterType = new Type [] { typeof (WebKit.WKWebView) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RequestMediaCapturePermission", Selector = "webView:requestMediaCapturePermissionForOrigin:initiatedByFrame:type:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKSecurityOrigin), typeof (WebKit.WKFrameInfo), typeof (WebKit.WKMediaCaptureType), typeof (global::System.Action<global::WebKit.WKPermissionDecision>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V126) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RequestMediaCapturePermission", Selector = "webView:requestMediaCapturePermissionForOrigin:initiatedByFrame:type:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKSecurityOrigin), typeof (WebKit.WKFrameInfo), typeof (WebKit.WKMediaCaptureType), typeof (global::System.Action<global::WebKit.WKPermissionDecision>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V127) })] | |
public partial interface IWKUIDelegate : INativeObject, IDisposable | |
{ | |
} | |
@@ -99,7 +99,7 @@ namespace WebKit { | |
CFString.ReleaseNative (nsmessage); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RunJavaScriptTextInputPanel (this IWKUIDelegate This, WKWebView webView, string prompt, string? defaultText, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<string> completionHandler) | |
+ public unsafe static void RunJavaScriptTextInputPanel (this IWKUIDelegate This, WKWebView webView, string prompt, string? defaultText, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<string> completionHandler) | |
{ | |
var webView__handle__ = webView!.GetNonNullHandle (nameof (webView)); | |
if (prompt is null) | |
@@ -109,7 +109,7 @@ namespace WebKit { | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
var nsprompt = CFString.CreateNative (prompt); | |
var nsdefaultText = CFString.CreateNative (defaultText); | |
- using var block_completionHandler = Trampolines.SDActionArity1V60.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V61.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:"), webView__handle__, nsprompt, nsdefaultText, frame__handle__, (IntPtr) block_ptr_completionHandler); | |
CFString.ReleaseNative (nsprompt); | |
@@ -120,14 +120,14 @@ namespace WebKit { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RunOpenPanel (this IWKUIDelegate This, WKWebView webView, WKOpenPanelParameters parameters, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<NSUrl[]> completionHandler) | |
+ public unsafe static void RunOpenPanel (this IWKUIDelegate This, WKWebView webView, WKOpenPanelParameters parameters, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<NSUrl[]> completionHandler) | |
{ | |
var webView__handle__ = webView!.GetNonNullHandle (nameof (webView)); | |
var parameters__handle__ = parameters!.GetNonNullHandle (nameof (parameters)); | |
var frame__handle__ = frame!.GetNonNullHandle (nameof (frame)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V125.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V126.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:runOpenPanelWithParameters:initiatedByFrame:completionHandler:"), webView__handle__, parameters__handle__, frame__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -145,14 +145,14 @@ namespace WebKit { | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestMediaCapturePermission (this IWKUIDelegate This, WKWebView webView, WKSecurityOrigin origin, WKFrameInfo frame, WKMediaCaptureType type, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<WKPermissionDecision> decisionHandler) | |
+ public unsafe static void RequestMediaCapturePermission (this IWKUIDelegate This, WKWebView webView, WKSecurityOrigin origin, WKFrameInfo frame, WKMediaCaptureType type, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<WKPermissionDecision> decisionHandler) | |
{ | |
var webView__handle__ = webView!.GetNonNullHandle (nameof (webView)); | |
var origin__handle__ = origin!.GetNonNullHandle (nameof (origin)); | |
var frame__handle__ = frame!.GetNonNullHandle (nameof (frame)); | |
if (decisionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (decisionHandler)); | |
- using var block_decisionHandler = Trampolines.SDActionArity1V126.CreateBlock (decisionHandler); | |
+ using var block_decisionHandler = Trampolines.SDActionArity1V127.CreateBlock (decisionHandler); | |
BlockLiteral *block_ptr_decisionHandler = &block_decisionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_IntPtr_NativeHandle (This.Handle, Selector.GetHandle ("webView:requestMediaCapturePermissionForOrigin:initiatedByFrame:type:decisionHandler:"), webView__handle__, origin__handle__, frame__handle__, (IntPtr) (long) type, (IntPtr) block_ptr_decisionHandler); | |
} | |
@@ -230,7 +230,7 @@ namespace WebKit { | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestMediaCapturePermission (WKWebView webView, WKSecurityOrigin origin, WKFrameInfo frame, WKMediaCaptureType type, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<WKPermissionDecision> decisionHandler) | |
+ public unsafe virtual void RequestMediaCapturePermission (WKWebView webView, WKSecurityOrigin origin, WKFrameInfo frame, WKMediaCaptureType type, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<WKPermissionDecision> decisionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -248,7 +248,7 @@ namespace WebKit { | |
} | |
[Export ("webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RunJavaScriptTextInputPanel (WKWebView webView, string prompt, string? defaultText, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<string> completionHandler) | |
+ public unsafe virtual void RunJavaScriptTextInputPanel (WKWebView webView, string prompt, string? defaultText, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<string> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
@@ -258,7 +258,7 @@ namespace WebKit { | |
[UnsupportedOSPlatform ("maccatalyst")] | |
[SupportedOSPlatform ("macos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RunOpenPanel (WKWebView webView, WKOpenPanelParameters parameters, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<NSUrl[]> completionHandler) | |
+ public unsafe virtual void RunOpenPanel (WKWebView webView, WKOpenPanelParameters parameters, WKFrameInfo frame, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<NSUrl[]> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKWebView.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKWebView.g.cs | |
index 6b1a860..2633a7b 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKWebView.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKWebView.g.cs | |
@@ -564,7 +564,7 @@ namespace WebKit { | |
[SupportedOSPlatform ("ios14.0")] | |
[SupportedOSPlatform ("maccatalyst14.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Find (string @string, WKFindConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<WKFindResult> completionHandler) | |
+ public unsafe virtual void Find (string @string, WKFindConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<WKFindResult> completionHandler) | |
{ | |
if (@string is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (@string)); | |
@@ -572,7 +572,7 @@ namespace WebKit { | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
var nsstring = CFString.CreateNative (@string); | |
- using var block_completionHandler = Trampolines.SDActionArity1V127.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V128.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, selFindString_WithConfiguration_CompletionHandler_XHandle, nsstring, configuration__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -857,11 +857,11 @@ namespace WebKit { | |
[SupportedOSPlatform ("maccatalyst15.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestMediaPlaybackState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<WKMediaPlaybackState> completionHandler) | |
+ public unsafe virtual void RequestMediaPlaybackState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<WKMediaPlaybackState> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V128.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V129.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, selRequestMediaPlaybackStateWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -887,12 +887,12 @@ namespace WebKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ResumeDownload (NSData resumeData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<WKDownload> completionHandler) | |
+ public unsafe virtual void ResumeDownload (NSData resumeData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<WKDownload> completionHandler) | |
{ | |
var resumeData__handle__ = resumeData!.GetNonNullHandle (nameof (resumeData)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V129.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V130.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selResumeDownloadFromResumeData_CompletionHandler_XHandle, resumeData__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -1037,12 +1037,12 @@ namespace WebKit { | |
[SupportedOSPlatform ("ios14.5")] | |
[SupportedOSPlatform ("maccatalyst14.5")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartDownload (NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<WKDownload> completionHandler) | |
+ public unsafe virtual void StartDownload (NSUrlRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<WKDownload> completionHandler) | |
{ | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V129.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V130.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selStartDownloadUsingRequest_CompletionHandler_XHandle, request__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/dotnet/macos/generated-sources/WebKit/WKWebsiteDataStore.g.cs b/new/dotnet/macos/generated-sources/WebKit/WKWebsiteDataStore.g.cs | |
index 4684b72..abe32bf 100644 | |
--- a/old/dotnet/macos/generated-sources/WebKit/WKWebsiteDataStore.g.cs | |
+++ b/new/dotnet/macos/generated-sources/WebKit/WKWebsiteDataStore.g.cs | |
@@ -149,11 +149,11 @@ namespace WebKit { | |
[SupportedOSPlatform ("macos14.0")] | |
[SupportedOSPlatform ("maccatalyst17.0")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void FetchAllDataStoreIdentifiers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<NSArray<NSUuid>> completionHandler) | |
+ public unsafe static void FetchAllDataStoreIdentifiers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<NSArray<NSUuid>> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V130.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V131.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, selFetchAllDataStoreIdentifiers_XHandle, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -171,12 +171,12 @@ namespace WebKit { | |
} | |
[Export ("fetchDataRecordsOfTypes:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void FetchDataRecordsOfTypes (NSSet<NSString> dataTypes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<NSArray> completionHandler) | |
+ public unsafe virtual void FetchDataRecordsOfTypes (NSSet<NSString> dataTypes, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<NSArray> completionHandler) | |
{ | |
var dataTypes__handle__ = dataTypes!.GetNonNullHandle (nameof (dataTypes)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V131.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V132.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, selFetchDataRecordsOfTypes_CompletionHandler_XHandle, dataTypes__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/AppKit/NSApplication.g.cs b/new/mac/full/AppKit/NSApplication.g.cs | |
index 2b9e328..ae7325e 100644 | |
--- a/old/mac/full/AppKit/NSApplication.g.cs | |
+++ b/new/mac/full/AppKit/NSApplication.g.cs | |
@@ -452,6 +452,9 @@ namespace AppKit { | |
const string selActivateX = "activate"; | |
static readonly IntPtr selActivateXHandle = Selector.GetHandle ("activate"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selActivateContextHelpMode_X = "activateContextHelpMode:"; | |
+ static readonly IntPtr selActivateContextHelpMode_XHandle = Selector.GetHandle ("activateContextHelpMode:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selActivateIgnoringOtherApps_X = "activateIgnoringOtherApps:"; | |
static readonly IntPtr selActivateIgnoringOtherApps_XHandle = Selector.GetHandle ("activateIgnoringOtherApps:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -671,6 +674,9 @@ namespace AppKit { | |
const string selRegisterServicesMenuSendTypes_ReturnTypes_X = "registerServicesMenuSendTypes:returnTypes:"; | |
static readonly IntPtr selRegisterServicesMenuSendTypes_ReturnTypes_XHandle = Selector.GetHandle ("registerServicesMenuSendTypes:returnTypes:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selRegisterUserInterfaceItemSearchHandler_X = "registerUserInterfaceItemSearchHandler:"; | |
+ static readonly IntPtr selRegisterUserInterfaceItemSearchHandler_XHandle = Selector.GetHandle ("registerUserInterfaceItemSearchHandler:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selRemoveWindowsItem_X = "removeWindowsItem:"; | |
static readonly IntPtr selRemoveWindowsItem_XHandle = Selector.GetHandle ("removeWindowsItem:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -698,6 +704,9 @@ namespace AppKit { | |
const string selRunModalSession_X = "runModalSession:"; | |
static readonly IntPtr selRunModalSession_XHandle = Selector.GetHandle ("runModalSession:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_X = "searchString:inUserInterfaceItemString:searchRange:foundRange:"; | |
+ static readonly IntPtr selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_XHandle = Selector.GetHandle ("searchString:inUserInterfaceItemString:searchRange:foundRange:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selSendAction_To_From_X = "sendAction:to:from:"; | |
static readonly IntPtr selSendAction_To_From_XHandle = Selector.GetHandle ("sendAction:to:from:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -1118,6 +1127,9 @@ namespace AppKit { | |
const string selSharedApplicationX = "sharedApplication"; | |
static readonly IntPtr selSharedApplicationXHandle = Selector.GetHandle ("sharedApplication"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selShowHelp_X = "showHelp:"; | |
+ static readonly IntPtr selShowHelp_XHandle = Selector.GetHandle ("showHelp:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selStop_X = "stop:"; | |
static readonly IntPtr selStop_XHandle = Selector.GetHandle ("stop:"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -1151,6 +1163,9 @@ namespace AppKit { | |
const string selUnregisterForRemoteNotificationsX = "unregisterForRemoteNotifications"; | |
static readonly IntPtr selUnregisterForRemoteNotificationsXHandle = Selector.GetHandle ("unregisterForRemoteNotifications"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ const string selUnregisterUserInterfaceItemSearchHandler_X = "unregisterUserInterfaceItemSearchHandler:"; | |
+ static readonly IntPtr selUnregisterUserInterfaceItemSearchHandler_XHandle = Selector.GetHandle ("unregisterUserInterfaceItemSearchHandler:"); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
const string selUpdateWindowsX = "updateWindows"; | |
static readonly IntPtr selUpdateWindowsXHandle = Selector.GetHandle ("updateWindows"); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -1400,6 +1415,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, selActivateXHandle); | |
} | |
} | |
+ [Export ("activateContextHelpMode:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void ActivateContextHelpMode (NSObject? sender) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var sender__handle__ = sender.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selActivateContextHelpMode_XHandle, sender__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, selActivateContextHelpMode_XHandle, sender__handle__); | |
+ } | |
+ } | |
[Export ("activateIgnoringOtherApps:")] | |
[Deprecated (PlatformName.MacOSX, 14,0)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -2062,6 +2089,18 @@ namespace AppKit { | |
nsa_sendTypes.Dispose (); | |
nsa_returnTypes.Dispose (); | |
} | |
+ [Export ("registerUserInterfaceItemSearchHandler:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void RegisterUserInterfaceItemSearchHandler (INSUserInterfaceItemSearching handler) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var handler__handle__ = handler!.GetNonNullHandle (nameof (handler)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selRegisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, selRegisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } | |
+ } | |
[Export ("removeWindowsItem:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void RemoveWindowsItem (NSWindow win) | |
@@ -2175,6 +2214,28 @@ namespace AppKit { | |
return (nint) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, selRunModalSession_XHandle, session); | |
} | |
} | |
+ [Export ("searchString:inUserInterfaceItemString:searchRange:foundRange:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual bool SearchStringInUserInterface (string searchString, string stringToSearch, NSRange searchRange, out NSRange foundRange) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ if (searchString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (searchString)); | |
+ if (stringToSearch is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (stringToSearch)); | |
+ var nssearchString = CFString.CreateNative (searchString); | |
+ var nsstringToSearch = CFString.CreateNative (stringToSearch); | |
+ foundRange = default (NSRange); | |
+ byte ret; | |
+ if (IsDirectBinding) { | |
+ ret = global::ObjCRuntime.Messaging.bool_objc_msgSend_IntPtr_IntPtr_NSRange_out_NSRange (this.Handle, selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_XHandle, nssearchString, nsstringToSearch, searchRange, (NSRange*) global::System.Runtime.CompilerServices.Unsafe.AsPointer<NSRange> (ref foundRange)); | |
+ } else { | |
+ ret = global::ObjCRuntime.Messaging.bool_objc_msgSendSuper_IntPtr_IntPtr_NSRange_out_NSRange (this.SuperHandle, selSearchString_InUserInterfaceItemString_SearchRange_FoundRange_XHandle, nssearchString, nsstringToSearch, searchRange, (NSRange*) global::System.Runtime.CompilerServices.Unsafe.AsPointer<NSRange> (ref foundRange)); | |
+ } | |
+ CFString.ReleaseNative (nssearchString); | |
+ CFString.ReleaseNative (nsstringToSearch); | |
+ return ret != 0; | |
+ } | |
[Export ("sendAction:to:from:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual bool SendAction (Selector theAction, NSObject? theTarget, NSObject? sender) | |
@@ -2227,6 +2288,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, selSetWindowsNeedUpdate_XHandle, needUpdate ? (byte) 1 : (byte) 0); | |
} | |
} | |
+ [Export ("showHelp:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void ShowHelp (NSObject? sender) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var sender__handle__ = sender.GetHandle (); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selShowHelp_XHandle, sender__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, selShowHelp_XHandle, sender__handle__); | |
+ } | |
+ } | |
[Export ("stop:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void Stop (NSObject sender) | |
@@ -2360,6 +2433,18 @@ namespace AppKit { | |
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, selUnregisterForRemoteNotificationsXHandle); | |
} | |
} | |
+ [Export ("unregisterUserInterfaceItemSearchHandler:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public virtual void UnregisterUserInterfaceItemSearchHandler (INSUserInterfaceItemSearching handler) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var handler__handle__ = handler!.GetNonNullHandle (nameof (handler)); | |
+ if (IsDirectBinding) { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selUnregisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } else { | |
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, selUnregisterUserInterfaceItemSearchHandler_XHandle, handler__handle__); | |
+ } | |
+ } | |
[Export ("updateWindows")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public virtual void UpdateWindows () | |
diff --git a/new/mac/full/AppKit/NSUserInterfaceItemSearching.g.cs b/new/mac/full/AppKit/NSUserInterfaceItemSearching.g.cs | |
new file mode 100644 | |
index 0000000..e0805dc | |
--- /dev/null | |
+++ b/new/mac/full/AppKit/NSUserInterfaceItemSearching.g.cs | |
@@ -0,0 +1,112 @@ | |
+// | |
+// Auto-generated from generator.cs, do not edit | |
+// | |
+// We keep references to objects, so warning 414 is expected | |
+#pragma warning disable 414 | |
+using System; | |
+using System.Diagnostics; | |
+using System.ComponentModel; | |
+using System.Threading.Tasks; | |
+using System.Runtime.InteropServices; | |
+using System.Diagnostics.CodeAnalysis; | |
+using QTKit; | |
+using Metal; | |
+using CoreML; | |
+using OpenGL; | |
+using AppKit; | |
+using Photos; | |
+using ModelIO; | |
+using Network; | |
+using SceneKit; | |
+using Contacts; | |
+using Security; | |
+using CloudKit; | |
+using AudioUnit; | |
+using CoreVideo; | |
+using CoreMedia; | |
+using CoreImage; | |
+using SpriteKit; | |
+using Foundation; | |
+using ObjCRuntime; | |
+using MediaPlayer; | |
+using GameplayKit; | |
+using CoreGraphics; | |
+using CoreLocation; | |
+using AVFoundation; | |
+using FileProvider; | |
+using CoreAnimation; | |
+using CoreFoundation; | |
+using NetworkExtension; | |
+using MetalPerformanceShadersGraph; | |
+#nullable enable | |
+#if !NET | |
+using NativeHandle = System.IntPtr; | |
+#endif | |
+namespace AppKit { | |
+ [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
+ [Protocol (Name = "NSUserInterfaceItemSearching", WrapperType = typeof (NSUserInterfaceItemSearchingWrapper))] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "SearchForItems", Selector = "searchForItemsWithSearchString:resultLimit:matchedItemHandler:", ParameterType = new Type [] { typeof (string), typeof (nint), typeof (global::System.Action<NSObject[]>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V22) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetLocalizedTitles", Selector = "localizedTitlesForItem:", ReturnType = typeof (String[]), ParameterType = new Type [] { typeof (NSObject) }, ParameterByRef = new bool [] { false })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PerformAction", Selector = "performActionForItem:", ParameterType = new Type [] { typeof (NSObject) }, ParameterByRef = new bool [] { false })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShowAllHelpTopics", Selector = "showAllHelpTopicsForSearchString:", ParameterType = new Type [] { typeof (string) }, ParameterByRef = new bool [] { false })] | |
+ public partial interface INSUserInterfaceItemSearching : INativeObject, IDisposable | |
+ { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [Export ("searchForItemsWithSearchString:resultLimit:matchedItemHandler:")] | |
+ [Preserve (Conditional = true)] | |
+ unsafe void SearchForItems (string searchString, nint resultLimit, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<NSObject[]> matchedItemHandler); | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ [Export ("localizedTitlesForItem:")] | |
+ [Preserve (Conditional = true)] | |
+ string[] GetLocalizedTitles (NSObject forItem); | |
+ } | |
+ public unsafe static partial class NSUserInterfaceItemSearching_Extensions { | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static void PerformAction (this INSUserInterfaceItemSearching This, NSObject forItem) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var forItem__handle__ = forItem!.GetNonNullHandle (nameof (forItem)); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("performActionForItem:"), forItem__handle__); | |
+ } | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public static void ShowAllHelpTopics (this INSUserInterfaceItemSearching This, string searchString) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ if (searchString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (searchString)); | |
+ var nssearchString = CFString.CreateNative (searchString); | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("showAllHelpTopicsForSearchString:"), nssearchString); | |
+ CFString.ReleaseNative (nssearchString); | |
+ } | |
+ } | |
+ internal unsafe sealed class NSUserInterfaceItemSearchingWrapper : BaseWrapper, INSUserInterfaceItemSearching { | |
+ [Preserve (Conditional = true)] | |
+ public NSUserInterfaceItemSearchingWrapper (IntPtr handle, bool owns) | |
+ : base (handle, owns) | |
+ { | |
+ } | |
+ [Export ("searchForItemsWithSearchString:resultLimit:matchedItemHandler:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public unsafe void SearchForItems (string searchString, nint resultLimit, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<NSObject[]> matchedItemHandler) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ if (searchString is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (searchString)); | |
+ if (matchedItemHandler is null) | |
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (matchedItemHandler)); | |
+ var nssearchString = CFString.CreateNative (searchString); | |
+ using var block_matchedItemHandler = Trampolines.SDActionArity1V22.CreateBlock (matchedItemHandler); | |
+ BlockLiteral *block_ptr_matchedItemHandler = &block_matchedItemHandler; | |
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("searchForItemsWithSearchString:resultLimit:matchedItemHandler:"), nssearchString, (IntPtr) resultLimit, (IntPtr) block_ptr_matchedItemHandler); | |
+ CFString.ReleaseNative (nssearchString); | |
+ } | |
+ [Export ("localizedTitlesForItem:")] | |
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
+ public string[] GetLocalizedTitles (NSObject forItem) | |
+ { | |
+ global::AppKit.NSApplication.EnsureUIThread (); | |
+ var forItem__handle__ = forItem!.GetNonNullHandle (nameof (forItem)); | |
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("localizedTitlesForItem:"), forItem__handle__))!; | |
+ } | |
+ } | |
+} | |
diff --git a/old/mac/full/AppKit/NSWindow.g.cs b/new/mac/full/AppKit/NSWindow.g.cs | |
index 86b9e78..5531625 100644 | |
--- a/old/mac/full/AppKit/NSWindow.g.cs | |
+++ b/new/mac/full/AppKit/NSWindow.g.cs | |
@@ -2225,13 +2225,13 @@ namespace AppKit { | |
} | |
[Export ("beginCriticalSheet:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void BeginCriticalSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<nint> completionHandler) | |
+ public unsafe virtual void BeginCriticalSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<nint> completionHandler) | |
{ | |
global::AppKit.NSApplication.EnsureUIThread (); | |
var sheetWindow__handle__ = sheetWindow!.GetNonNullHandle (nameof (sheetWindow)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V22.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V23.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, selBeginCriticalSheet_CompletionHandler_XHandle, sheetWindow__handle__, (IntPtr) block_ptr_completionHandler); | |
@@ -2241,13 +2241,13 @@ namespace AppKit { | |
} | |
[Export ("beginSheet:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void BeginSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]global::System.Action<nint> completionHandler) | |
+ public unsafe virtual void BeginSheet (NSWindow sheetWindow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<nint> completionHandler) | |
{ | |
global::AppKit.NSApplication.EnsureUIThread (); | |
var sheetWindow__handle__ = sheetWindow!.GetNonNullHandle (nameof (sheetWindow)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V22.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V23.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, selBeginSheet_CompletionHandler_XHandle, sheetWindow__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/AppTrackingTransparency/ATTrackingManager.g.cs b/new/mac/full/AppTrackingTransparency/ATTrackingManager.g.cs | |
index 27cff80..2708c14 100644 | |
--- a/old/mac/full/AppTrackingTransparency/ATTrackingManager.g.cs | |
+++ b/new/mac/full/AppTrackingTransparency/ATTrackingManager.g.cs | |
@@ -73,11 +73,11 @@ namespace AppTrackingTransparency { | |
[Export ("requestTrackingAuthorizationWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestTrackingAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]global::System.Action<ATTrackingManagerAuthorizationStatus> completion) | |
+ public unsafe static void RequestTrackingAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<ATTrackingManagerAuthorizationStatus> completion) | |
{ | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V23.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V24.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (class_ptr, selRequestTrackingAuthorizationWithCompletionHandler_XHandle, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/AudioUnit/AUAudioUnit.g.cs b/new/mac/full/AudioUnit/AUAudioUnit.g.cs | |
index e569ec0..a1c8f6e 100644 | |
--- a/old/mac/full/AudioUnit/AUAudioUnit.g.cs | |
+++ b/new/mac/full/AudioUnit/AUAudioUnit.g.cs | |
@@ -471,11 +471,11 @@ namespace AudioUnit { | |
[Export ("requestViewControllerWithCompletionHandler:")] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]global::System.Action<global::AppKit.NSViewController> completionHandler) | |
+ public unsafe virtual void RequestViewController ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<global::AppKit.NSViewController> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V24.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V25.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selRequestViewControllerWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs b/new/mac/full/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs | |
index d17c6f8..e7d1cb6 100644 | |
--- a/old/mac/full/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs | |
+++ b/new/mac/full/AuthenticationServices/ASAuthorizationProviderExtensionRegistrationHandler.g.cs | |
@@ -49,8 +49,8 @@ namespace AuthenticationServices { | |
[Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "ASAuthorizationProviderExtensionRegistrationHandler", WrapperType = typeof (ASAuthorizationProviderExtensionRegistrationHandlerWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginDeviceRegistration", Selector = "beginDeviceRegistrationUsingLoginManager:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V25) })] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginUserRegistration", Selector = "beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (string), typeof (AuthenticationServices.ASAuthorizationProviderExtensionAuthenticationMethod), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V25) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginDeviceRegistration", Selector = "beginDeviceRegistrationUsingLoginManager:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V26) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "BeginUserRegistration", Selector = "beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:", ParameterType = new Type [] { typeof (AuthenticationServices.ASAuthorizationProviderExtensionLoginManager), typeof (string), typeof (AuthenticationServices.ASAuthorizationProviderExtensionAuthenticationMethod), typeof (AuthenticationServices.ASAuthorizationProviderExtensionRequestOptions), typeof (global::System.Action<global::AuthenticationServices.ASAuthorizationProviderExtensionRegistrationResult>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V26) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RegistrationDidComplete", Selector = "registrationDidComplete")] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RegistrationDidCancel", Selector = "registrationDidCancel")] | |
[ProtocolMember (IsRequired = false, IsProperty = true, IsStatic = false, Name = "SupportedGrantTypes", Selector = "supportedGrantTypes", PropertyType = typeof (AuthenticationServices.ASAuthorizationProviderExtensionSupportedGrantTypes), GetterSelector = "supportedGrantTypes", ArgumentSemantic = ArgumentSemantic.None)] | |
@@ -60,11 +60,11 @@ namespace AuthenticationServices { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("beginDeviceRegistrationUsingLoginManager:options:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
+ unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
+ unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
} | |
public unsafe static partial class ASAuthorizationProviderExtensionRegistrationHandler_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -101,24 +101,24 @@ namespace AuthenticationServices { | |
} | |
[Export ("beginDeviceRegistrationUsingLoginManager:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
+ public unsafe void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
{ | |
var loginManager__handle__ = loginManager!.GetNonNullHandle (nameof (loginManager)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V25.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V26.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_UIntPtr_IntPtr (this.Handle, Selector.GetHandle ("beginDeviceRegistrationUsingLoginManager:options:completion:"), loginManager__handle__, (UIntPtr) (ulong) options, (IntPtr) block_ptr_handler); | |
} | |
[Export ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
+ public unsafe void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler) | |
{ | |
var loginManager__handle__ = loginManager!.GetNonNullHandle (nameof (loginManager)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
var nsuserName = CFString.CreateNative (userName); | |
- using var block_handler = Trampolines.SDActionArity1V25.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V26.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr_UIntPtr_IntPtr (this.Handle, Selector.GetHandle ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:"), loginManager__handle__, nsuserName, (IntPtr) (long) authenticationMethod, (UIntPtr) (ulong) options, (IntPtr) block_ptr_handler); | |
CFString.ReleaseNative (nsuserName); | |
@@ -151,10 +151,10 @@ namespace AuthenticationServices { | |
[Export ("beginDeviceRegistrationUsingLoginManager:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe abstract void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
+ public unsafe abstract void BeginDeviceRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
[Export ("beginUserRegistrationUsingLoginManager:userName:authenticationMethod:options:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe abstract void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
+ public unsafe abstract void BeginUserRegistration (ASAuthorizationProviderExtensionLoginManager loginManager, string? userName, ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod, ASAuthorizationProviderExtensionRequestOptions options, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationProviderExtensionRegistrationResult> handler); | |
[Export ("registrationDidCancel")] | |
[Introduced (PlatformName.MacOSX, 14,0, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
diff --git a/old/mac/full/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs b/new/mac/full/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs | |
index ae5b97c..a8a6547 100644 | |
--- a/old/mac/full/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs | |
+++ b/new/mac/full/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs | |
@@ -89,14 +89,14 @@ namespace AuthenticationServices { | |
[Export ("platformCredentialsForRelyingParty:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetPlatformCredentials (string relyingParty, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> completionHandler) | |
+ public unsafe virtual void GetPlatformCredentials (string relyingParty, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> completionHandler) | |
{ | |
if (relyingParty is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (relyingParty)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
var nsrelyingParty = CFString.CreateNative (relyingParty); | |
- using var block_completionHandler = Trampolines.SDActionArity1V26.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V27.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, selPlatformCredentialsForRelyingParty_CompletionHandler_XHandle, nsrelyingParty, (IntPtr) block_ptr_completionHandler); | |
@@ -116,11 +116,11 @@ namespace AuthenticationServices { | |
} | |
[Export ("requestAuthorizationForPublicKeyCredentials:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler) | |
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V27.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V28.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selRequestAuthorizationForPublicKeyCredentials_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/AuthenticationServices/ASCredentialIdentityStore.g.cs b/new/mac/full/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
index e76a5a1..92c789f 100644 | |
--- a/old/mac/full/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
+++ b/new/mac/full/AuthenticationServices/ASCredentialIdentityStore.g.cs | |
@@ -94,11 +94,11 @@ namespace AuthenticationServices { | |
[Export ("getCredentialIdentityStoreStateWithCompletion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<ASCredentialIdentityStoreState> completion) | |
+ public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<ASCredentialIdentityStoreState> completion) | |
{ | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V28.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V29.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selGetCredentialIdentityStoreStateWithCompletion_XHandle, (IntPtr) block_ptr_completion); | |
diff --git a/old/mac/full/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs b/new/mac/full/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
index 051f836..38682df 100644 | |
--- a/old/mac/full/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs | |
@@ -121,7 +121,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKUserIdentity>? Discovered { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V29))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V30))] | |
[Export ("userIdentityDiscoveredBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -130,12 +130,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selUserIdentityDiscoveredBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V29.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V30.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))] | |
[Export ("setUserIdentityDiscoveredBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V29.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V30.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CloudKit/CKFetchDatabaseChangesOperation.g.cs b/new/mac/full/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
index 1e5efa6..c5c2d8f 100644 | |
--- a/old/mac/full/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKFetchDatabaseChangesOperation.g.cs | |
@@ -146,7 +146,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKServerChangeToken>? ChangeTokenUpdated { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V30))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
[Export ("changeTokenUpdatedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -155,12 +155,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selChangeTokenUpdatedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V30.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
[Export ("setChangeTokenUpdatedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V30.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -173,7 +173,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? Changed { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -182,12 +182,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -280,7 +280,7 @@ namespace CloudKit { | |
[Introduced (PlatformName.MacOSX, 12,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.iOS, 15,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 15,0, ObjCRuntime.PlatformArchitecture.All)] | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -289,9 +289,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Introduced (PlatformName.WatchOS, 8,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.TvOS, 15,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacOSX, 12,0, ObjCRuntime.PlatformArchitecture.All)] | |
@@ -299,7 +299,7 @@ namespace CloudKit { | |
[Introduced (PlatformName.MacCatalyst, 15,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Export ("setRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -331,7 +331,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? WasDeleted { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDWasDeletedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -340,12 +340,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDWasDeletedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDWasDeletedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -358,7 +358,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordZoneID>? WasPurged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
[Export ("recordZoneWithIDWasPurgedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -367,12 +367,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordZoneWithIDWasPurgedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
[Export ("setRecordZoneWithIDWasPurgedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CloudKit/CKFetchNotificationChangesOperation.g.cs b/new/mac/full/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
index c3a87d6..fed62c6 100644 | |
--- a/old/mac/full/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKFetchNotificationChangesOperation.g.cs | |
@@ -164,7 +164,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKNotification>? NotificationChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
[Export ("notificationChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -173,12 +173,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selNotificationChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
[Export ("setNotificationChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CloudKit/CKFetchRecordChangesOperation.g.cs b/new/mac/full/CloudKit/CKFetchRecordChangesOperation.g.cs | |
index 6bf9f68..ff6a854 100644 | |
--- a/old/mac/full/CloudKit/CKFetchRecordChangesOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKFetchRecordChangesOperation.g.cs | |
@@ -227,7 +227,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecord>? RecordChanged { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -236,12 +236,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
@@ -254,7 +254,7 @@ namespace CloudKit { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CKRecordID>? RecordDeleted { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
[Export ("recordWithIDWasDeletedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -263,12 +263,12 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordWithIDWasDeletedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
[Export ("setRecordWithIDWasDeletedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V35.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CloudKit/CKFetchRecordZoneChangesOperation.g.cs b/new/mac/full/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
index 5b16964..6f5e9c1 100644 | |
--- a/old/mac/full/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKFetchRecordZoneChangesOperation.g.cs | |
@@ -336,7 +336,7 @@ namespace CloudKit { | |
[Deprecated (PlatformName.iOS, 15,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 15,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
[Deprecated (PlatformName.MacOSX, 12,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordChangedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -345,9 +345,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordChangedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Deprecated (PlatformName.WatchOS, 8,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
[Deprecated (PlatformName.TvOS, 15,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
[Deprecated (PlatformName.iOS, 15,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
@@ -355,7 +355,7 @@ namespace CloudKit { | |
[Deprecated (PlatformName.MacOSX, 12,0, message: "Use 'RecordWasChangedHandler' instead.")] | |
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CloudKit/CKFetchShareParticipantsOperation.g.cs b/new/mac/full/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
index 8150095..b985817 100644 | |
--- a/old/mac/full/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKFetchShareParticipantsOperation.g.cs | |
@@ -156,7 +156,7 @@ namespace CloudKit { | |
[Deprecated (PlatformName.iOS, 15,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 15,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
[Deprecated (PlatformName.MacOSX, 12,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))] | |
[Export ("shareParticipantFetchedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -165,9 +165,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selShareParticipantFetchedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))] | |
[Deprecated (PlatformName.WatchOS, 8,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
[Deprecated (PlatformName.TvOS, 15,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
[Deprecated (PlatformName.iOS, 15,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
@@ -175,7 +175,7 @@ namespace CloudKit { | |
[Deprecated (PlatformName.MacOSX, 12,0, message: "Use 'PerShareParticipantCompletionHandler' instead.")] | |
[Export ("setShareParticipantFetchedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V35.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V36.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CloudKit/CKQueryOperation.g.cs b/new/mac/full/CloudKit/CKQueryOperation.g.cs | |
index dee1ef5..635a156 100644 | |
--- a/old/mac/full/CloudKit/CKQueryOperation.g.cs | |
+++ b/new/mac/full/CloudKit/CKQueryOperation.g.cs | |
@@ -256,7 +256,7 @@ namespace CloudKit { | |
[Deprecated (PlatformName.iOS, 15,0, message: "Use 'RecordMatchedHandler' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 15,0, message: "Use 'RecordMatchedHandler' instead.")] | |
[Deprecated (PlatformName.MacOSX, 12,0, message: "Use 'RecordMatchedHandler' instead.")] | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))] | |
[Export ("recordFetchedBlock", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -265,9 +265,9 @@ namespace CloudKit { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selRecordFetchedBlockXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))] | |
[Deprecated (PlatformName.WatchOS, 8,0, message: "Use 'RecordMatchedHandler' instead.")] | |
[Deprecated (PlatformName.TvOS, 15,0, message: "Use 'RecordMatchedHandler' instead.")] | |
[Deprecated (PlatformName.iOS, 15,0, message: "Use 'RecordMatchedHandler' instead.")] | |
@@ -275,7 +275,7 @@ namespace CloudKit { | |
[Deprecated (PlatformName.MacOSX, 12,0, message: "Use 'RecordMatchedHandler' instead.")] | |
[Export ("setRecordFetchedBlock:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CoreData/NSAsynchronousFetchRequest.g.cs b/new/mac/full/CoreData/NSAsynchronousFetchRequest.g.cs | |
index 58474fe..dbc554d 100644 | |
--- a/old/mac/full/CoreData/NSAsynchronousFetchRequest.g.cs | |
+++ b/new/mac/full/CoreData/NSAsynchronousFetchRequest.g.cs | |
@@ -86,11 +86,11 @@ namespace CoreData { | |
[Export ("initWithFetchRequest:completionBlock:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]global::System.Action<NSAsynchronousFetchResult>? completion) | |
+ public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<NSAsynchronousFetchResult>? completion) | |
: base (NSObjectFlag.Empty) | |
{ | |
var request__handle__ = request!.GetNonNullHandle (nameof (request)); | |
- using var block_completion = Trampolines.SDActionArity1V36.CreateNullableBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V37.CreateNullableBlock (completion); | |
BlockLiteral *block_ptr_completion = null; | |
if (completion is not null) | |
block_ptr_completion = &block_completion; | |
diff --git a/old/mac/full/CoreData/NSPersistentContainer.g.cs b/new/mac/full/CoreData/NSPersistentContainer.g.cs | |
index 11ea578..5741741 100644 | |
--- a/old/mac/full/CoreData/NSPersistentContainer.g.cs | |
+++ b/new/mac/full/CoreData/NSPersistentContainer.g.cs | |
@@ -187,11 +187,11 @@ namespace CoreData { | |
} | |
[Export ("performBackgroundTask:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<NSManagedObjectContext> block) | |
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<NSManagedObjectContext> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V37.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V38.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selPerformBackgroundTask_XHandle, (IntPtr) block_ptr_block); | |
diff --git a/old/mac/full/CoreLocation/CLLocationUpdater.g.cs b/new/mac/full/CoreLocation/CLLocationUpdater.g.cs | |
index 261dabb..14c488b 100644 | |
--- a/old/mac/full/CoreLocation/CLLocationUpdater.g.cs | |
+++ b/new/mac/full/CoreLocation/CLLocationUpdater.g.cs | |
@@ -82,23 +82,23 @@ namespace CoreLocation { | |
[Export ("liveUpdaterWithQueue:handler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static CLLocationUpdater? CreateLiveUpdates (global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<CLUpdate> handler) | |
+ public unsafe static CLLocationUpdater? CreateLiveUpdates (global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<CLUpdate> handler) | |
{ | |
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V38.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V39.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
return Runtime.GetNSObject<CLLocationUpdater> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr (class_ptr, selLiveUpdaterWithQueue_Handler_XHandle, queue.Handle, (IntPtr) block_ptr_handler))!; | |
} | |
[Export ("liveUpdaterWithConfiguration:queue:handler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static CLLocationUpdater? CreateLiveUpdates (CLLiveUpdateConfiguration configuration, global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<CLUpdate> handler) | |
+ public unsafe static CLLocationUpdater? CreateLiveUpdates (CLLiveUpdateConfiguration configuration, global::CoreFoundation.DispatchQueue queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<CLUpdate> handler) | |
{ | |
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue)); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V38.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V39.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
return Runtime.GetNSObject<CLLocationUpdater> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr (class_ptr, selLiveUpdaterWithConfiguration_Queue_Handler_XHandle, (IntPtr) (long) configuration, queue.Handle, (IntPtr) block_ptr_handler))!; | |
} | |
diff --git a/old/mac/full/CoreLocation/CLMonitor.g.cs b/new/mac/full/CoreLocation/CLMonitor.g.cs | |
index 43e54e4..222eccd 100644 | |
--- a/old/mac/full/CoreLocation/CLMonitor.g.cs | |
+++ b/new/mac/full/CoreLocation/CLMonitor.g.cs | |
@@ -148,12 +148,12 @@ namespace CoreLocation { | |
} | |
[Export ("requestMonitorWithConfiguration:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void RequestMonitor (CLMonitorConfiguration config, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<CLMonitor> completionHandler) | |
+ public unsafe static void RequestMonitor (CLMonitorConfiguration config, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<CLMonitor> completionHandler) | |
{ | |
var config__handle__ = config!.GetNonNullHandle (nameof (config)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V39.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V40.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (class_ptr, selRequestMonitorWithConfiguration_Completion_XHandle, config__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/mac/full/CoreML/MLMultiArray.g.cs b/new/mac/full/CoreML/MLMultiArray.g.cs | |
index 1748bbb..2ab3a83 100644 | |
--- a/old/mac/full/CoreML/MLMultiArray.g.cs | |
+++ b/new/mac/full/CoreML/MLMultiArray.g.cs | |
@@ -146,7 +146,7 @@ namespace CoreML { | |
} | |
[Export ("initWithDataPointer:shape:dataType:strides:deallocator:error:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MLMultiArray (global::System.IntPtr dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<global::System.IntPtr>? deallocator, out NSError error) | |
+ public unsafe MLMultiArray (global::System.IntPtr dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<global::System.IntPtr>? deallocator, out NSError error) | |
: base (NSObjectFlag.Empty) | |
{ | |
if (shape is null) | |
@@ -156,7 +156,7 @@ namespace CoreML { | |
IntPtr errorValue = IntPtr.Zero; | |
var nsa_shape = NSArray.FromNSObjects (shape); | |
var nsa_strides = NSArray.FromNSObjects (strides); | |
- using var block_deallocator = Trampolines.SDActionArity1V40.CreateNullableBlock (deallocator); | |
+ using var block_deallocator = Trampolines.SDActionArity1V41.CreateNullableBlock (deallocator); | |
BlockLiteral *block_ptr_deallocator = null; | |
if (deallocator is not null) | |
block_ptr_deallocator = &block_deallocator; | |
diff --git a/old/mac/full/CoreML/MLUpdateProgressHandlers.g.cs b/new/mac/full/CoreML/MLUpdateProgressHandlers.g.cs | |
index c574b2f..7cf9fdf 100644 | |
--- a/old/mac/full/CoreML/MLUpdateProgressHandlers.g.cs | |
+++ b/new/mac/full/CoreML/MLUpdateProgressHandlers.g.cs | |
@@ -68,16 +68,16 @@ namespace CoreML { | |
[Export ("initForEvents:progressHandler:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext> completionHandler) | |
+ public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext> completionHandler) | |
: base (NSObjectFlag.Empty) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_progressHandler = Trampolines.SDActionArity1V41.CreateNullableBlock (progressHandler); | |
+ using var block_progressHandler = Trampolines.SDActionArity1V42.CreateNullableBlock (progressHandler); | |
BlockLiteral *block_ptr_progressHandler = null; | |
if (progressHandler is not null) | |
block_ptr_progressHandler = &block_progressHandler; | |
- using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V42.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_UIntPtr_IntPtr_IntPtr (this.Handle, selInitForEvents_ProgressHandler_CompletionHandler_XHandle, (UIntPtr) (ulong) interestedEvents, (IntPtr) block_ptr_progressHandler, (IntPtr) block_ptr_completionHandler), "initForEvents:progressHandler:completionHandler:"); | |
diff --git a/old/mac/full/CoreML/MLUpdateTask.g.cs b/new/mac/full/CoreML/MLUpdateTask.g.cs | |
index 14451db..319522e 100644 | |
--- a/old/mac/full/CoreML/MLUpdateTask.g.cs | |
+++ b/new/mac/full/CoreML/MLUpdateTask.g.cs | |
@@ -80,7 +80,7 @@ namespace CoreML { | |
[Export ("updateTaskForModelAtURL:trainingData:configuration:completionHandler:error:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
{ | |
var modelUrl__handle__ = modelUrl!.GetNonNullHandle (nameof (modelUrl)); | |
var trainingData__handle__ = trainingData!.GetNonNullHandle (nameof (trainingData)); | |
@@ -88,7 +88,7 @@ namespace CoreML { | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
IntPtr errorValue = IntPtr.Zero; | |
- using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V42.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
MLUpdateTask? ret; | |
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_ref_IntPtr (class_ptr, selUpdateTaskForModelAtURL_TrainingData_Configuration_CompletionHandler_Error_XHandle, modelUrl__handle__, trainingData__handle__, configuration__handle__, (IntPtr) block_ptr_completionHandler, &errorValue))!; | |
@@ -116,14 +116,14 @@ namespace CoreML { | |
[Introduced (PlatformName.iOS, 14,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 14,0, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error) | |
{ | |
var modelUrl__handle__ = modelUrl!.GetNonNullHandle (nameof (modelUrl)); | |
var trainingData__handle__ = trainingData!.GetNonNullHandle (nameof (trainingData)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
IntPtr errorValue = IntPtr.Zero; | |
- using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V42.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
MLUpdateTask? ret; | |
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_ref_IntPtr (class_ptr, selUpdateTaskForModelAtURL_TrainingData_CompletionHandler_Error_XHandle, modelUrl__handle__, trainingData__handle__, (IntPtr) block_ptr_completionHandler, &errorValue))!; | |
diff --git a/old/mac/full/CoreSpotlight/CSSearchQuery.g.cs b/new/mac/full/CoreSpotlight/CSSearchQuery.g.cs | |
index 867da4e..5bd5bb9 100644 | |
--- a/old/mac/full/CoreSpotlight/CSSearchQuery.g.cs | |
+++ b/new/mac/full/CoreSpotlight/CSSearchQuery.g.cs | |
@@ -208,7 +208,7 @@ namespace CoreSpotlight { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<CSSearchableItem[]>? FoundItemsHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V42))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V43))] | |
[Export ("foundItemsHandler", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -217,12 +217,12 @@ namespace CoreSpotlight { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selFoundItemsHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V42.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V43.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))] | |
[Export ("setFoundItemsHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V42.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V43.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/CoreSpotlight/CSUserQuery.g.cs b/new/mac/full/CoreSpotlight/CSUserQuery.g.cs | |
index 4a4c8b2..53eb529 100644 | |
--- a/old/mac/full/CoreSpotlight/CSUserQuery.g.cs | |
+++ b/new/mac/full/CoreSpotlight/CSUserQuery.g.cs | |
@@ -130,7 +130,7 @@ namespace CoreSpotlight { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<NSArray<CSSuggestion>>? FoundSuggestionsHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V43))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V44))] | |
[Export ("foundSuggestionsHandler", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -139,12 +139,12 @@ namespace CoreSpotlight { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selFoundSuggestionsHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V43.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V44.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))] | |
[Export ("setFoundSuggestionsHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V43.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V44.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/EventKit/EKEventStore.g.cs b/new/mac/full/EventKit/EKEventStore.g.cs | |
index 3b1b667..ef35d1d 100644 | |
--- a/old/mac/full/EventKit/EKEventStore.g.cs | |
+++ b/new/mac/full/EventKit/EKEventStore.g.cs | |
@@ -287,12 +287,12 @@ namespace EventKit { | |
} | |
[Export ("fetchRemindersMatchingPredicate:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual global::System.IntPtr FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<EKReminder[]> completion) | |
+ public unsafe virtual global::System.IntPtr FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<EKReminder[]> completion) | |
{ | |
var predicate__handle__ = predicate!.GetNonNullHandle (nameof (predicate)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V44.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V45.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
if (IsDirectBinding) { | |
return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr (this.Handle, selFetchRemindersMatchingPredicate_Completion_XHandle, predicate__handle__, (IntPtr) block_ptr_completion); | |
diff --git a/old/mac/full/FileProvider/NSFileProviderEnumerator.g.cs b/new/mac/full/FileProvider/NSFileProviderEnumerator.g.cs | |
index fc84450..a55b6a8 100644 | |
--- a/old/mac/full/FileProvider/NSFileProviderEnumerator.g.cs | |
+++ b/new/mac/full/FileProvider/NSFileProviderEnumerator.g.cs | |
@@ -48,7 +48,7 @@ namespace FileProvider { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Invalidate", Selector = "invalidate")] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EnumerateItems", Selector = "enumerateItemsForObserver:startingAtPage:", ParameterType = new Type [] { typeof (INSFileProviderEnumerationObserver), typeof (NSData) }, ParameterByRef = new bool [] { false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EnumerateChanges", Selector = "enumerateChangesForObserver:fromSyncAnchor:", ParameterType = new Type [] { typeof (INSFileProviderChangeObserver), typeof (NSData) }, ParameterByRef = new bool [] { false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CurrentSyncAnchor", Selector = "currentSyncAnchorWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V45) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "CurrentSyncAnchor", Selector = "currentSyncAnchorWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSData>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V46) })] | |
public partial interface INSFileProviderEnumerator : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
@@ -69,11 +69,11 @@ namespace FileProvider { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("enumerateChangesForObserver:fromSyncAnchor:"), observer__handle__, syncAnchor__handle__); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void CurrentSyncAnchor (this INSFileProviderEnumerator This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> completionHandler) | |
+ public unsafe static void CurrentSyncAnchor (this INSFileProviderEnumerator This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("currentSyncAnchorWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler); | |
} | |
diff --git a/old/mac/full/Foundation/NSFileCoordinator.g.cs b/new/mac/full/Foundation/NSFileCoordinator.g.cs | |
index 9e72123..e8b6cb4 100644 | |
--- a/old/mac/full/Foundation/NSFileCoordinator.g.cs | |
+++ b/new/mac/full/Foundation/NSFileCoordinator.g.cs | |
@@ -215,13 +215,13 @@ namespace Foundation { | |
} | |
[Export ("coordinateReadingItemAtURL:options:error:byAccessor:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> worker) | |
+ public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> worker) | |
{ | |
var itemUrl__handle__ = itemUrl!.GetNonNullHandle (nameof (itemUrl)); | |
if (worker is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (worker)); | |
IntPtr errorValue = IntPtr.Zero; | |
- using var block_worker = Trampolines.SDActionArity1V46.CreateBlock (worker); | |
+ using var block_worker = Trampolines.SDActionArity1V47.CreateBlock (worker); | |
BlockLiteral *block_ptr_worker = &block_worker; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_UIntPtr_ref_IntPtr_IntPtr (this.Handle, selCoordinateReadingItemAtURL_Options_Error_ByAccessor_XHandle, itemUrl__handle__, (UIntPtr) (ulong) options, &errorValue, (IntPtr) block_ptr_worker); | |
@@ -250,13 +250,13 @@ namespace Foundation { | |
} | |
[Export ("coordinateWritingItemAtURL:options:error:byAccessor:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrl> worker) | |
+ public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrl> worker) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (worker is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (worker)); | |
IntPtr errorValue = IntPtr.Zero; | |
- using var block_worker = Trampolines.SDActionArity1V46.CreateBlock (worker); | |
+ using var block_worker = Trampolines.SDActionArity1V47.CreateBlock (worker); | |
BlockLiteral *block_ptr_worker = &block_worker; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_UIntPtr_ref_IntPtr_IntPtr (this.Handle, selCoordinateWritingItemAtURL_Options_Error_ByAccessor_XHandle, url__handle__, (UIntPtr) (ulong) options, &errorValue, (IntPtr) block_ptr_worker); | |
diff --git a/old/mac/full/Foundation/NSFileHandle.g.cs b/new/mac/full/Foundation/NSFileHandle.g.cs | |
index ea34186..fcc7d37 100644 | |
--- a/old/mac/full/Foundation/NSFileHandle.g.cs | |
+++ b/new/mac/full/Foundation/NSFileHandle.g.cs | |
@@ -625,9 +625,9 @@ namespace Foundation { | |
} | |
[Export ("setReadabilityHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSFileHandle>? readCallback) | |
+ public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSFileHandle>? readCallback) | |
{ | |
- using var block_readCallback = Trampolines.SDActionArity1V47.CreateNullableBlock (readCallback); | |
+ using var block_readCallback = Trampolines.SDActionArity1V48.CreateNullableBlock (readCallback); | |
BlockLiteral *block_ptr_readCallback = null; | |
if (readCallback is not null) | |
block_ptr_readCallback = &block_readCallback; | |
@@ -639,9 +639,9 @@ namespace Foundation { | |
} | |
[Export ("setWriteabilityHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSFileHandle>? writeCallback) | |
+ public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSFileHandle>? writeCallback) | |
{ | |
- using var block_writeCallback = Trampolines.SDActionArity1V47.CreateNullableBlock (writeCallback); | |
+ using var block_writeCallback = Trampolines.SDActionArity1V48.CreateNullableBlock (writeCallback); | |
BlockLiteral *block_ptr_writeCallback = null; | |
if (writeCallback is not null) | |
block_ptr_writeCallback = &block_writeCallback; | |
diff --git a/old/mac/full/Foundation/NSHttpCookieStorage.g.cs b/new/mac/full/Foundation/NSHttpCookieStorage.g.cs | |
index 101cc82..bee11f1 100644 | |
--- a/old/mac/full/Foundation/NSHttpCookieStorage.g.cs | |
+++ b/new/mac/full/Foundation/NSHttpCookieStorage.g.cs | |
@@ -123,12 +123,12 @@ namespace Foundation { | |
} | |
[Export ("getCookiesForTask:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSHttpCookie[]> completionHandler) | |
+ public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<NSHttpCookie[]> completionHandler) | |
{ | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V48.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V49.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, selGetCookiesForTask_CompletionHandler_XHandle, task__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/Foundation/NSNotificationCenter.g.cs b/new/mac/full/Foundation/NSNotificationCenter.g.cs | |
index da3a46c..4cb9bf1 100644 | |
--- a/old/mac/full/Foundation/NSNotificationCenter.g.cs | |
+++ b/new/mac/full/Foundation/NSNotificationCenter.g.cs | |
@@ -113,14 +113,14 @@ namespace Foundation { | |
} | |
[Export ("addObserverForName:object:queue:usingBlock:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<NSNotification> handler) | |
+ public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))]global::System.Action<NSNotification> handler) | |
{ | |
var obj__handle__ = obj.GetHandle (); | |
var queue__handle__ = queue.GetHandle (); | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
var nsname = CFString.CreateNative (name); | |
- using var block_handler = Trampolines.SDActionArity1V49.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V50.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
NSObject? ret; | |
if (IsDirectBinding) { | |
diff --git a/old/mac/full/Foundation/NSProgress.g.cs b/new/mac/full/Foundation/NSProgress.g.cs | |
index bef62b2..d7a3bdf 100644 | |
--- a/old/mac/full/Foundation/NSProgress.g.cs | |
+++ b/new/mac/full/Foundation/NSProgress.g.cs | |
@@ -282,12 +282,12 @@ namespace Foundation { | |
[Unavailable (PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSObject AddSubscriberForFile (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))]global::System.Action<NSProgress> publishingHandler) | |
+ public unsafe static NSObject AddSubscriberForFile (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<NSProgress> publishingHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (publishingHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (publishingHandler)); | |
- using var block_publishingHandler = Trampolines.SDActionArity1V50.CreateBlock (publishingHandler); | |
+ using var block_publishingHandler = Trampolines.SDActionArity1V51.CreateBlock (publishingHandler); | |
BlockLiteral *block_ptr_publishingHandler = &block_publishingHandler; | |
return Runtime.GetNSObject (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr (class_ptr, selAddSubscriberForFileURL_WithPublishingHandler_XHandle, url__handle__, (IntPtr) block_ptr_publishingHandler))!; | |
} | |
diff --git a/old/mac/full/Foundation/NSTask.g.cs b/new/mac/full/Foundation/NSTask.g.cs | |
index 21e7961..fe57cf4 100644 | |
--- a/old/mac/full/Foundation/NSTask.g.cs | |
+++ b/new/mac/full/Foundation/NSTask.g.cs | |
@@ -239,14 +239,14 @@ namespace Foundation { | |
[Export ("launchedTaskWithExecutableURL:arguments:error:terminationHandler:")] | |
[Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTask? LaunchFromUrl (NSUrl url, string[] arguments, out NSError? error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<NSTask>? terminationHandler) | |
+ public unsafe static NSTask? LaunchFromUrl (NSUrl url, string[] arguments, out NSError? error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTask>? terminationHandler) | |
{ | |
var url__handle__ = url!.GetNonNullHandle (nameof (url)); | |
if (arguments is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (arguments)); | |
IntPtr errorValue = IntPtr.Zero; | |
var nsa_arguments = NSArray.FromStrings (arguments); | |
- using var block_terminationHandler = Trampolines.SDActionArity1V51.CreateNullableBlock (terminationHandler); | |
+ using var block_terminationHandler = Trampolines.SDActionArity1V52.CreateNullableBlock (terminationHandler); | |
BlockLiteral *block_ptr_terminationHandler = null; | |
if (terminationHandler is not null) | |
block_ptr_terminationHandler = &block_terminationHandler; | |
@@ -565,7 +565,7 @@ namespace Foundation { | |
[Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
public unsafe virtual global::System.Action<NSTask>? TerminationHandler { | |
[Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V51))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V52))] | |
[Export ("terminationHandler")] | |
get { | |
IntPtr ret; | |
@@ -574,13 +574,13 @@ namespace Foundation { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selTerminationHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V51.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V52.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))] | |
[Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
[Export ("setTerminationHandler:")] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V51.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V52.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/Foundation/NSTimer.g.cs b/new/mac/full/Foundation/NSTimer.g.cs | |
index 6a93c52..0fdba14 100644 | |
--- a/old/mac/full/Foundation/NSTimer.g.cs | |
+++ b/new/mac/full/Foundation/NSTimer.g.cs | |
@@ -123,13 +123,13 @@ namespace Foundation { | |
} | |
[Export ("initWithFireDate:interval:repeats:block:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTimer> block) | |
+ public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSTimer> block) | |
: base (NSObjectFlag.Empty) | |
{ | |
var date__handle__ = date!.GetNonNullHandle (nameof (date)); | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V52.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V53.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
if (IsDirectBinding) { | |
InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_Double_bool_IntPtr (this.Handle, selInitWithFireDate_Interval_Repeats_Block_XHandle, date__handle__, seconds, repeats ? (byte) 1 : (byte) 0, (IntPtr) block_ptr_block), "initWithFireDate:interval:repeats:block:"); | |
@@ -148,11 +148,11 @@ namespace Foundation { | |
} | |
[Export ("scheduledTimerWithTimeInterval:repeats:block:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTimer> block) | |
+ public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSTimer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V52.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V53.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
return Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_Double_bool_IntPtr (class_ptr, selScheduledTimerWithTimeInterval_Repeats_Block_XHandle, interval, repeats ? (byte) 1 : (byte) 0, (IntPtr) block_ptr_block))!; | |
} | |
@@ -167,11 +167,11 @@ namespace Foundation { | |
} | |
[Export ("timerWithTimeInterval:repeats:block:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<NSTimer> block) | |
+ public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSTimer> block) | |
{ | |
if (block is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block)); | |
- using var block_block = Trampolines.SDActionArity1V52.CreateBlock (block); | |
+ using var block_block = Trampolines.SDActionArity1V53.CreateBlock (block); | |
BlockLiteral *block_ptr_block = &block_block; | |
return Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_Double_bool_IntPtr (class_ptr, selTimerWithTimeInterval_Repeats_Block_XHandle, interval, repeats ? (byte) 1 : (byte) 0, (IntPtr) block_ptr_block))!; | |
} | |
diff --git a/old/mac/full/Foundation/NSUndoManager.g.cs b/new/mac/full/Foundation/NSUndoManager.g.cs | |
index 67d0bd6..1ff0ff6 100644 | |
--- a/old/mac/full/Foundation/NSUndoManager.g.cs | |
+++ b/new/mac/full/Foundation/NSUndoManager.g.cs | |
@@ -253,12 +253,12 @@ namespace Foundation { | |
} | |
[Export ("registerUndoWithTarget:handler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<NSObject> undoHandler) | |
+ public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSObject> undoHandler) | |
{ | |
var target__handle__ = target!.GetNonNullHandle (nameof (target)); | |
if (undoHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (undoHandler)); | |
- using var block_undoHandler = Trampolines.SDActionArity1V53.CreateBlock (undoHandler); | |
+ using var block_undoHandler = Trampolines.SDActionArity1V54.CreateBlock (undoHandler); | |
BlockLiteral *block_ptr_undoHandler = &block_undoHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, selRegisterUndoWithTarget_Handler_XHandle, target__handle__, (IntPtr) block_ptr_undoHandler); | |
diff --git a/old/mac/full/Foundation/NSUrlCache.g.cs b/new/mac/full/Foundation/NSUrlCache.g.cs | |
index bdb705d..4ecbfe3 100644 | |
--- a/old/mac/full/Foundation/NSUrlCache.g.cs | |
+++ b/new/mac/full/Foundation/NSUrlCache.g.cs | |
@@ -172,12 +172,12 @@ namespace Foundation { | |
} | |
[Export ("getCachedResponseForDataTask:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V54.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V55.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, selGetCachedResponseForDataTask_CompletionHandler_XHandle, dataTask__handle__, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/Foundation/NSUrlCredentialStorage.g.cs b/new/mac/full/Foundation/NSUrlCredentialStorage.g.cs | |
index dd79269..03b4c5d 100644 | |
--- a/old/mac/full/Foundation/NSUrlCredentialStorage.g.cs | |
+++ b/new/mac/full/Foundation/NSUrlCredentialStorage.g.cs | |
@@ -112,11 +112,11 @@ namespace Foundation { | |
} | |
[Export ("getCredentialsForProtectionSpace:task:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSDictionary>? completionHandler) | |
+ public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<NSDictionary>? completionHandler) | |
{ | |
var protectionSpace__handle__ = protectionSpace!.GetNonNullHandle (nameof (protectionSpace)); | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V55.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V56.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
@@ -148,11 +148,11 @@ namespace Foundation { | |
} | |
[Export ("getDefaultCredentialForProtectionSpace:task:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<NSUrlCredential>? completionHandler) | |
+ public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSUrlCredential>? completionHandler) | |
{ | |
var space__handle__ = space!.GetNonNullHandle (nameof (space)); | |
var task__handle__ = task!.GetNonNullHandle (nameof (task)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V56.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V57.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/mac/full/Foundation/NSUrlSessionDataDelegate.g.cs b/new/mac/full/Foundation/NSUrlSessionDataDelegate.g.cs | |
index 8c697e9..41150e4 100644 | |
--- a/old/mac/full/Foundation/NSUrlSessionDataDelegate.g.cs | |
+++ b/new/mac/full/Foundation/NSUrlSessionDataDelegate.g.cs | |
@@ -44,10 +44,10 @@ using NativeHandle = System.IntPtr; | |
#endif | |
namespace Foundation { | |
[Protocol (Name = "NSURLSessionDataDelegate", WrapperType = typeof (NSUrlSessionDataDelegateWrapper))] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V57) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeDownloadTask", Selector = "URLSession:dataTask:didBecomeDownloadTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionDownloadTask) }, ParameterByRef = new bool [] { false, false, false })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveData", Selector = "URLSession:dataTask:didReceiveData:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSData) }, ParameterByRef = new bool [] { false, false, false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V54) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V55) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeStreamTask", Selector = "URLSession:dataTask:didBecomeStreamTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionStreamTask) }, ParameterByRef = new bool [] { false, false, false })] | |
public partial interface INSUrlSessionDataDelegate : INativeObject, IDisposable, | |
Foundation.INSUrlSessionTaskDelegate | |
@@ -55,14 +55,14 @@ namespace Foundation { | |
} | |
public unsafe static partial class NSUrlSessionDataDelegate_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
+ public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
var response__handle__ = response!.GetNonNullHandle (nameof (response)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V57.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V58.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveResponse:completionHandler:"), session__handle__, dataTask__handle__, response__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -83,14 +83,14 @@ namespace Foundation { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveData:"), session__handle__, dataTask__handle__, data__handle__); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask)); | |
var proposedResponse__handle__ = proposedResponse!.GetNonNullHandle (nameof (proposedResponse)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V54.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V55.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("URLSession:dataTask:willCacheResponse:completionHandler:"), session__handle__, dataTask__handle__, proposedResponse__handle__, (IntPtr) block_ptr_completionHandler); | |
} | |
@@ -159,13 +159,13 @@ namespace Foundation { | |
} | |
[Export ("URLSession:dataTask:didReceiveResponse:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
+ public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
[Export ("URLSession:dataTask:willCacheResponse:completionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
+ public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<NSCachedUrlResponse> completionHandler) | |
{ | |
throw new You_Should_Not_Call_base_In_This_Method (); | |
} | |
diff --git a/old/mac/full/Foundation/NSUrlSessionDownloadTask.g.cs b/new/mac/full/Foundation/NSUrlSessionDownloadTask.g.cs | |
index 9f4abd1..62ea421 100644 | |
--- a/old/mac/full/Foundation/NSUrlSessionDownloadTask.g.cs | |
+++ b/new/mac/full/Foundation/NSUrlSessionDownloadTask.g.cs | |
@@ -84,11 +84,11 @@ namespace Foundation { | |
} | |
[Export ("cancelByProducingResumeData:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> resumeCallback) | |
+ public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> resumeCallback) | |
{ | |
if (resumeCallback is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (resumeCallback)); | |
- using var block_resumeCallback = Trampolines.SDActionArity1V45.CreateBlock (resumeCallback); | |
+ using var block_resumeCallback = Trampolines.SDActionArity1V46.CreateBlock (resumeCallback); | |
BlockLiteral *block_ptr_resumeCallback = &block_resumeCallback; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selCancelByProducingResumeData_XHandle, (IntPtr) block_ptr_resumeCallback); | |
diff --git a/old/mac/full/Foundation/NSUrlSessionUploadTask.g.cs b/new/mac/full/Foundation/NSUrlSessionUploadTask.g.cs | |
index 1a453f7..4f3a426 100644 | |
--- a/old/mac/full/Foundation/NSUrlSessionUploadTask.g.cs | |
+++ b/new/mac/full/Foundation/NSUrlSessionUploadTask.g.cs | |
@@ -89,11 +89,11 @@ namespace Foundation { | |
[Introduced (PlatformName.iOS, 17,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 17,0, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void CancelByProducingResumeData ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSData> completionHandler) | |
+ public unsafe virtual void CancelByProducingResumeData ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSData> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selCancelByProducingResumeData_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/GameController/GCController.g.cs b/new/mac/full/GameController/GCController.g.cs | |
index 34e4500..feab647 100644 | |
--- a/old/mac/full/GameController/GCController.g.cs | |
+++ b/new/mac/full/GameController/GCController.g.cs | |
@@ -250,7 +250,7 @@ namespace GameController { | |
[Deprecated (PlatformName.iOS, 13,0, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
[Deprecated (PlatformName.TvOS, 13,0, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V58))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V59))] | |
[Export ("controllerPausedHandler", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -259,16 +259,16 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selControllerPausedHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V58.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V59.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))] | |
[Deprecated (PlatformName.MacOSX, 10,15, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
[Deprecated (PlatformName.iOS, 13,0, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
[Deprecated (PlatformName.TvOS, 13,0, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use the Menu button found on the controller's profile, if it exists.")] | |
[Export ("setControllerPausedHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V58.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V59.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/GameController/GCMotion.g.cs b/new/mac/full/GameController/GCMotion.g.cs | |
index b5e9f13..8e8afa9 100644 | |
--- a/old/mac/full/GameController/GCMotion.g.cs | |
+++ b/new/mac/full/GameController/GCMotion.g.cs | |
@@ -187,7 +187,7 @@ namespace GameController { | |
[Obsolete ("Use the 'ValueChangedHandler' property.", false)] | |
[EditorBrowsable (EditorBrowsableState.Never)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void SetValueChangedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<GCMotion> handler) | |
+ public unsafe virtual void SetValueChangedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<GCMotion> handler) | |
{ | |
ValueChangedHandler = handler;; | |
} | |
@@ -473,7 +473,7 @@ namespace GameController { | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
public unsafe virtual global::System.Action<GCMotion>? ValueChangedHandler { | |
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V59))] | |
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V60))] | |
[Export ("valueChangedHandler", ArgumentSemantic.Copy)] | |
get { | |
IntPtr ret; | |
@@ -482,12 +482,12 @@ namespace GameController { | |
} else { | |
ret = global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selValueChangedHandlerXHandle); | |
} | |
- return global::ObjCRuntime.Trampolines.NIDActionArity1V59.Create (ret)!; | |
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V60.Create (ret)!; | |
} | |
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))] | |
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))] | |
[Export ("setValueChangedHandler:", ArgumentSemantic.Copy)] | |
set { | |
- using var block_value = Trampolines.SDActionArity1V59.CreateNullableBlock (value); | |
+ using var block_value = Trampolines.SDActionArity1V60.CreateNullableBlock (value); | |
BlockLiteral *block_ptr_value = null; | |
if (value is not null) | |
block_ptr_value = &block_value; | |
diff --git a/old/mac/full/GameKit/GKMatch.g.cs b/new/mac/full/GameKit/GKMatch.g.cs | |
index f36a2e2..8124b85 100644 | |
--- a/old/mac/full/GameKit/GKMatch.g.cs | |
+++ b/new/mac/full/GameKit/GKMatch.g.cs | |
@@ -106,11 +106,11 @@ namespace GameKit { | |
[Deprecated (PlatformName.MacOSX, 10,10, message: "Use 'ChooseBestHostingPlayer' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'ChooseBestHostingPlayer' instead.")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<string> completionHandler) | |
+ public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<string> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V60.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V61.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selChooseBestHostPlayerWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
@@ -133,11 +133,11 @@ namespace GameKit { | |
} | |
[Export ("chooseBestHostingPlayerWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<GKPlayer> completionHandler) | |
+ public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<GKPlayer> completionHandler) | |
{ | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V61.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V62.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selChooseBestHostingPlayerWithCompletionHandler_XHandle, (IntPtr) block_ptr_completionHandler); | |
diff --git a/old/mac/full/GameKit/GKMatchmaker.g.cs b/new/mac/full/GameKit/GKMatchmaker.g.cs | |
index 41880d9..9e80e80 100644 | |
--- a/old/mac/full/GameKit/GKMatchmaker.g.cs | |
+++ b/new/mac/full/GameKit/GKMatchmaker.g.cs | |
@@ -414,11 +414,11 @@ namespace GameKit { | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 16,2, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<GKPlayer> handler) | |
+ public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<GKPlayer> handler) | |
{ | |
if (handler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler)); | |
- using var block_handler = Trampolines.SDActionArity1V61.CreateBlock (handler); | |
+ using var block_handler = Trampolines.SDActionArity1V62.CreateBlock (handler); | |
BlockLiteral *block_ptr_handler = &block_handler; | |
if (IsDirectBinding) { | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, selStartGroupActivityWithPlayerHandler_XHandle, (IntPtr) block_ptr_handler); | |
diff --git a/old/mac/full/GameplayKit/GKRule.g.cs b/new/mac/full/GameplayKit/GKRule.g.cs | |
index ff5d06e..2a17dc8 100644 | |
--- a/old/mac/full/GameplayKit/GKRule.g.cs | |
+++ b/new/mac/full/GameplayKit/GKRule.g.cs | |
@@ -108,7 +108,7 @@ namespace GameplayKit { | |
} | |
[Export ("ruleWithBlockPredicate:action:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V5))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<GKRuleSystem> action) | |
+ public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V5))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<GKRuleSystem> action) | |
{ | |
if (predicate is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (predicate)); | |
@@ -116,7 +116,7 @@ namespace GameplayKit { | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (action)); | |
using var block_predicate = Trampolines.SDFuncArity2V5.CreateBlock (predicate); | |
BlockLiteral *block_ptr_predicate = &block_predicate; | |
- using var block_action = Trampolines.SDActionArity1V62.CreateBlock (action); | |
+ using var block_action = Trampolines.SDActionArity1V63.CreateBlock (action); | |
BlockLiteral *block_ptr_action = &block_action; | |
return Runtime.GetNSObject<GKRule> (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr (class_ptr, selRuleWithBlockPredicate_Action_XHandle, (IntPtr) block_ptr_predicate, (IntPtr) block_ptr_action))!; | |
} | |
diff --git a/old/mac/full/Intents/INAnswerCallIntentHandling.g.cs b/new/mac/full/Intents/INAnswerCallIntentHandling.g.cs | |
index ae00cfb..bc1078e 100644 | |
--- a/old/mac/full/Intents/INAnswerCallIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INAnswerCallIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[Introduced (PlatformName.iOS, 16,2, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 16,2, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INAnswerCallIntentHandling", WrapperType = typeof (INAnswerCallIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAnswerCall", Selector = "handleAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmAnswerCall", Selector = "confirmAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAnswerCall", Selector = "handleAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmAnswerCall", Selector = "confirmAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
public partial interface IINAnswerCallIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleAnswerCall:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAnswerCallIntentResponse> completion); | |
+ unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INAnswerCallIntentResponse> completion); | |
} | |
public unsafe static partial class INAnswerCallIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAnswerCallIntentResponse> completion) | |
+ public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INAnswerCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleAnswerCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAnswerCallIntentResponse> completion) | |
+ public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INAnswerCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INCallsDomainHandling.g.cs b/new/mac/full/Intents/INCallsDomainHandling.g.cs | |
index 0bedc9d..f0daada 100644 | |
--- a/old/mac/full/Intents/INCallsDomainHandling.g.cs | |
+++ b/new/mac/full/Intents/INCallsDomainHandling.g.cs | |
@@ -62,34 +62,34 @@ namespace Intents { | |
} | |
[Export ("handleSearchCallHistory:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INSearchCallHistoryIntentResponse> completion) | |
+ public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INSearchCallHistoryIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[Export ("handleStartAudioCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStartAudioCallIntentResponse> completion) | |
+ public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartAudioCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[Export ("handleStartVideoCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartVideoCallIntentResponse> completion) | |
+ public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INStartVideoCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INEditMessageIntentHandling.g.cs b/new/mac/full/Intents/INEditMessageIntentHandling.g.cs | |
index a40c84f..4645ceb 100644 | |
--- a/old/mac/full/Intents/INEditMessageIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INEditMessageIntentHandling.g.cs | |
@@ -49,34 +49,34 @@ namespace Intents { | |
[Introduced (PlatformName.iOS, 17,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 17,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INEditMessageIntentHandling", WrapperType = typeof (INEditMessageIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleEditMessage", Selector = "handleEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmEditMessage", Selector = "confirmEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEditedContent", Selector = "resolveEditedContentForEditMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleEditMessage", Selector = "handleEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmEditMessage", Selector = "confirmEditMessage:completion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INEditMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEditedContent", Selector = "resolveEditedContentForEditMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INEditMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })] | |
public partial interface IINEditMessageIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleEditMessage:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INEditMessageIntentResponse> completion); | |
+ unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INEditMessageIntentResponse> completion); | |
} | |
public unsafe static partial class INEditMessageIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmEditMessage (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INEditMessageIntentResponse> completion) | |
+ public unsafe static void ConfirmEditMessage (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INEditMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmEditMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveEditedContent (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INStringResolutionResult> completion) | |
+ public unsafe static void ResolveEditedContent (this IINEditMessageIntentHandling This, INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveEditedContentForEditMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -89,12 +89,12 @@ namespace Intents { | |
} | |
[Export ("handleEditMessage:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INEditMessageIntentResponse> completion) | |
+ public unsafe void HandleEditMessage (INEditMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INEditMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleEditMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INFocusStatusCenter.g.cs b/new/mac/full/Intents/INFocusStatusCenter.g.cs | |
index dbba463..5b30850 100644 | |
--- a/old/mac/full/Intents/INFocusStatusCenter.g.cs | |
+++ b/new/mac/full/Intents/INFocusStatusCenter.g.cs | |
@@ -91,9 +91,9 @@ namespace Intents { | |
[Export ("requestAuthorizationWithCompletionHandler:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler) | |
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler) | |
{ | |
- using var block_completionHandler = Trampolines.SDActionArity1V69.CreateNullableBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V70.CreateNullableBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = null; | |
if (completionHandler is not null) | |
block_ptr_completionHandler = &block_completionHandler; | |
diff --git a/old/mac/full/Intents/INHangUpCallIntentHandling.g.cs b/new/mac/full/Intents/INHangUpCallIntentHandling.g.cs | |
index 409b48e..f4c97ef 100644 | |
--- a/old/mac/full/Intents/INHangUpCallIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INHangUpCallIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[Introduced (PlatformName.iOS, 16,2, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 16,2, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INHangUpCallIntentHandling", WrapperType = typeof (INHangUpCallIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleHangUpCall", Selector = "handleHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmHangUpCall", Selector = "confirmHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleHangUpCall", Selector = "handleHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmHangUpCall", Selector = "confirmHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })] | |
public partial interface IINHangUpCallIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleHangUpCall:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INHangUpCallIntentResponse> completion); | |
+ unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INHangUpCallIntentResponse> completion); | |
} | |
public unsafe static partial class INHangUpCallIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INHangUpCallIntentResponse> completion) | |
+ public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INHangUpCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleHangUpCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INHangUpCallIntentResponse> completion) | |
+ public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INHangUpCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INSearchCallHistoryIntentHandling.g.cs b/new/mac/full/Intents/INSearchCallHistoryIntentHandling.g.cs | |
index 602bbf6..25f41f1 100644 | |
--- a/old/mac/full/Intents/INSearchCallHistoryIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INSearchCallHistoryIntentHandling.g.cs | |
@@ -49,27 +49,27 @@ namespace Intents { | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Deprecated (PlatformName.MacCatalyst, 15,0)] | |
[Protocol (Name = "INSearchCallHistoryIntentHandling", WrapperType = typeof (INSearchCallHistoryIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchCallHistory", Selector = "handleSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmSearchCallHistory", Selector = "confirmSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallType", Selector = "resolveCallTypeForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipient", Selector = "resolveRecipientForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallTypes", Selector = "resolveCallTypesForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchCallHistory", Selector = "handleSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmSearchCallHistory", Selector = "confirmSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallType", Selector = "resolveCallTypeForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipient", Selector = "resolveRecipientForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallTypes", Selector = "resolveCallTypesForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })] | |
public partial interface IINSearchCallHistoryIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleSearchCallHistory:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INSearchCallHistoryIntentResponse> completion); | |
+ unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INSearchCallHistoryIntentResponse> completion); | |
} | |
public unsafe static partial class INSearchCallHistoryIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmSearchCallHistory (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INSearchCallHistoryIntentResponse> completion) | |
+ public unsafe static void ConfirmSearchCallHistory (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INSearchCallHistoryIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,42 +78,42 @@ namespace Intents { | |
[Deprecated (PlatformName.iOS, 11,0, message: "Use 'ResolveCallTypes' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'ResolveCallTypes' instead.")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveCallType (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INCallRecordTypeResolutionResult> completion) | |
+ public unsafe static void ResolveCallType (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INCallRecordTypeResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveCallTypeForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveDateCreated (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INDateComponentsRangeResolutionResult> completion) | |
+ public unsafe static void ResolveDateCreated (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INDateComponentsRangeResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveDateCreatedForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveRecipient (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INPersonResolutionResult> completion) | |
+ public unsafe static void ResolveRecipient (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INPersonResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveRecipientForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveCallTypes (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INCallRecordTypeOptionsResolutionResult> completion) | |
+ public unsafe static void ResolveCallTypes (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INCallRecordTypeOptionsResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveCallTypesForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -126,12 +126,12 @@ namespace Intents { | |
} | |
[Export ("handleSearchCallHistory:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INSearchCallHistoryIntentResponse> completion) | |
+ public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INSearchCallHistoryIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INSearchForMessagesIntentHandling.g.cs b/new/mac/full/Intents/INSearchForMessagesIntentHandling.g.cs | |
index f567d36..c56ce5a 100644 | |
--- a/old/mac/full/Intents/INSearchForMessagesIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INSearchForMessagesIntentHandling.g.cs | |
@@ -46,69 +46,69 @@ namespace Intents { | |
[Obsoleted (PlatformName.MacOSX, 10,0, message: "Unavailable on macOS, will be removed in the future.")] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INSearchForMessagesIntentHandling", WrapperType = typeof (INSearchForMessagesIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForMessages", Selector = "handleSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmSearchForMessages", Selector = "confirmSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSenders", Selector = "resolveSendersForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAttributes", Selector = "resolveAttributesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INMessageAttributeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateTimeRange", Selector = "resolveDateTimeRangeForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupNames", Selector = "resolveGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpeakableGroupNames", Selector = "resolveSpeakableGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForMessages", Selector = "handleSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmSearchForMessages", Selector = "confirmSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSenders", Selector = "resolveSendersForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAttributes", Selector = "resolveAttributesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INMessageAttributeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateTimeRange", Selector = "resolveDateTimeRangeForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupNames", Selector = "resolveGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpeakableGroupNames", Selector = "resolveSpeakableGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })] | |
public partial interface IINSearchForMessagesIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleSearchForMessages:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INSearchForMessagesIntentResponse> completion); | |
+ unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INSearchForMessagesIntentResponse> completion); | |
} | |
public unsafe static partial class INSearchForMessagesIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmSearchForMessages (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INSearchForMessagesIntentResponse> completion) | |
+ public unsafe static void ConfirmSearchForMessages (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INSearchForMessagesIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmSearchForMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveRecipients (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INPersonResolutionResult[]> completion) | |
+ public unsafe static void ResolveRecipients (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INPersonResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveRecipientsForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveSenders (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INPersonResolutionResult[]> completion) | |
+ public unsafe static void ResolveSenders (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INPersonResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveSendersForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveAttributes (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INMessageAttributeOptionsResolutionResult> completion) | |
+ public unsafe static void ResolveAttributes (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<INMessageAttributeOptionsResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V78.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveAttributesForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveDateTimeRange (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INDateComponentsRangeResolutionResult> completion) | |
+ public unsafe static void ResolveDateTimeRange (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INDateComponentsRangeResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveDateTimeRangeForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -117,22 +117,22 @@ namespace Intents { | |
[Deprecated (PlatformName.iOS, 11,0, message: "Use 'ResolveSpeakableGroupNames' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'ResolveSpeakableGroupNames' instead.")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveGroupNames (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<INStringResolutionResult[]> completion) | |
+ public unsafe static void ResolveGroupNames (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<INStringResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V78.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V79.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveGroupNamesForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveSpeakableGroupNames (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<INSpeakableStringResolutionResult[]> completion) | |
+ public unsafe static void ResolveSpeakableGroupNames (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<INSpeakableStringResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V79.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V80.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveSpeakableGroupNamesForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -145,12 +145,12 @@ namespace Intents { | |
} | |
[Export ("handleSearchForMessages:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INSearchForMessagesIntentResponse> completion) | |
+ public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INSearchForMessagesIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleSearchForMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INSendMessageIntentHandling.g.cs b/new/mac/full/Intents/INSendMessageIntentHandling.g.cs | |
index 5989927..a0e2588 100644 | |
--- a/old/mac/full/Intents/INSendMessageIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INSendMessageIntentHandling.g.cs | |
@@ -46,29 +46,29 @@ namespace Intents { | |
[Introduced (PlatformName.MacOSX, 12,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INSendMessageIntentHandling", WrapperType = typeof (INSendMessageIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendMessage", Selector = "handleSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmSendMessage", Selector = "confirmSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V81) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOutgoingMessageType", Selector = "resolveOutgoingMessageTypeForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpeakableGroupName", Selector = "resolveSpeakableGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V83) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendMessage", Selector = "handleSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V81) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmSendMessage", Selector = "confirmSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V81) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOutgoingMessageType", Selector = "resolveOutgoingMessageTypeForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V83) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpeakableGroupName", Selector = "resolveSpeakableGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })] | |
public partial interface IINSendMessageIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleSendMessage:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<INSendMessageIntentResponse> completion); | |
+ unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<INSendMessageIntentResponse> completion); | |
} | |
public unsafe static partial class INSendMessageIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmSendMessage (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<INSendMessageIntentResponse> completion) | |
+ public unsafe static void ConfirmSendMessage (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<INSendMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V80.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V81.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -77,32 +77,32 @@ namespace Intents { | |
[Deprecated (PlatformName.MacOSX, 10,13, message: "Use 'ResolveRecipients (INSendMessageIntent, Action<INSendMessageRecipientResolutionResult []>)' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'ResolveRecipients (INSendMessageIntent, Action<INSendMessageRecipientResolutionResult []>)' instead.")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INPersonResolutionResult[]> completion) | |
+ public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INPersonResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveRecipientsForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<INSendMessageRecipientResolutionResult[]> completion) | |
+ public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<INSendMessageRecipientResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V81.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V82.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveRecipientsForSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveContent (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INStringResolutionResult> completion) | |
+ public unsafe static void ResolveContent (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveContentForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -111,12 +111,12 @@ namespace Intents { | |
[Deprecated (PlatformName.iOS, 11,0, message: "Use 'ResolveSpeakableGroupName' instead.")] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'ResolveSpeakableGroupName' instead.")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INStringResolutionResult> completion) | |
+ public unsafe static void ResolveGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveGroupNameForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -124,22 +124,22 @@ namespace Intents { | |
[Introduced (PlatformName.iOS, 14,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 14,0, ObjCRuntime.PlatformArchitecture.All)] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveOutgoingMessageType (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<INOutgoingMessageTypeResolutionResult> completion) | |
+ public unsafe static void ResolveOutgoingMessageType (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INOutgoingMessageTypeResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V82.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V83.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveOutgoingMessageTypeForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveSpeakableGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INSpeakableStringResolutionResult> completion) | |
+ public unsafe static void ResolveSpeakableGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INSpeakableStringResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V83.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveSpeakableGroupNameForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -152,12 +152,12 @@ namespace Intents { | |
} | |
[Export ("handleSendMessage:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<INSendMessageIntentResponse> completion) | |
+ public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<INSendMessageIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V80.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V81.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INShareFocusStatusIntentHandling.g.cs b/new/mac/full/Intents/INShareFocusStatusIntentHandling.g.cs | |
index 7155d44..0263471 100644 | |
--- a/old/mac/full/Intents/INShareFocusStatusIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INShareFocusStatusIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[Introduced (PlatformName.iOS, 15,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 15,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INShareFocusStatusIntentHandling", WrapperType = typeof (INShareFocusStatusIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleShareFocusStatus", Selector = "handleShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmShareFocusStatus", Selector = "confirmShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleShareFocusStatus", Selector = "handleShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmShareFocusStatus", Selector = "confirmShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })] | |
public partial interface IINShareFocusStatusIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleShareFocusStatus:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INShareFocusStatusIntentResponse> completion); | |
+ unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INShareFocusStatusIntentResponse> completion); | |
} | |
public unsafe static partial class INShareFocusStatusIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmShareFocusStatus (this IINShareFocusStatusIntentHandling This, INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
+ public unsafe static void ConfirmShareFocusStatus (this IINShareFocusStatusIntentHandling This, INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmShareFocusStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleShareFocusStatus:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
+ public unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INShareFocusStatusIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleShareFocusStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INStartAudioCallIntentHandling.g.cs b/new/mac/full/Intents/INStartAudioCallIntentHandling.g.cs | |
index 50f2412..462ab19 100644 | |
--- a/old/mac/full/Intents/INStartAudioCallIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INStartAudioCallIntentHandling.g.cs | |
@@ -49,45 +49,45 @@ namespace Intents { | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'INStartCallIntentHandling' instead.")] | |
[Protocol (Name = "INStartAudioCallIntentHandling", WrapperType = typeof (INStartAudioCallIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartAudioCall", Selector = "handleStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmStartAudioCall", Selector = "confirmStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDestinationType", Selector = "resolveDestinationTypeForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartAudioCall", Selector = "handleStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmStartAudioCall", Selector = "confirmStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDestinationType", Selector = "resolveDestinationTypeForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
public partial interface IINStartAudioCallIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleStartAudioCall:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStartAudioCallIntentResponse> completion); | |
+ unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartAudioCallIntentResponse> completion); | |
} | |
public unsafe static partial class INStartAudioCallIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmStartAudioCall (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStartAudioCallIntentResponse> completion) | |
+ public unsafe static void ConfirmStartAudioCall (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartAudioCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveDestinationType (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INCallDestinationTypeResolutionResult> completion) | |
+ public unsafe static void ResolveDestinationType (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INCallDestinationTypeResolutionResult> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveDestinationTypeForStartAudioCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveContacts (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INPersonResolutionResult[]> completion) | |
+ public unsafe static void ResolveContacts (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INPersonResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveContactsForStartAudioCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -100,12 +100,12 @@ namespace Intents { | |
} | |
[Export ("handleStartAudioCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INStartAudioCallIntentResponse> completion) | |
+ public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartAudioCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INStartVideoCallIntentHandling.g.cs b/new/mac/full/Intents/INStartVideoCallIntentHandling.g.cs | |
index 54b08a3..1f6039f 100644 | |
--- a/old/mac/full/Intents/INStartVideoCallIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INStartVideoCallIntentHandling.g.cs | |
@@ -49,34 +49,34 @@ namespace Intents { | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Deprecated (PlatformName.MacCatalyst, 13,1, message: "Use 'INStartCallIntentHandling' instead.")] | |
[Protocol (Name = "INStartVideoCallIntentHandling", WrapperType = typeof (INStartVideoCallIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartVideoCall", Selector = "handleStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmStartVideoCall", Selector = "confirmStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartVideoCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartVideoCall", Selector = "handleStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmStartVideoCall", Selector = "confirmStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartVideoCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })] | |
public partial interface IINStartVideoCallIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleStartVideoCall:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartVideoCallIntentResponse> completion); | |
+ unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INStartVideoCallIntentResponse> completion); | |
} | |
public unsafe static partial class INStartVideoCallIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmStartVideoCall (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartVideoCallIntentResponse> completion) | |
+ public unsafe static void ConfirmStartVideoCall (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INStartVideoCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ResolveContacts (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INPersonResolutionResult[]> completion) | |
+ public unsafe static void ResolveContacts (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INPersonResolutionResult[]> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("resolveContactsForStartVideoCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -89,12 +89,12 @@ namespace Intents { | |
} | |
[Export ("handleStartVideoCall:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INStartVideoCallIntentResponse> completion) | |
+ public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INStartVideoCallIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/Intents/INUnsendMessagesIntentHandling.g.cs b/new/mac/full/Intents/INUnsendMessagesIntentHandling.g.cs | |
index 03822ce..4e344f0 100644 | |
--- a/old/mac/full/Intents/INUnsendMessagesIntentHandling.g.cs | |
+++ b/new/mac/full/Intents/INUnsendMessagesIntentHandling.g.cs | |
@@ -49,23 +49,23 @@ namespace Intents { | |
[Introduced (PlatformName.iOS, 17,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Introduced (PlatformName.MacCatalyst, 17,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Protocol (Name = "INUnsendMessagesIntentHandling", WrapperType = typeof (INUnsendMessagesIntentHandlingWrapper))] | |
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUnsendMessages", Selector = "handleUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmUnsendMessages", Selector = "confirmUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })] | |
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUnsendMessages", Selector = "handleUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmUnsendMessages", Selector = "confirmUnsendMessages:completion:", ParameterType = new Type [] { typeof (Intents.INUnsendMessagesIntent), typeof (global::System.Action<global::Intents.INUnsendMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
public partial interface IINUnsendMessagesIntentHandling : INativeObject, IDisposable | |
{ | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
[Export ("handleUnsendMessages:completion:")] | |
[Preserve (Conditional = true)] | |
- unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INUnsendMessagesIntentResponse> completion); | |
+ unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INUnsendMessagesIntentResponse> completion); | |
} | |
public unsafe static partial class INUnsendMessagesIntentHandling_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void ConfirmUnsendMessages (this IINUnsendMessagesIntentHandling This, INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
+ public unsafe static void ConfirmUnsendMessages (this IINUnsendMessagesIntentHandling This, INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (This.Handle, Selector.GetHandle ("confirmUnsendMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
@@ -78,12 +78,12 @@ namespace Intents { | |
} | |
[Export ("handleUnsendMessages:completion:")] | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
+ public unsafe void HandleUnsendMessages (INUnsendMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INUnsendMessagesIntentResponse> completion) | |
{ | |
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent)); | |
if (completion is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion)); | |
- using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion); | |
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion); | |
BlockLiteral *block_ptr_completion = &block_completion; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("handleUnsendMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion); | |
} | |
diff --git a/old/mac/full/MailKit/MEComposeSessionHandler.g.cs b/new/mac/full/MailKit/MEComposeSessionHandler.g.cs | |
index 47d0519..548945b 100644 | |
--- a/old/mac/full/MailKit/MEComposeSessionHandler.g.cs | |
+++ b/new/mac/full/MailKit/MEComposeSessionHandler.g.cs | |
@@ -52,7 +52,7 @@ namespace MailKit { | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "MailComposeSessionDidBegin", Selector = "mailComposeSessionDidBegin:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "MailComposeSessionDidEnd", Selector = "mailComposeSessionDidEnd:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetViewController", Selector = "viewControllerForSession:", ReturnType = typeof (MailKit.MEExtensionViewController), ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AnnotateAddress", Selector = "session:annotateAddressesWithCompletionHandler:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession), typeof (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })] | |
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AnnotateAddress", Selector = "session:annotateAddressesWithCompletionHandler:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession), typeof (global::System.Action<NSDictionary<global::MailKit.MEEmailAddress, global::MailKit.MEAddressAnnotation>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V88) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AllowMessageSend", Selector = "session:canSendMessageWithCompletionHandler:", ParameterType = new Type [] { typeof (MailKit.MEComposeSession), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V16) })] | |
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetAdditionalHeaders", Selector = "additionalHeadersForSession:", ReturnType = typeof (global::Foundation.NSDictionary<NSString, NSArray<NSString>>), ParameterType = new Type [] { typeof (MailKit.MEComposeSession) }, ParameterByRef = new bool [] { false })] | |
public partial interface IMEComposeSessionHandler : INativeObject, IDisposable | |
@@ -72,12 +72,12 @@ namespace MailKit { | |
} | |
public unsafe static partial class MEComposeSessionHandler_Extensions { | |
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)] | |
- public unsafe static void AnnotateAddress (this IMEComposeSessionHandler This, MEComposeSession session, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<NSDictionary<MEEmailAddress, MEAddressAnnotation>> completionHandler) | |
+ public unsafe static void AnnotateAddress (this IMEComposeSessionHandler This, MEComposeSession session, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<NSDictionary<MEEmailAddress, MEAddressAnnotation>> completionHandler) | |
{ | |
var session__handle__ = session!.GetNonNullHandle (nameof (session)); | |
if (completionHandler is null) | |
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler)); | |
- using var block_completionHandler = Trampolines.SDActionArity1V87.CreateBlock (completionHandler); | |
+ using var block_completionHandler = Trampolines.SDActionArity1V88.CreateBlock (completionHandler); | |
BlockLiteral *block_ptr_completionHandler = &block_completionHandler; | |
global::ObjCRuntime.Messaging.void_objc_msgSend_In |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment