From: Rico Tzschichholz Date: Tue, 11 Dec 2018 13:08:20 +0000 (+0100) Subject: gobject-introspection-1.0: Pick up version attribute fixes X-Git-Tag: 0.42.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b913bd482e83c769faed0c303634cdfe20982c;p=thirdparty%2Fvala.git gobject-introspection-1.0: Pick up version attribute fixes --- diff --git a/vapi/gobject-introspection-1.0.vapi b/vapi/gobject-introspection-1.0.vapi index 8fe3ad030..1c3d25cd6 100644 --- a/vapi/gobject-introspection-1.0.vapi +++ b/vapi/gobject-introspection-1.0.vapi @@ -14,7 +14,7 @@ namespace GI { public bool is_caller_allocates (); public bool is_optional (); public bool is_return_value (); - [Version (since = "1.29.0")] + [Version (since = "1.30")] public bool is_skip (); public void load_type (out unowned GI.TypeInfo type); public bool may_be_null (); @@ -41,6 +41,7 @@ namespace GI { public bool can_throw_gerror (); public GI.ArgInfo get_arg (int n); public GI.Transfer get_caller_owns (); + [Version (since = "1.42")] public GI.Transfer get_instance_ownership_transfer (); public int get_n_args (); public unowned string get_return_attribute (string name); @@ -61,7 +62,7 @@ namespace GI { [CCode (cheader_filename = "girepository.h", type_id = "g_base_info_gtype_get_type ()")] [Compact] public class ConstantInfo : GI.BaseInfo { - [Version (since = "1.30.1")] + [Version (since = "1.32")] public void free_value (GI.Argument value); public GI.TypeInfo get_type (); public int get_value (out GI.Argument value); @@ -69,11 +70,11 @@ namespace GI { [CCode (cheader_filename = "girepository.h", type_id = "g_base_info_gtype_get_type ()")] [Compact] public class EnumInfo : GI.BaseInfo { - [Version (since = "1.29.17")] + [Version (since = "1.30")] public unowned string get_error_domain (); - [Version (since = "1.29.17")] + [Version (since = "1.30")] public GI.FunctionInfo get_method (int n); - [Version (since = "1.29.17")] + [Version (since = "1.30")] public int get_n_methods (); public int get_n_values (); public GI.TypeTag get_storage_type (); @@ -176,7 +177,7 @@ namespace GI { protected Repository (); public static bool dump (string arg) throws GI.RepositoryError; public GLib.List enumerate_versions (string namespace_); - [Version (since = "1.29.17")] + [Version (since = "1.30")] public GI.EnumInfo find_by_error_domain (GLib.Quark domain); public GI.BaseInfo find_by_gtype (GLib.Type gtype); public GI.BaseInfo find_by_name (string namespace_, string name); @@ -213,6 +214,7 @@ namespace GI { [CCode (cheader_filename = "girepository.h", type_id = "g_base_info_gtype_get_type ()")] [Compact] public class StructInfo : GI.BaseInfo { + [Version (since = "1.46")] public GI.FieldInfo find_field (string name); public GI.FunctionInfo find_method (string name); public size_t get_alignment ();