Ryujinx-GtkSharp/doc/en/Gnome.Vfs/MethodTruncateHandleFunc.xml
Mike Kestner abaf1ce343 2005-06-06 Mike Kestner <mkestner@novell.com>
* 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
2005-06-06 17:16:04 +00:00

29 lines
1.1 KiB
XML

<Type Name="MethodTruncateHandleFunc" FullName="Gnome.Vfs.MethodTruncateHandleFunc">
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result MethodTruncateHandleFunc(Gnome.Vfs.Method method, IntPtr handle, long length, Gnome.Vfs.Context context);" />
<AssemblyInfo>
<AssemblyName>gnome-vfs-sharp</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="method" Type="Gnome.Vfs.Method" />
<Parameter Name="handle" Type="System.IntPtr" />
<Parameter Name="length" Type="System.Int64" />
<Parameter Name="context" Type="Gnome.Vfs.Context" />
</Parameters>
<ReturnValue>
<ReturnType>Gnome.Vfs.Result</ReturnType>
</ReturnValue>
<Docs>
<param name="method">To be added.</param>
<param name="handle">To be added.</param>
<param name="length">To be added.</param>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>