mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-26 04:31:02 +00:00
2004-09-13 Shane Landrum <epicene@pobox.com>
* en/Gtk/ClipboardClearFunc.xml * en/Gtk/ClipboardGetFunc.xml * en/Gtk/ClipboardTextReceivedFunc.xml * en/Gtk/ColorSelectionChangePaletteWithScreenFunc.xml: Callback docs. svn path=/trunk/gtk-sharp/; revision=33797
This commit is contained in:
parent
c194f95b3c
commit
4fc5222ccf
|
@ -1,3 +1,10 @@
|
||||||
|
2004-09-13 Shane Landrum <epicene@pobox.com>
|
||||||
|
|
||||||
|
* en/Gtk/ClipboardClearFunc.xml
|
||||||
|
* en/Gtk/ClipboardGetFunc.xml
|
||||||
|
* en/Gtk/ClipboardTextReceivedFunc.xml
|
||||||
|
* en/Gtk/ColorSelectionChangePaletteWithScreenFunc.xml: Callback docs.
|
||||||
|
|
||||||
2004-09-13 Shane Landrum <epicene@pobox.com>
|
2004-09-13 Shane Landrum <epicene@pobox.com>
|
||||||
|
|
||||||
* en/Gtk/Image.xml
|
* en/Gtk/Image.xml
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Delegate for a function to run when the clipboard is cleared.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks/>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Delegate for a function to call when getting data from the clipboard.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks>TODO: add example code here</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Delegate for a function to be called when an application receives text from the clipboard.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks/>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
</AssemblyInfo>
|
</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>
|
<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>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<summary>Do not use.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks>TODO: Not called by any other class; confirm that this code is necessary. </remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Base>
|
<Base>
|
||||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||||
|
|
Loading…
Reference in a new issue