[Spice-commits] src/channel-main.h
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Jun 14 15:57:58 UTC 2018
src/channel-main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 14c12bb330e77b0d60c48b0775ad06b5adbd2ed3
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Jun 14 16:44:56 2018 +0200
main-channel: Fix deprecation annotation
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/src/channel-main.h b/src/channel-main.h
index 530378d..fd7a3bb 100644
--- a/src/channel-main.h
+++ b/src/channel-main.h
@@ -113,7 +113,7 @@ void spice_main_clipboard_request(SpiceMainChannel *channel, guint32 type);
G_DEPRECATED_FOR(spice_main_channel_update_display)
void spice_main_set_display(SpiceMainChannel *channel, int id,int x, int y, int width, int height);
-G_DEPRECATED_FOR(spice_main_update_display)
+G_DEPRECATED_FOR(spice_main_channel_update_display)
void spice_main_update_display(SpiceMainChannel *channel, int id, int x, int y, int width,
int height, gboolean update);
G_DEPRECATED_FOR(spice_main_channel_update_display_enabled)
More information about the Spice-commits
mailing list