mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:25:39 +00:00
4fc5222ccf
* en/Gtk/ClipboardClearFunc.xml * en/Gtk/ClipboardGetFunc.xml * en/Gtk/ClipboardTextReceivedFunc.xml * en/Gtk/ColorSelectionChangePaletteWithScreenFunc.xml: Callback docs. svn path=/trunk/gtk-sharp/; revision=33797
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<Type Name="ClipboardTextReceivedFunc" FullName="Gtk.ClipboardTextReceivedFunc">
|
|
<TypeSignature Language="C#" Value="public sealed delegate void ClipboardTextReceivedFunc (Gtk.Clipboard clipboard, string text);" 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>Delegate for a function to be called when an application receives text from the clipboard.</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>
|
|
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
|
|
<Parameter Name="text" Type="System.String" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|