Ryujinx-GtkSharp/doc/en/Gtk/TreeDestroyCountFunc.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

28 lines
1.3 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);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed TreeDestroyCountFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</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>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<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>
<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>
<Members />
</Type>