[vala] glib-2.0: add data member to GenericArray



commit 4c506e85dc73bdab4271883f36c57be28410cdc3
Author: Evan Nemerson <evan coeus-group com>
Date:   Mon Sep 12 13:17:03 2011 -0700

    glib-2.0: add data member to GenericArray

 vapi/glib-2.0.vapi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 06c82ec..103ec06 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]