[Spice-commits] gtk/channel-display.c gtk/channel-main.c

Marc-André Lureau elmarco at kemper.freedesktop.org
Tue Dec 3 04:27:11 PST 2013


 gtk/channel-display.c |    1 +
 gtk/channel-main.c    |    7 +++++++
 2 files changed, 8 insertions(+)

New commits:
commit 79b839902021dc614803b3890d43aa3f09d5c1b1
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Tue Dec 3 13:13:13 2013 +0100

    gtk: fix giscan warnings, add missing signal doc
    
      GISCAN   SpiceClientGLib-2.0.gir
    channel-main.c:633: Warning: SpiceClientGLib: incorrect number of
      parameters in comment block, parameter annotations will be ignored.
    channel-main.c:672: Warning: SpiceClientGLib: incorrect number of
      parameters in comment block, parameter annotations will be ignored.
    channel-main.c:716: Warning: SpiceClientGLib: incorrect number of
      parameters in comment block, parameter annotations will be ignored.
    channel-main.c:757: Warning: SpiceClientGLib: incorrect number of
      parameters in comment block, parameter annotations will be ignored.
    channel-display.c:367: Warning: SpiceClientGLib: incorrect number of
      parameters in comment block, parameter annotations will be ignored.
      GICOMP   SpiceClientGLib-2.0.gir
    
    Pushed unreviewed under trivial rule.

diff --git a/gtk/channel-display.c b/gtk/channel-display.c
index 93521da..e464abf 100644
--- a/gtk/channel-display.c
+++ b/gtk/channel-display.c
@@ -366,6 +366,7 @@ static void spice_display_channel_class_init(SpiceDisplayChannelClass *klass)
     /**
      * SpiceDisplayChannel::display-mark:
      * @display: the #SpiceDisplayChannel that emitted the signal
+     * @mark: %TRUE when the display mark has been received
      *
      * The #SpiceDisplayChannel::display-mark signal is emitted when
      * the %RED_DISPLAY_MARK command is received, and the display
diff --git a/gtk/channel-main.c b/gtk/channel-main.c
index c747f0e..d44ac23 100644
--- a/gtk/channel-main.c
+++ b/gtk/channel-main.c
@@ -632,6 +632,10 @@ static void spice_main_channel_class_init(SpiceMainChannelClass *klass)
     /**
      * SpiceMainChannel::main-clipboard-selection:
      * @main: the #SpiceMainChannel that emitted the signal
+     * @selection: a VD_AGENT_CLIPBOARD_SELECTION clipboard
+     * @type: the VD_AGENT_CLIPBOARD data type
+     * @data: clipboard data
+     * @size: size of @data in bytes
      *
      * Since: 0.6
      **/
@@ -671,6 +675,7 @@ static void spice_main_channel_class_init(SpiceMainChannelClass *klass)
     /**
      * SpiceMainChannel::main-clipboard-selection-grab:
      * @main: the #SpiceMainChannel that emitted the signal
+     * @selection: a VD_AGENT_CLIPBOARD_SELECTION clipboard
      * @types: the VD_AGENT_CLIPBOARD data types
      * @ntypes: the number of @types
      *
@@ -715,6 +720,7 @@ static void spice_main_channel_class_init(SpiceMainChannelClass *klass)
     /**
      * SpiceMainChannel::main-clipboard-selection-request:
      * @main: the #SpiceMainChannel that emitted the signal
+     * @selection: a VD_AGENT_CLIPBOARD_SELECTION clipboard
      * @types: the VD_AGENT_CLIPBOARD request type
      *
      * Return value: %TRUE if the request is successful
@@ -756,6 +762,7 @@ static void spice_main_channel_class_init(SpiceMainChannelClass *klass)
     /**
      * SpiceMainChannel::main-clipboard-selection-release:
      * @main: the #SpiceMainChannel that emitted the signal
+     * @selection: a VD_AGENT_CLIPBOARD_SELECTION clipboard
      *
      * Inform when the clipboard is released from the guest, when no
      * clipboard data is available from the guest.


More information about the Spice-commits mailing list