Ryujinx-GtkSharp/doc/en/Gtk/ReadyEvent.xml
Mike Kestner ab07fa8056 updates to assembly version elements
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00

23 lines
916 B
XML

<Type Name="ReadyEvent" FullName="Gtk.ReadyEvent">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ReadyEvent();" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey />
<AssemblyVersion>2.6.0.0</AssemblyVersion>
</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>
<Docs>
<summary>Delegate specifying a signature for functions that run whenever <see cref="M:Gtk.ThreadNotify.WakeupMain ()" /> is invoked.</summary>
<remarks>See <see cref="T:Gtk.ThreadNotify" />.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>