no more submodule
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user