2003-02-12 01:58:24 +00:00
<Type Name= "IdleHandler" FullName= "GLib.IdleHandler" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public delegate bool IdleHandler();" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi sealed IdleHandler extends System.MulticastDelegate" />
2003-02-12 01:58:24 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
</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>
2009-01-06 16:29:49 +00:00
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
2011-11-09 16:01:51 +00:00
<Parameters >
</Parameters>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
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>
2011-11-09 16:01:51 +00:00
<returns > To be added.</returns>
2003-03-09 07:58:52 +00:00
<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>
<Members />
2005-05-23 20:41:51 +00:00
</Type>