[Spice-devel] [spice-gtk] main-channel: Fix deprecation annotation
Frediano Ziglio
fziglio at redhat.com
Thu Jun 14 15:47:42 UTC 2018
>
> Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
> ---
> src/channel-main.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/channel-main.h b/src/channel-main.h
> index 530378db..fd7a3bb3 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)
Acked
Frediano
More information about the Spice-devel
mailing list