mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:25: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
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<Type Name="DataModelForeachFunc" FullName="Gda.DataModelForeachFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool DataModelForeachFunc(Gda.DataModel model, Gda.Row row);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gda-sharp</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</AssemblyPublicKey>
|
|
<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>
|
|
<param name="model">To be added.</param>
|
|
<param name="row">To be added.</param>
|
|
<summary>To be added</summary>
|
|
<remarks>To be added</remarks>
|
|
<returns>To be added.</returns>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="model" Type="Gda.DataModel" />
|
|
<Parameter Name="row" Type="Gda.Row" />
|
|
</Parameters>
|
|
</Type>
|