mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:25:27 +00:00
fe1260b924
* en/Gtk/EntryCompletionMatchFunc.xml * en/Gtk/EntryCompletion.xml * en/Gtk/CellLayout.xml * en/Gtk/CellLayoutDataFunc.xml * en/Gtk/Clipboard.xml * en/Gtk/ClipboardTargetsReceivedFunc.xml * en/Gtk/FileFilter.xml * en/Gtk/FileFilterFlags.xml * en/Gtk/FileFilterFunc.xml: Doc some delegate classes and the methods that use them; mostly functionality new to 2.4. * en/Gtk/RBTreeTraverseFunc.xml * en/Gtk/TextSegLineChangeFunc.xml * en/Gtk/TextSegSplitFunc.xml * en/Gtk/TextSegCheckFunc.xml * en/Gtk/TextUtilCharChosenFunc.xml * en/Gtk/TextSegCleanupFunc.xml * en/Gtk/TextSegDeleteFunc.xml * en/Gtk/IconThemeFileLineFunc.xml: Removed extraneous TBAs. svn path=/trunk/gtk-sharp/; revision=36921
32 lines
1 KiB
XML
32 lines
1 KiB
XML
<Type Name="TextSegCheckFunc" FullName="Gtk.TextSegCheckFunc">
|
|
<TypeSignature Language="C#" Value="public sealed delegate void TextSegCheckFunc ();" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<Attributes />
|
|
</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>Do not use.</summary>
|
|
<remarks/>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.ICloneable</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Attributes />
|
|
<Members />
|
|
<Parameters>
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|