mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:05:28 +00:00
3402acb805
svn path=/trunk/gtk-sharp/; revision=90841
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<Type Name="TreeDestroyCountFunc" FullName="Gtk.TreeDestroyCountFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void TreeDestroyCountFunc(TreeView tree_view, TreePath path, int children);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.12.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>
|
|
<param name="tree_view">To be added.</param>
|
|
<param name="path">To be added.</param>
|
|
<param name="children">To be added.</param>
|
|
<summary>Delegate class for use by <see cref="C:Gtk.TreeView.SetDestroyCountFunc" />. Almost never used; see that method's docs to find out why you might want to use it.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="tree_view" Type="Gtk.TreeView" />
|
|
<Parameter Name="path" Type="Gtk.TreePath" />
|
|
<Parameter Name="children" Type="System.Int32" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|