Ryujinx-GtkSharp/doc/en/Gnome.Vfs/MethodFileControlFunc.xml

31 lines
1.2 KiB
XML
Raw Normal View History

<Type Name="MethodFileControlFunc" FullName="Gnome.Vfs.MethodFileControlFunc">
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result MethodFileControlFunc(Gnome.Vfs.Method method, IntPtr method_handle, string operation, IntPtr operation_data, 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="method_handle" Type="System.IntPtr" />
<Parameter Name="operation" Type="System.String" />
<Parameter Name="operation_data" Type="System.IntPtr" />
<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="method_handle">To be added.</param>
<param name="operation">To be added.</param>
<param name="operation_data">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>