Re: [Spice-devel] [PATCH vdagent 2/2] vdagent: handle clipboard using GTK+

2018-02-18 Thread Victor Toso
Hi, On Sun, Feb 18, 2018 at 11:44:38PM +0100, Jakub Janku wrote: > >> +typedef struct { > >> +GMainLoop*loop; > >> +GtkSelectionData *sel_data; > >> +} DataRetrieval; > >> + > >> +struct VDAgentClipboards { > >> +struct udscs_connection*conn; > >> + > >> +

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent: handle clipboard using GTK+

2018-02-18 Thread Jakub Janku
Hi Victor, sorry for the delayed reply. On Mon, Feb 12, 2018 at 2:11 PM, Victor Toso wrote: > Hi, > > On Sun, Jan 21, 2018 at 09:03:14PM +0100, Jakub Janků wrote: >> From: Jakub Janků >> >> Place the code that handles clipboard >> into a separate file

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent: handle clipboard using GTK+

2018-02-12 Thread Victor Toso
Hi, On Sun, Jan 21, 2018 at 09:03:14PM +0100, Jakub Janků wrote: > From: Jakub Janků > > Place the code that handles clipboard > into a separate file - clipboard.c > --- > Makefile.am | 2 + > src/vdagent/clipboard.c | 401 >

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent: handle clipboard using GTK+

2018-02-07 Thread Christophe de Dinechin
> On 7 Feb 2018, at 19:39, Jakub Janků wrote: > > Hi Christophe, > > On Wed, Feb 7, 2018 at 5:12 PM, Christophe de Dinechin > wrote: >> Hi Jakub, >> >> >> I have not looked at everything, but here are a few quick notes just from

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent: handle clipboard using GTK+

2018-02-07 Thread Jakub Janků
Hi Christophe, On Wed, Feb 7, 2018 at 5:12 PM, Christophe de Dinechin wrote: > Hi Jakub, > > > I have not looked at everything, but here are a few quick notes just from > glancing… > >> On 21 Jan 2018, at 21:03, Jakub Janků wrote: >>

Re: [Spice-devel] [PATCH vdagent 2/2] vdagent: handle clipboard using GTK+

2018-02-07 Thread Christophe de Dinechin
Hi Jakub, I have not looked at everything, but here are a few quick notes just from glancing… > On 21 Jan 2018, at 21:03, Jakub Janků wrote: > > From: Jakub Janků > > Place the code that handles clipboard > into a separate file - clipboard.c >