[Spice-devel] [PATCH] channel-main: Fix minor documentation issue

Hans de Goede hdegoede at redhat.com
Tue Aug 27 13:10:46 PDT 2013


ACK.

On 08/27/2013 09:56 PM, Jonathon Jongsma wrote:
> Documentation for spice_main_clipboard_selection_request() refers to deprecated
> signal 'main-clipboard' instead of 'main-clipboard-selection'
> ---
>   gtk/channel-main.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gtk/channel-main.c b/gtk/channel-main.c
> index b9e0da2..fb1bc00 100644
> --- a/gtk/channel-main.c
> +++ b/gtk/channel-main.c
> @@ -2650,7 +2650,7 @@ void spice_main_clipboard_request(SpiceMainChannel *channel, guint32 type)
>    * @type: a #VD_AGENT_CLIPBOARD type
>    *
>    * Request clipboard data of @type from the guest. The reply is sent
> - * through the #SpiceMainChannel::main-clipboard signal.
> + * through the #SpiceMainChannel::main-clipboard-selection signal.
>    *
>    * Since: 0.6
>    **/
>


More information about the Spice-devel mailing list