]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Regenerate GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 28 Apr 2016 11:23:00 +0000 (13:23 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 28 Apr 2016 11:23:00 +0000 (13:23 +0200)
vapi/gio-2.0.vapi
vapi/json-glib-1.0.vapi
vapi/mx-1.0.vapi
vapi/pango.vapi
vapi/udisks2.vapi

index b0b1eb491e70070a46ad67bbb6d421c0dbc93106..3eaf67b295cc72c6427fcfc3e5b373b8269d6750 100644 (file)
@@ -3249,7 +3249,7 @@ namespace GLib {
                public void set_server_identity (GLib.SocketConnectable identity);
                public void set_validation_flags (GLib.TlsCertificateFlags flags);
                [ConcreteAccessor]
-               public abstract GLib.List<weak void*> accepted_cas { owned get; }
+               public abstract GLib.List<void*> accepted_cas { owned get; }
                [ConcreteAccessor]
                public abstract GLib.SocketConnectable server_identity { get; set construct; }
                [ConcreteAccessor]
index d33e61af8a69bbd3a9979644feea85fbd5470d31..fc3c63d0e4031201ec049815b874a179b161c9f1 100644 (file)
@@ -317,7 +317,7 @@ namespace Json {
                public abstract GLib.Value get_property (GLib.ParamSpec pspec);
                [CCode (array_length_pos = 0.1, array_length_type = "guint")]
                [Version (since = "0.14")]
-               public GLib.ParamSpec[] list_properties ();
+               public (unowned GLib.ParamSpec)[] list_properties ();
                public abstract Json.Node serialize_property (string property_name, GLib.Value value, GLib.ParamSpec pspec);
                [Version (since = "0.14")]
                public abstract void set_property (GLib.ParamSpec pspec, GLib.Value value);
index b56f3bd92bf124e888e7099085fcfd5526d8e6ec..aa9712aeb888398e7296e71820a5565c4c739f5e 100644 (file)
@@ -1327,7 +1327,7 @@ namespace Mx {
                public abstract unowned string get_style_class ();
                public abstract unowned string get_style_pseudo_class ();
                [CCode (array_length_pos = 0.1, array_length_type = "guint")]
-               public GLib.ParamSpec[] list_properties ();
+               public (unowned GLib.ParamSpec)[] list_properties ();
                public abstract void set_style (Mx.Style style);
                public abstract void set_style_class (string style_class);
                public abstract void set_style_pseudo_class (string pseudo_class);
index 9fb90e971b04fd9abc0a100bb5c7e372dfac36db..a25a9b886671fe4191216cefa52bcf63dacb7b8a 100644 (file)
@@ -144,7 +144,7 @@ namespace Pango {
                public Pango.FontMetrics get_metrics (Pango.FontDescription? desc, Pango.Language? language);
                [Version (since = "1.32.4")]
                public uint get_serial ();
-               public void list_families ([CCode (array_length_cname = "n_families", array_length_pos = 1.1)] out Pango.FontFamily[] families);
+               public void list_families ([CCode (array_length_cname = "n_families", array_length_pos = 1.1)] out (unowned Pango.FontFamily)[] families);
                public Pango.Font? load_font (Pango.FontDescription desc);
                public Pango.Fontset? load_fontset (Pango.FontDescription desc, Pango.Language language);
                public void set_base_dir (Pango.Direction direction);
@@ -270,7 +270,7 @@ namespace Pango {
                public virtual unowned string get_name ();
                [Version (since = "1.4")]
                public virtual bool is_monospace ();
-               public virtual void list_faces ([CCode (array_length_cname = "n_faces", array_length_pos = 1.1)] out Pango.FontFace[] faces);
+               public virtual void list_faces ([CCode (array_length_cname = "n_faces", array_length_pos = 1.1)] out (unowned Pango.FontFace)[] faces);
        }
        [CCode (cheader_filename = "pango/pango.h", type_id = "pango_font_map_get_type ()")]
        public abstract class FontMap : GLib.Object {
@@ -284,7 +284,7 @@ namespace Pango {
                public virtual uint get_serial ();
                [Version (deprecated = true, deprecated_since = "1.38", since = "1.4")]
                public unowned string get_shape_engine_type ();
-               public virtual void list_families ([CCode (array_length_cname = "n_families", array_length_pos = 1.1)] out Pango.FontFamily[] families);
+               public virtual void list_families ([CCode (array_length_cname = "n_families", array_length_pos = 1.1)] out (unowned Pango.FontFamily)[] families);
                public virtual Pango.Font? load_font (Pango.Context context, Pango.FontDescription desc);
                public virtual Pango.Fontset? load_fontset (Pango.Context context, Pango.FontDescription desc, Pango.Language language);
        }
index 808b3dc37b1376d14fd9a0b3824840a187fc3081..ab3e94efc2391b8e9cf8db238a0714fdec05e65f 100644 (file)
@@ -54,7 +54,7 @@ namespace UDisks {
                public UDisks.PartitionTable get_partition_table (UDisks.Partition partition);
                public unowned string get_partition_table_subtype_for_display (string partition_table_type, string partition_table_subtype);
                [CCode (array_length = false, array_null_terminated = true)]
-               public string[] get_partition_table_subtypes (string partition_table_type);
+               public (unowned string)[] get_partition_table_subtypes (string partition_table_type);
                public unowned string get_partition_table_type_for_display (string partition_table_type);
                [Version (since = "2.1.1")]
                public unowned string get_partition_type_and_subtype_for_display (string partition_table_type, string partition_table_subtype, string partition_type);