From: Jan Hudec Date: Tue, 15 Sep 2009 20:42:35 +0000 (+0200) Subject: gobject-2.0: Bind g_object_newv X-Git-Tag: 0.7.6~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83833fd595cd271b2f4e1555e6e7e1268a646d36;p=thirdparty%2Fvala.git gobject-2.0: Bind g_object_newv --- diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 983b567cc..252f35584 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 ();