From: Florian Brosch Date: Tue, 2 Sep 2014 13:05:59 +0000 (+0200) Subject: xcb: re-add GetPropertyReply.format X-Git-Tag: 0.25.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea89b6e46273c3c6e6d74bbfdef953c23e7afcd;p=thirdparty%2Fvala.git xcb: re-add GetPropertyReply.format --- diff --git a/vapi/xcb.vapi b/vapi/xcb.vapi index bde992856..16842628d 100644 --- a/vapi/xcb.vapi +++ b/vapi/xcb.vapi @@ -1245,6 +1245,7 @@ namespace Xcb { [CCode (cname = "xcb_get_property_reply_t", ref_function = "", unref_function = "free")] public class GetPropertyReply { public AtomT type; + public uint8 format; public uint32 bytes_after; private uint32 value_len; [CCode (cname = "xcb_get_property_value")]