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

24 lines
850 B
XML

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