Re: [Spice-devel] [spice-gtk v3 04/16] file-xfer: introduce file-info signal

2016-06-08 Thread Victor Toso
On Tue, Jun 07, 2016 at 10:22:12AM -0500, Jonathon Jongsma wrote: > On Sun, 2016-06-05 at 10:20 +0200, Victor Toso wrote: > > Hi, > > > > On Thu, Jun 02, 2016 at 05:14:57PM -0500, Jonathon Jongsma wrote: > > > > > > On Mon, 2016-05-30 at 11:55 +0200, Victor Toso wrote: > > > > > > > > In order t

Re: [Spice-devel] [spice-gtk v3 04/16] file-xfer: introduce file-info signal

2016-06-07 Thread Jonathon Jongsma
On Sun, 2016-06-05 at 10:20 +0200, Victor Toso wrote: > Hi, > > On Thu, Jun 02, 2016 at 05:14:57PM -0500, Jonathon Jongsma wrote: > > > > On Mon, 2016-05-30 at 11:55 +0200, Victor Toso wrote: > > > > > > In order to avoid sending the agent message on > > > file_xfer_info_async_cb, we can provide

Re: [Spice-devel] [spice-gtk v3 04/16] file-xfer: introduce file-info signal

2016-06-05 Thread Victor Toso
Hi, On Thu, Jun 02, 2016 at 05:14:57PM -0500, Jonathon Jongsma wrote: > On Mon, 2016-05-30 at 11:55 +0200, Victor Toso wrote: > > In order to avoid sending the agent message on > > file_xfer_info_async_cb, we can provide the "file-info" signal to > > SpiceFileTransferTask. > >  > > In order to thi

Re: [Spice-devel] [spice-gtk v3 04/16] file-xfer: introduce file-info signal

2016-06-02 Thread Jonathon Jongsma
On Mon, 2016-05-30 at 11:55 +0200, Victor Toso wrote: > In order to avoid sending the agent message on > file_xfer_info_async_cb, we can provide the "file-info" signal to > SpiceFileTransferTask. >  > In order to this signal be significant to applications, we request all > standard attributes to g_

[Spice-devel] [spice-gtk v3 04/16] file-xfer: introduce file-info signal

2016-05-30 Thread Victor Toso
In order to avoid sending the agent message on file_xfer_info_async_cb, we can provide the "file-info" signal to SpiceFileTransferTask. In order to this signal be significant to applications, we request all standard attributes to g_file_query_info_async. This change is related to split SpiceFileT