2003-02-12 01:58:24 +00:00
<Type Name= "IdleHandler" FullName= "GLib.IdleHandler" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public sealed delegate bool IdleHandler ();" Maintainer= "auto" />
2003-02-12 01:58:24 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:58:24 +00:00
<Docs >
2003-03-09 07:58:52 +00:00
<summary > Delegate to invoke during idle time</summary>
<remarks >
<para >
The handler specified by the delegate will be invoked during
2003-03-15 22:45:31 +00:00
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
2003-03-09 07:58:52 +00:00
handler is removed.
</para>
</remarks>
2003-02-12 01:58:24 +00:00
</Docs>
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
<Interfaces >
<Interface >
<InterfaceName > System.ICloneable</InterfaceName>
</Interface>
<Interface >
<InterfaceName > System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
2003-07-21 00:13:00 +00:00
<Parameters >
</Parameters>
<ReturnValue > <ReturnType > System.Boolean</ReturnType> </ReturnValue>
</Type>