mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 19:35:42 +00:00
91d63cee7a
svn path=/trunk/gtk-sharp/; revision=71149
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<Type Name="ClipboardGetFunc" FullName="Gtk.ClipboardGetFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClipboardGetFunc(Clipboard clipboard, SelectionData selection_data, uint info);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.10.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="selection_data">To be added.</param>
|
|
<param name="info">To be added.</param>
|
|
<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>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
|
|
<Parameter Name="selection_data" Type="Gtk.SelectionData" />
|
|
<Parameter Name="info" Type="System.UInt32" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|