Ryujinx-GtkSharp/Source/doc/en/Gtk/ClipboardGetFunc.xml

28 lines
1.3 KiB
XML
Raw Normal View History

<Type Name="ClipboardGetFunc" FullName="Gtk.ClipboardGetFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClipboardGetFunc(Clipboard clipboard, SelectionData selection_data, uint info);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ClipboardGetFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</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>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<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>
<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>
<Members />
</Type>