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
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
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
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
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
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