mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 19:05:39 +00:00
f8d36b9453
* configure.in.in : add monodocer-fu. 2005-05-23 Mike Kestner <mkestner@novell.com> * Makefile.am : switch to monodocer * updater : kill * en/*/*.xml : enormo-diff from monodocer first run without --delete. svn path=/trunk/gtk-sharp/; revision=44915
22 lines
847 B
XML
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.0.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>
|