2007-10-05 18:55:46 +00:00
|
|
|
<Type Name="GInterfaceInitHandler" FullName="GLib.GInterfaceInitHandler">
|
|
|
|
<TypeSignature Language="C#" Value="public delegate void GInterfaceInitHandler(IntPtr iface_ptr, IntPtr data);" />
|
|
|
|
<AssemblyInfo>
|
|
|
|
<AssemblyName>glib-sharp</AssemblyName>
|
2007-12-06 17:36:20 +00:00
|
|
|
<AssemblyVersion>2.12.0.0</AssemblyVersion>
|
2007-10-05 18:55:46 +00:00
|
|
|
</AssemblyInfo>
|
|
|
|
<Base>
|
|
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
|
|
</Base>
|
|
|
|
<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>
|