]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Bind g_object_newv
authorJan Hudec <bulb@ucw.cz>
Tue, 15 Sep 2009 20:42:35 +0000 (22:42 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 15 Sep 2009 20:42:35 +0000 (22:42 +0200)
vapi/gobject-2.0.vapi

index 983b567ccb2f4d85f473b0ab285b598a769f605d..252f35584198bd169dd0c8314e782188ccf04f1e 100644 (file)
@@ -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 ();