From: Jesse van den Kieboom Date: Wed, 8 Feb 2012 11:17:11 +0000 (+0100) Subject: Added bindings for Object.new_valist X-Git-Tag: 0.15.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b941339c734f782ecafcc2ea93dbd952621e0f87;p=thirdparty%2Fvala.git Added bindings for Object.new_valist https://bugzilla.gnome.org/show_bug.cgi?id=669654 --- diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 00f19fdc8..3fc0c684c 100644 --- a/vapi/gobject-2.0.vapi +++ b/vapi/gobject-2.0.vapi @@ -324,6 +324,7 @@ namespace GLib { public static Object @new (Type type, ...); public static Object newv (Type type, [CCode (array_length_pos = 1.9)] Parameter[] parameters); + public static Object new_valist (Type type, string? firstprop, va_list var_args); [CCode (cname = "G_TYPE_FROM_INSTANCE")] public Type get_type ();