[Spice-commits] src/channel-display.c src/channel-main.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 12 13:18:24 UTC 2019


 src/channel-display.c |    2 +-
 src/channel-main.h    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4a7eb5044e4115a591049d729f267befda72fc3f
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Fri Jan 18 04:16:14 2019 +0400

    doc: fix a few links
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/src/channel-display.c b/src/channel-display.c
index d46b3a3..6c2a99c 100644
--- a/src/channel-display.c
+++ b/src/channel-display.c
@@ -436,7 +436,7 @@ static void spice_display_channel_class_init(SpiceDisplayChannelClass *klass)
      * @width: width
      * @height: height
      *
-     * The #SpiceDisplayChannel::draw signal is emitted when the
+     * The #SpiceDisplayChannel::gl-draw signal is emitted when the
      * rectangular region x/y/w/h of the GL scanout is updated and
      * must be drawn. When the draw is finished, you must call
      * spice_display_gl_draw_done() in order to release the GL
diff --git a/src/channel-main.h b/src/channel-main.h
index fd7a3bb..3c527d6 100644
--- a/src/channel-main.h
+++ b/src/channel-main.h
@@ -53,8 +53,8 @@ struct _SpiceMainChannel {
 /**
  * SpiceMainChannelClass:
  * @parent_class: Parent class.
- * @mouse_update: Signal class handler for the #SpiceMainChannel::mouse-update signal.
- * @agent_update: Signal class handler for the #SpiceMainChannel::agent-update signal.
+ * @mouse_update: Signal class handler for the #SpiceMainChannel::main-mouse-update signal.
+ * @agent_update: Signal class handler for the #SpiceMainChannel::main-agent-update signal.
  *
  * Class structure for #SpiceMainChannel.
  */


More information about the Spice-commits mailing list