no more submodule
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<Type Name="GInterfaceInitHandler" FullName="GLib.GInterfaceInitHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void GInterfaceInitHandler(IntPtr iface_ptr, IntPtr data);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed GInterfaceInitHandler 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="iface_ptr" Type="System.IntPtr" />
|
||||
<Parameter Name="data" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="iface_ptr">A native Iface struct pointer to populate.</param>
|
||||
<param name="data">User data provided at registration time. Always IntPtr.Zero.</param>
|
||||
<summary>GInterface Initialization Handler.</summary>
|
||||
<remarks>Only useful for binding authors, and generated binding code.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user