[Spice-devel] [PATCH spice-gtk v2 7/9] docs: Description should be above 'Return'
Pavel Grunt
pgrunt at redhat.com
Thu Sep 24 09:33:53 PDT 2015
---
v2: no change
---
src/channel-main.c | 8 ++++----
1 file 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] =
--
2.5.0
More information about the Spice-devel
mailing list