mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:55:38 +00:00
352fc8e849
Didn't audit any of this.
27 lines
1 KiB
XML
27 lines
1 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>
|