Re: [Spice-devel] [spice-gtk PATCH v2 1/5] giopipe: don't fail on create_source

2015-05-26 Thread Victor Toso
Hi, On Wed, May 20, 2015 at 12:51:46PM +0200, Marc-André Lureau wrote: > Hi > > On Tue, May 19, 2015 at 4:34 PM, Victor Toso wrote: > > > PipeInputStream and PipeOutputStream should not fail when creating > > GPollableStream source. It is already checked and unref in case of > > existing source

Re: [Spice-devel] [spice-gtk PATCH v2 1/5] giopipe: don't fail on create_source

2015-05-20 Thread Marc-André Lureau
Hi On Tue, May 19, 2015 at 4:34 PM, Victor Toso wrote: > PipeInputStream and PipeOutputStream should not fail when creating > GPollableStream source. It is already checked and unref in case of > existing source. > --- > gtk/giopipe.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a

[Spice-devel] [spice-gtk PATCH v2 1/5] giopipe: don't fail on create_source

2015-05-19 Thread Victor Toso
PipeInputStream and PipeOutputStream should not fail when creating GPollableStream source. It is already checked and unref in case of existing source. --- gtk/giopipe.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/gtk/giopipe.c b/gtk/giopipe.c index 440cae9..32fa4fa 100644 --- a/gtk/gi