[Spice-devel] [PATCH] channel-main: Fix minor documentation issue

Jonathon Jongsma jjongsma at redhat.com
Tue Aug 27 12:56:24 PDT 2013


Documentation for spice_main_clipboard_selection_request() refers to deprecated
signal 'main-clipboard' instead of 'main-clipboard-selection'
---
 gtk/channel-main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk/channel-main.c b/gtk/channel-main.c
index b9e0da2..fb1bc00 100644
--- a/gtk/channel-main.c
+++ b/gtk/channel-main.c
@@ -2650,7 +2650,7 @@ void spice_main_clipboard_request(SpiceMainChannel *channel, guint32 type)
  * @type: a #VD_AGENT_CLIPBOARD type
  *
  * Request clipboard data of @type from the guest. The reply is sent
- * through the #SpiceMainChannel::main-clipboard signal.
+ * through the #SpiceMainChannel::main-clipboard-selection signal.
  *
  * Since: 0.6
  **/
-- 
1.8.3.1



More information about the Spice-devel mailing list