]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: add data member to GenericArray
authorEvan Nemerson <evan@coeus-group.com>
Mon, 12 Sep 2011 20:17:03 +0000 (13:17 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Mon, 12 Sep 2011 20:21:59 +0000 (13:21 -0700)
vapi/glib-2.0.vapi

index 06c82ec9c56f9421834c81363d17b11a2872998a..103ec0609fc8837368e2cba82cb7f7b27a03a16a 100644 (file)
@@ -4046,6 +4046,9 @@ namespace GLib {
                        set { this.set_size (value); }
                }
 
+               [CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+               public G[] data;
+
                private uint len;
        }