Ryujinx-GtkSharp/doc/en/Gtk/ClipboardGetFunc.xml
Shane Landrum 4fc5222ccf 2004-09-13 Shane Landrum <epicene@pobox.com>
* 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
2004-09-13 05:46:12 +00:00

36 lines
1.4 KiB
XML

<Type Name="ClipboardGetFunc" FullName="Gtk.ClipboardGetFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate void ClipboardGetFunc (Gtk.Clipboard clipboard, ref Gtk.SelectionData selection_data, uint info);" />
<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 call when getting data from the clipboard.</summary>
<remarks>TODO: add example code here</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="selection_data" Type="Gtk.SelectionData&amp;" RefType="ref" />
<Parameter Name="info" Type="System.UInt32" />
<Parameter Name="o" Type="System.Object" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>