[vala] gobject-2.0: Bind g_object_newv



commit 83833fd595cd271b2f4e1555e6e7e1268a646d36
Author: Jan Hudec <bulb ucw cz>
Date:   Tue Sep 15 22:42:35 2009 +0200

    gobject-2.0: Bind g_object_newv

 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 983b567..252f355 100644
--- a/vapi/gobject-2.0.vapi
+++ b/vapi/gobject-2.0.vapi
@@ -184,6 +184,7 @@ namespace GLib {
 #if VALA_0_7_6_NEW_METHODS
 		public static Object @new (Type type, ...);
 #endif
+		public static Object newv (Type type, [CCode (array_length_pos = 1.9)] Parameter[] parameters);
 
 		[CCode (cname = "G_TYPE_FROM_INSTANCE")]
 		public Type get_type ();



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