no more submodule
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<Type Name="Clipboard+RichTextReceivedFunc" FullName="Gtk.Clipboard+RichTextReceivedFunc">
|
||||
<TypeSignature Language="C#" Value="public delegate void Clipboard.RichTextReceivedFunc(Clipboard clipboard, Atom format, byte[] text);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed Clipboard/RichTextReceivedFunc extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
|
||||
<Parameter Name="format" Type="Gdk.Atom" />
|
||||
<Parameter Name="text" Type="System.Byte[]" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="clipboard">the sending clipboard.</param>
|
||||
<param name="format">format of the contents.</param>
|
||||
<param name="text">the contents as rich text.</param>
|
||||
<summary>Clipboard RichTextReceived Callback Delegate.</summary>
|
||||
<remarks>Provides the clipboard contents as rich text. See <see cref="M:Gtk.Clipboard.RequestRichText" />.</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user