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