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

2016-06-17 Thread Pekka Paalanen
On Mon, 7 Mar 2016 18:31:31 +0100 Giulio Camuffo wrote: > From: Sungjae Park > > 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

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

2016-03-29 Thread Bryce Harrington
On Mon, Mar 07, 2016 at 06:31:31PM +0100, Giulio Camuffo wrote: > From: Sungjae Park > > 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

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

2016-03-07 Thread Giulio Camuffo
From: Sungjae Park 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 c