[vala] gobject-2.0: Set Type.interfaces() array length type to guint.



commit 3f1f99241ee46923d253726445a319c9163d1b2b
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date:   Wed Dec 22 19:38:55 2010 +0000

    gobject-2.0: Set Type.interfaces() array length type to guint.

 vapi/gobject-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi
index fd581a8..d2978fb 100644
--- a/vapi/gobject-2.0.vapi
+++ b/vapi/gobject-2.0.vapi
@@ -59,6 +59,7 @@ namespace GLib {
 		public Type[] children ();
 		public uint depth ();
 		public static Type from_name (string name);
+		[CCode (array_length_type = "guint")]
 		public Type[] interfaces ();
 		public bool is_a (Type is_a_type);
 		public unowned string name ();



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