Re: [PATCH] wayland-server: Add APIs to get some structure's value

2016-06-23 Thread Pekka Paalanen
not think the patch "wayland-server: Add APIs to get some structure's value" has a chance to be accepted. Not for your use case. Thanks, pq > > -Original Message----- > > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > > Sent: Wednesday, June

RE: [PATCH] wayland-server: Add APIs to get some structure's value

2016-06-23 Thread 강정현
ex from the XML descriptions. > > I hope I didn't totally misunderstand. > > Do you have a real example of your proposal being used? > > You made a sketch with "$print_supported_layout", but to me it is just a > database generated from the XML files, filtered with what

Re: [PATCH] wayland-server: Add APIs to get some structure's value

2016-06-22 Thread Pekka Paalanen
hing to implement that. And when you use the XML files as the source, you can also include the actual documentation any way you want. I am leaning on rejecting this patch. Thanks, pq > > -----Original Message----- > > From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.or

RE: [PATCH] wayland-server: Add APIs to get some structure's value

2016-06-22 Thread 강정현
Paalanen > Sent: Tuesday, June 21, 2016 5:02 PM > To: JengHyun Kang > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH] wayland-server: Add APIs to get some structure's > value > > On Tue, 21 Jun 2016 13:45:16 +0900 > JengHyun Kang wrote: > > > Thi

Re: [PATCH] wayland-server: Add APIs to get some structure's value

2016-06-21 Thread Pekka Paalanen
On Tue, 21 Jun 2016 13:45:16 +0900 JengHyun Kang wrote: > This patch's purpose is getting global interface information > registerred in the server. > If global is created (used wl_global_create()), > information are saved in global_list. > But almost structures used in wayland is defined statical