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

24 lines
840 B
XML

<Type Name="PollableSourceFunc" FullName="GLib.PollableSourceFunc">
<TypeSignature Language="C#" Value="public delegate bool PollableSourceFunc(Object pollable_stream);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed PollableSourceFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gio-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="pollable_stream" Type="GLib.Object" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="pollable_stream">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>