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

2016-06-23 Thread Pekka Paalanen
to prior email) > I will try that way. > > Anyway thank you for your reply and attention. > It is helpful to me, so I appreciate these reply to you. Yes, I very much recommend using the XML files. They have been written precisely for machine-readability, for use cases like yours. I do

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

2016-06-23 Thread 강정현
evel@lists.freedesktop.org > Subject: Re: [PATCH] wayland-server: Add APIs to get some structure's > value > > On Wed, 22 Jun 2016 19:45:15 +0900 > __ wrote: > > > Dear, Mr. Pekka Paalanen. > > > > Thank you for your reply and opinion. > > I have

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

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

2016-06-20 Thread JengHyun Kang
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 statically. So it is hard to get structure's values in server side. Added f