mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:25:34 +00:00
ab07fa8056
svn path=/trunk/gtk-sharp/; revision=46164
25 lines
834 B
XML
25 lines
834 B
XML
<Type Name="MethodIsLocalFunc" FullName="Gnome.Vfs.MethodIsLocalFunc">
|
|
<TypeSignature Language="C#" Value="public delegate bool MethodIsLocalFunc(Gnome.Vfs.Method method, Gnome.Vfs.Uri uri);" />
|
|
<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="uri" Type="Gnome.Vfs.Uri" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="method">To be added.</param>
|
|
<param name="uri">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<returns>To be added.</returns>
|
|
<remarks>To be added.</remarks>
|
|
</Docs>
|
|
</Type>
|