]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Update to 3.98.5+1d1f618a
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Jun 2020 10:41:39 +0000 (12:41 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Jun 2020 10:41:39 +0000 (12:41 +0200)
vapi/gtk4.vapi

index 581a5234abec44d1de957214811569926dc28f0f..d41e933e9e6da4d08abc626b9fb7c0f944ac636c 100644 (file)
@@ -7633,7 +7633,7 @@ namespace Gtk {
                public unowned Gtk.ListItemFactory? get_list_factory ();
                public unowned GLib.ListModel? get_model ();
                public uint get_selected ();
-               public void* get_selected_item ();
+               public unowned GLib.Object? get_selected_item ();
                public void set_enable_search (bool enable_search);
                public void set_expression (Gtk.Expression? expression);
                public void set_factory (Gtk.ListItemFactory? factory);
@@ -10965,7 +10965,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_string_list_get_type ()")]
        public class StringList : GLib.Object, GLib.ListModel, Gtk.Buildable {
                [CCode (has_construct_function = false)]
-               public StringList ([CCode (array_length = false)] string[]? strings);
+               public StringList ([CCode (array_length = false, array_null_terminated = true)] string[]? strings);
                public void append (string str);
                public unowned string get_string (uint position);
                public void remove (uint position);