Re: [PATCH wayland 2/8] client: Reword and add documentation about the marshal functions

2015-10-02 Thread Bryce Harrington
On Fri, Oct 02, 2015 at 05:32:53PM +0800, Jonas Ådahl wrote: > Some rewording to improve grammar a bit with some additions about the > type expectations of va_list arguments. > > Signed-off-by: Jonas Ådahl Reviewed-by: Bryce Harrington > --- > src/wayland-client.c | 12 +++- > 1 file c

[PATCH wayland 2/8] client: Reword and add documentation about the marshal functions

2015-10-02 Thread Jonas Ådahl
Some rewording to improve grammar a bit with some additions about the type expectations of va_list arguments. Signed-off-by: Jonas Ådahl --- src/wayland-client.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index e4b