Ryujinx-GtkSharp/Source/doc/en/Gtk/TreeModelForeachFunc.xml
2017-09-04 22:36:28 -03:00

30 lines
1.4 KiB
XML

<Type Name="TreeModelForeachFunc" FullName="Gtk.TreeModelForeachFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool TreeModelForeachFunc(ITreeModel model, TreePath path, TreeIter iter);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed TreeModelForeachFunc 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="model" Type="Gtk.ITreeModel" />
<Parameter Name="path" Type="Gtk.TreePath" />
<Parameter Name="iter" Type="Gtk.TreeIter" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="model">To be added.</param>
<param name="path">To be added.</param>
<param name="iter">To be added.</param>
<summary>A delegate class for functions that can be run on every row of a <see cref="F:TreeModel" />.</summary>
<returns>To be added.</returns>
<remarks>This class specifies the standard interface for functions used
as parameters to <see cref="M:Gtk.TreeModel.Foreach()" />.</remarks>
</Docs>
<Members />
</Type>