Ryujinx-GtkSharp/doc/en/GLib/FileReadMoreCallback.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

26 lines
965 B
XML

<Type Name="FileReadMoreCallback" FullName="GLib.FileReadMoreCallback">
<TypeSignature Language="C#" Value="public delegate bool FileReadMoreCallback(string file_contents, long file_size);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed FileReadMoreCallback extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gio-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="file_contents" Type="System.String" />
<Parameter Name="file_size" Type="System.Int64" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="file_contents">To be added.</param>
<param name="file_size">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<since version="Gtk# 2.14" />
</Docs>
</Type>