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

27 lines
1.0 KiB
XML

<Type Name="SimpleAsyncThreadFunc" FullName="GLib.SimpleAsyncThreadFunc">
<TypeSignature Language="C#" Value="public delegate void SimpleAsyncThreadFunc(SimpleAsyncResult res, Object objekt, Cancellable cancellable);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SimpleAsyncThreadFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gio-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="res" Type="GLib.SimpleAsyncResult" />
<Parameter Name="objekt" Type="GLib.Object" />
<Parameter Name="cancellable" Type="GLib.Cancellable" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="res">To be added.</param>
<param name="objekt">To be added.</param>
<param name="cancellable">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<since version="Gtk# 2.14" />
</Docs>
</Type>