Ryujinx-GtkSharp/doc/en/GLib/GSourceFunc.xml
Mike Kestner bd9da3f412 updater whitespace
svn path=/trunk/gtk-sharp/; revision=89769
2007-11-16 16:22:29 +00:00

20 lines
744 B
XML

<Type Name="GSourceFunc" FullName="GLib.GSourceFunc">
<TypeSignature Language="C#" Value="public delegate bool GSourceFunc();" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters />
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>GSource callback delegate.</summary>
<returns>A boolean value.</returns>
<remarks>Typically, when the delegate returns <see langword="true" />, the delegate remains connected to the event source. When <see langword="false" /> is returned, the delegate is removed.</remarks>
</Docs>
</Type>