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();" />
2003-02-12 01:58:24 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
2007-12-06 17:36:20 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
2003-02-12 01:58:24 +00:00
</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>
2005-05-23 20:41:51 +00:00
<returns > To be added.</returns>
2003-02-12 01:58:24 +00:00
</Docs>
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
<Members />
2007-01-15 21:19:09 +00:00
<Parameters >
</Parameters>
2003-08-30 02:35:39 +00:00
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2005-05-23 20:41:51 +00:00
</Type>