Ryujinx-GtkSharp/doc/en/Gnome.Vfs/MethodMonitorAddFunc.xml
Mike Kestner ab07fa8056 updates to assembly version elements
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00

29 lines
1.1 KiB
XML

<Type Name="MethodMonitorAddFunc" FullName="Gnome.Vfs.MethodMonitorAddFunc">
<TypeSignature Language="C#" Value="public delegate Gnome.Vfs.Result MethodMonitorAddFunc(Gnome.Vfs.Method method, IntPtr method_handle_return, Gnome.Vfs.Uri uri, Gnome.Vfs.MonitorType monitor_type);" />
<AssemblyInfo>
<AssemblyName>gnome-vfs-sharp</AssemblyName>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="method" Type="Gnome.Vfs.Method" />
<Parameter Name="method_handle_return" Type="System.IntPtr" />
<Parameter Name="uri" Type="Gnome.Vfs.Uri" />
<Parameter Name="monitor_type" Type="Gnome.Vfs.MonitorType" />
</Parameters>
<ReturnValue>
<ReturnType>Gnome.Vfs.Result</ReturnType>
</ReturnValue>
<Docs>
<param name="method">To be added.</param>
<param name="method_handle_return">To be added.</param>
<param name="uri">To be added.</param>
<param name="monitor_type">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>