From acc917f6869dc57401a5571a6e664c486d042172 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 22 Apr 2008 17:41:39 +0000 Subject: [PATCH] webservice contributions from carlos@cmartin.tk svn path=/trunk/gtk-sharp/; revision=101473 --- doc/en/Gnome/Client.xml | 8 ++++---- doc/en/Gtk/ClipboardTextReceivedFunc.xml | 10 +++++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/en/Gnome/Client.xml b/doc/en/Gnome/Client.xml index 272323e2c..760a4fd49 100644 --- a/doc/en/Gnome/Client.xml +++ b/doc/en/Gnome/Client.xml @@ -248,7 +248,7 @@ To be added - To be added: an object of type 'Gnome.RestartStyle' + The condition upon which to restart or not the program. To be added @@ -682,8 +682,8 @@ - To be added. - To be added. + The number of arguments to pass (including the application path). + The array with the arguments. To be added. To be added. @@ -708,4 +708,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/ClipboardTextReceivedFunc.xml b/doc/en/Gtk/ClipboardTextReceivedFunc.xml index 13fb7e4cf..435228455 100644 --- a/doc/en/Gtk/ClipboardTextReceivedFunc.xml +++ b/doc/en/Gtk/ClipboardTextReceivedFunc.xml @@ -7,9 +7,13 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added. - To be added. + A containing the clipboard's text. Delegate for a function to be called when an application receives text from the clipboard. - + + +If the clipboard is empty, text will be null. + + System.Delegate @@ -22,4 +26,4 @@ System.Void - + \ No newline at end of file