Ryujinx-GtkSharp/doc/en/Gtk/ClipboardTextReceivedFunc.xml
Mike Kestner 0e47e78f96 update docs to 2.8 API and document all new members
svn path=/trunk/gtk-sharp/; revision=54175
2005-12-09 23:12:49 +00:00

26 lines
1.1 KiB
XML

<Type Name="ClipboardTextReceivedFunc" FullName="Gtk.ClipboardTextReceivedFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClipboardTextReceivedFunc(Gtk.Clipboard clipboard, string text);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.8.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="clipboard">To be added.</param>
<param name="text">To be added.</param>
<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>
<Members />
<Parameters>
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
<Parameter Name="text" Type="System.String" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>