Re: [Spice-devel] [vdagent-linux v2 6/6] console-kit: include handler for dbus match

2016-04-28 Thread Victor Toso
On Wed, Apr 27, 2016 at 03:54:16PM -0500, Jonathon Jongsma wrote: > On Sat, 2016-04-23 at 12:27 +0200, Victor Toso wrote: > > At the moment we request to read signals on ConsoleKit.Seat interface but > > later > > on we will request to read signals on different interface so moving this to > > its >

Re: [Spice-devel] [vdagent-linux v2 6/6] console-kit: include handler for dbus match

2016-04-27 Thread Jonathon Jongsma
On Sat, 2016-04-23 at 12:27 +0200, Victor Toso wrote: > At the moment we request to read signals on ConsoleKit.Seat interface but > later > on we will request to read signals on different interface so moving this to > its > own function helps. > --- > src/console-kit.c | 65 +++

[Spice-devel] [vdagent-linux v2 6/6] console-kit: include handler for dbus match

2016-04-23 Thread Victor Toso
At the moment we request to read signals on ConsoleKit.Seat interface but later on we will request to read signals on different interface so moving this to its own function helps. --- src/console-kit.c | 65 +++ 1 file changed, 51 insertions(+),