Re: [Vala] xcb.vapi bugs

2016-06-10 Thread Ulink
Hi Al, > Bug #2: xcb_visualtype_t: remove [SimpleType] > > So you are saying xcb_visualtype_t is a struct that is passed by > reference, not by value? > i.e. you see function_call( struct xcb_visualtype_t *visualtype ) and > not function_call( struct xcb_visualtype_t visualtype ) in the C cod

Re: [Vala] xcb.vapi bugs

2016-06-10 Thread Al Thomas
From: Ulink Sent: Friday, 10 June 2016, 10:42 Subject: [Vala] xcb.vapi bugs don't know where to send vapi bug reports, xcb.vapi is carried within the Vala project:https://git.gnome.org/browse/vala/tree/vapi/xcb.vapi So please post patches to Vala bugzilla:

[Vala] xcb.vapi bugs

2016-06-10 Thread Ulink
Hi, don't know where to send vapi bug reports, so I send it to this mailing list, please don't punish me :-) Although xcb.vapi is deprecated and these are minor bugs, it should be corrected I think: Bug #1: xcb_format_t : replace [Simple] by [SimpleType] Bug #2: xcb_visualtype_t: remove [SimpleT