mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:15:41 +00:00
9af713e759
svn path=/trunk/gtk-sharp/; revision=49389
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.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>
|