]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
xcb: re-add GetPropertyReply.format
authorFlorian Brosch <flo.brosch@gmail.com>
Tue, 2 Sep 2014 13:05:59 +0000 (15:05 +0200)
committerFlorian Brosch <flo.brosch@gmail.com>
Tue, 2 Sep 2014 13:05:59 +0000 (15:05 +0200)
vapi/xcb.vapi

index bde992856201bb1bcdd3e21116a15c2a087bcfe2..16842628d767cd1eff7d4555e8604f481862c4c4 100644 (file)
@@ -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")]