Re: [server-core] Add signal for creation of clients.

2016-02-10 Thread Pekka Paalanen
On Wed, 10 Feb 2016 17:35:40 +0200 Pekka Paalanen wrote: > Hi, > > the subject should be: > [PATCH wayland] server: add listener API for new clients > > On Tue, 9 Feb 2016 17:31:27 +0200 > Giulio Camuffo wrote: > > > Hi, > > > > thanks, i think this was long overdue. I have a few comments be

Re: [server-core] Add signal for creation of clients.

2016-02-10 Thread Pekka Paalanen
Hi, the subject should be: [PATCH wayland] server: add listener API for new clients On Tue, 9 Feb 2016 17:31:27 +0200 Giulio Camuffo wrote: > Hi, > > thanks, i think this was long overdue. I have a few comments below. Indeed. > 2016-02-04 11:59 GMT+02:00 : > > Using display object, if a

Re: [server-core] Add signal for creation of clients.

2016-02-09 Thread Giulio Camuffo
Hi, thanks, i think this was long overdue. I have a few comments below. 2016-02-04 11:59 GMT+02:00 : > Using display object, if a new client is created, emit a signal. > > In the server-side, we can get the destroy event of a client, The indentation is weird from here on. > But the

[server-core] Add signal for creation of clients.

2016-02-04 Thread nicesj
Using display object, if a new client is created, emit a signal. In the server-side, we can get the destroy event of a client, But there is no way to get the client create event. Of course, we can get the client object from the global registry binding callbacks. But it