no more submodule
This commit is contained in:
29
GtkSharp/Source/OldStuff/doc/en/GLib/IdleHandler.xml
Normal file
29
GtkSharp/Source/OldStuff/doc/en/GLib/IdleHandler.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<Type Name="IdleHandler" FullName="GLib.IdleHandler">
|
||||
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool IdleHandler();" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed IdleHandler extends System.MulticastDelegate" />
|
||||
<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>
|
||||
<Parameters>
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>Delegate to invoke during idle time</summary>
|
||||
<returns>To be added.</returns>
|
||||
<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 />
|
||||
</Type>
|
||||
Reference in New Issue
Block a user