summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-22 18:35:41 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-25 13:39:34 +0200
commitece91c49ab3050f63882d2b4c876709bb6825a4b (patch)
treef92eb6a3f7fea5500c38a98a51b5de4ab4b27c1b
parenta9cd796fefce80febcce52ab6ce544174912c4ec (diff)
downloadspice-gtk-ece91c49ab3050f63882d2b4c876709bb6825a4b.tar.gz
spice-gtk-ece91c49ab3050f63882d2b4c876709bb6825a4b.tar.xz
spice-gtk-ece91c49ab3050f63882d2b4c876709bb6825a4b.zip
docs: Description should be above 'Return'
-rw-r--r--src/channel-main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/channel-main.c b/src/channel-main.c
index b1c19c0..85e01e4 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -724,10 +724,10 @@ static void spice_main_channel_class_init(SpiceMainChannelClass *klass)
* @main: the #SpiceMainChannel that emitted the signal
* @types: the VD_AGENT_CLIPBOARD request type
*
- * Return value: %TRUE if the request is successful
- *
* Request clipbard data from the client.
*
+ * Return value: %TRUE if the request is successful
+ *
* Deprecated: 0.6: use SpiceMainChannel::main-clipboard-selection-request instead.
**/
signals[SPICE_MAIN_CLIPBOARD_REQUEST] =
@@ -747,10 +747,10 @@ static void spice_main_channel_class_init(SpiceMainChannelClass *klass)
* @selection: a VD_AGENT_CLIPBOARD_SELECTION clipboard
* @types: the VD_AGENT_CLIPBOARD request type
*
- * Return value: %TRUE if the request is successful
- *
* Request clipbard data from the client.
*
+ * Return value: %TRUE if the request is successful
+ *
* Since: 0.6
**/
signals[SPICE_MAIN_CLIPBOARD_SELECTION_REQUEST] =