[vala/staging: 8/8] Regenerate GIR-based bindings



commit f6eceec8a46fc7cad68420128657e25ecf3f7617
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Oct 10 14:34:13 2017 +0200

    Regenerate GIR-based bindings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788775

 vapi/clutter-1.0.vapi |    2 +-
 vapi/gtk+-4.0.vapi    |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi
index b554ab8..7588240 100644
--- a/vapi/clutter-1.0.vapi
+++ b/vapi/clutter-1.0.vapi
@@ -7833,7 +7833,7 @@ namespace Clutter {
                [Version (since = "0.8")]
                public bool has_marker (string marker_name);
                public bool is_playing ();
-               [CCode (array_length_pos = 1.1, array_length_type = "gsize", array_null_terminated = true)]
+               [CCode (array_length = true, array_length_pos = 1.1, array_length_type = "gsize", 
array_null_terminated = true)]
                [Version (since = "0.8")]
                public string[] list_markers (int msecs);
                public void pause ();
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index b6ea96f..08a2229 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -11914,13 +11914,13 @@ namespace Gtk {
                public time_t get_added ();
                public int get_age ();
                public bool get_application_info (string app_name, out unowned string app_exec, out uint 
count, [CCode (type = "time_t*")] out time_t time_);
-               [CCode (array_length_pos = 0.1, array_length_type = "gsize", array_null_terminated = true)]
+               [CCode (array_length = true, array_length_pos = 0.1, array_length_type = "gsize", 
array_null_terminated = true)]
                public string[] get_applications ();
                public unowned string get_description ();
                public unowned string get_display_name ();
                [Version (since = "2.22")]
                public GLib.Icon? get_gicon ();
-               [CCode (array_length_pos = 0.1, array_length_type = "gsize", array_null_terminated = true)]
+               [CCode (array_length = true, array_length_pos = 0.1, array_length_type = "gsize", 
array_null_terminated = true)]
                public string[] get_groups ();
                public Gdk.Pixbuf? get_icon (int size);
                public unowned string get_mime_type ();
@@ -15260,7 +15260,7 @@ namespace Gtk {
                public bool get_show_tips ();
                [Version (since = "2.10")]
                public Gtk.RecentSortType get_sort_type ();
-               [CCode (array_length_pos = 0.1, array_length_type = "gsize", array_null_terminated = true)]
+               [CCode (array_length = true, array_length_pos = 0.1, array_length_type = "gsize", 
array_null_terminated = true)]
                [Version (since = "2.10")]
                public string[] get_uris ();
                [Version (since = "2.10")]
@@ -17302,7 +17302,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        [Version (since = "2.14")]
        public static void test_init ([CCode (array_length_cname = "argcp", array_length_pos = 0.5)] ref 
unowned string[] argvp, ...);
-       [CCode (array_length_pos = 0.1, array_length_type = "guint", array_null_terminated = true, 
cheader_filename = "gtk/gtk.h")]
+       [CCode (array_length = true, array_length_pos = 0.1, array_length_type = "guint", 
array_null_terminated = true, cheader_filename = "gtk/gtk.h")]
        [Version (since = "2.14")]
        public static unowned GLib.Type[] test_list_all_types ();
        [CCode (cheader_filename = "gtk/gtk.h")]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]