Re: [Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-25 Thread Victor Toso
Hey, On Mon, Apr 25, 2016 at 12:55:21PM +0200, Pavel Grunt wrote: > Hi, > > On Mon, 2016-04-25 at 12:40 +0200, Victor Toso wrote: > > Hi, > > > > On Mon, Apr 25, 2016 at 06:30:42AM -0400, Frediano Ziglio wrote: > > > > > > > > Hi, > > > > > > > > On Mon, Apr 25, 2016 at 05:08:08AM -0400, Fredi

Re: [Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-25 Thread Pavel Grunt
Hi, On Mon, 2016-04-25 at 12:40 +0200, Victor Toso wrote: > Hi, > > On Mon, Apr 25, 2016 at 06:30:42AM -0400, Frediano Ziglio wrote: > > > > > > Hi, > > > > > > On Mon, Apr 25, 2016 at 05:08:08AM -0400, Frediano Ziglio wrote: > > > > > > > > > > This improves readability of all paths related t

Re: [Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-25 Thread Victor Toso
Hi, On Mon, Apr 25, 2016 at 06:30:42AM -0400, Frediano Ziglio wrote: > > > > Hi, > > > > On Mon, Apr 25, 2016 at 05:08:08AM -0400, Frediano Ziglio wrote: > > > > > > > > This improves readability of all paths related to dbus methods. This > > > > patch > > > > only > > > > applies for interface

Re: [Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-25 Thread Frediano Ziglio
> > Hi, > > On Mon, Apr 25, 2016 at 05:08:08AM -0400, Frediano Ziglio wrote: > > > > > > This improves readability of all paths related to dbus methods. This > > > patch > > > only > > > applies for interfaces and object paths, later one it is included for > > > signals > > > as > > > well. > >

Re: [Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-25 Thread Victor Toso
Hi, On Mon, Apr 25, 2016 at 05:08:08AM -0400, Frediano Ziglio wrote: > > > > This improves readability of all paths related to dbus methods. This patch > > only > > applies for interfaces and object paths, later one it is included for > > signals > > as > > well. > > --- > > src/console-kit.c |

Re: [Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-25 Thread Frediano Ziglio
> > This improves readability of all paths related to dbus methods. This patch > only > applies for interfaces and object paths, later one it is included for signals > as > well. > --- > src/console-kit.c | 30 -- > 1 file changed, 20 insertions(+), 10 deletions(-) >

[Spice-devel] [vdagent-linux v2 1/6] console-kit: use define for dbus paths

2016-04-23 Thread Victor Toso
This improves readability of all paths related to dbus methods. This patch only applies for interfaces and object paths, later one it is included for signals as well. --- src/console-kit.c | 30 -- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/cons