Re: [PATCH wayland] server: add listener API for new clients

2016-02-26 Thread Pekka Paalanen
On Fri, 19 Feb 2016 19:03:29 -0800 Bryce Harrington wrote: > On Thu, Feb 11, 2016 at 09:20:00PM +0900, nic...@nicesj.com wrote: > > Using display object, Emit a signal if a new client is created. > > > > In the server-side, we can get the destroy event of a client, > > But there is no way to get

Re: [PATCH wayland] server: add listener API for new clients

2016-02-19 Thread Bryce Harrington
On Thu, Feb 11, 2016 at 09:20:00PM +0900, nic...@nicesj.com wrote: > Using display object, Emit a signal if a new client is created. > > In the server-side, we can get the destroy event of a client, > But there is no way to get the created event of it. > Of course, we can get the client object fro

[PATCH wayland] server: add listener API for new clients

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