28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<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>
|