mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:25:28 +00:00
35 lines
1.5 KiB
XML
35 lines
1.5 KiB
XML
<Type Name="Signal+EmissionHookNative" FullName="GLib.Signal+EmissionHookNative">
|
|
<TypeSignature Language="C#" Value="public delegate bool Signal.EmissionHookNative(ref Signal.InvocationHint hint, uint n_pvals, IntPtr pvals, IntPtr data);" />
|
|
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed Signal/EmissionHookNative extends System.MulticastDelegate" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>glib-sharp</AssemblyName>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Attributes>
|
|
<Attribute>
|
|
<AttributeName>System.Runtime.InteropServices.UnmanagedFunctionPointer(System.Runtime.InteropServices.CallingConvention.Cdecl)</AttributeName>
|
|
</Attribute>
|
|
</Attributes>
|
|
<Parameters>
|
|
<Parameter Name="hint" Type="GLib.Signal+InvocationHint&" RefType="ref" />
|
|
<Parameter Name="n_pvals" Type="System.UInt32" />
|
|
<Parameter Name="pvals" Type="System.IntPtr" />
|
|
<Parameter Name="data" Type="System.IntPtr" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="hint">invocation hint.</param>
|
|
<param name="n_pvals">number of parameters.</param>
|
|
<param name="pvals">parameter values.</param>
|
|
<param name="data">user data.</param>
|
|
<summary>Emission hook native delegate type.</summary>
|
|
<returns>indicates if emission should be stopped.</returns>
|
|
<remarks />
|
|
<since version="Gtk# 2.12" />
|
|
</Docs>
|
|
</Type>
|