Ryujinx-GtkSharp/doc/en/GLib/IdleHandler.xml
Mike Kestner 93748ff346 updater run for glib docs with some actual docs mixed in
svn path=/trunk/gtk-sharp/; revision=122562
2009-01-06 16:29:49 +00:00

29 lines
1.0 KiB
XML

<Type Name="IdleHandler" FullName="GLib.IdleHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool IdleHandler();" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Docs>
<summary>Delegate to invoke during idle time</summary>
<value>To be added.</value>
<remarks>
<para>
The handler specified by the delegate will be invoked during
the GLib main loop execution. If the handler returns <see langword="true" /> the handler is kept for another round of
Idle execution, if <see langword="false" /> is returned, the
handler is removed.
</para>
</remarks>
</Docs>
<Members />
<Parameters>
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
</Type>