no more submodule
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<Type Name="ClipboardTextReceivedFunc" FullName="Gtk.ClipboardTextReceivedFunc">
|
||||
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClipboardTextReceivedFunc(Clipboard clipboard, string text);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ClipboardTextReceivedFunc 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="text" Type="System.String" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="clipboard">To be added.</param>
|
||||
<param name="text">A <see cref="T:System.String" /> containing the clipboard's text.</param>
|
||||
<summary>Delegate for a function to be called when an application receives text from the clipboard.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
If the clipboard is empty, text will be null.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Members />
|
||||
</Type>
|
||||
Reference in New Issue
Block a user