Ryujinx-GtkSharp/doc/en/Gtk/ItemFactoryCallback.xml
Miguel de Icaza 9af713e759 Revert mistake
svn path=/trunk/gtk-sharp/; revision=49389
2005-09-03 04:11:38 +00:00

22 lines
847 B
XML

<Type Name="ItemFactoryCallback" FullName="Gtk.ItemFactoryCallback">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ItemFactoryCallback();" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<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 function to be invoked by <see cref="T:Gtk.ItemFactory" />.</summary>
<remarks>TODO: offer an example.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>