mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 02:05:41 +00:00
abaf1ce343
* generator/ImportSignature.cs : fix native delegate namespacing hack. * gnomevfs/gnome-vfs-api.raw : regen. * gnomevfs/Gnomevfs.metadata : replace all the type renames with a namespace rename. remove-node several manually implemented callback types and broken generated types for now. * gnomevfs/Async.cs : use Opaque.Handle. * gnomevfs/Handle.cs : kill. replaced by generated GLib.Opaque type. * gnomevfs/Makefile.am : kill Handle.cs. * gnomevfs/Sync.cs : use Opaque.Handle. * sources/gtk-sharp-2.6-sources.xml : s/Gnome.Vfs/GnomeVFS. svn path=/trunk/gtk-sharp/; revision=45507
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<Type Name="AsyncModuleCallback" FullName="Gnome.Vfs.AsyncModuleCallback">
|
|
<TypeSignature Language="C#" Value="public delegate void AsyncModuleCallback(IntPtr in_param, ulong in_size, IntPtr out_param, ulong out_size, IntPtr callback_data, Gnome.Vfs.ModuleCallbackResponse response);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gnome-vfs-sharp</AssemblyName>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="in_param" Type="System.IntPtr" />
|
|
<Parameter Name="in_size" Type="System.UInt64" />
|
|
<Parameter Name="out_param" Type="System.IntPtr" />
|
|
<Parameter Name="out_size" Type="System.UInt64" />
|
|
<Parameter Name="callback_data" Type="System.IntPtr" />
|
|
<Parameter Name="response" Type="Gnome.Vfs.ModuleCallbackResponse" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="in_param">To be added.</param>
|
|
<param name="in_size">To be added.</param>
|
|
<param name="out_param">To be added.</param>
|
|
<param name="out_size">To be added.</param>
|
|
<param name="callback_data">To be added.</param>
|
|
<param name="response">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|