]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.94.0+d90e2733
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 23 Sep 2018 08:48:58 +0000 (10:48 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 23 Sep 2018 08:48:58 +0000 (10:48 +0200)
vapi/gtk+-4.0.vapi

index d660541a2ee9dabac6b8e1dd64b49697886fd12f..a1c760ce0800cd67123916a9f08e5756f71e534e 100644 (file)
@@ -11139,7 +11139,7 @@ namespace Gtk {
                [CCode (has_construct_function = false)]
                protected TreeListModel ();
                public bool get_autoexpand ();
-               public Gtk.TreeListRow? get_child (uint position);
+               public Gtk.TreeListRow? get_child_row (uint position);
                public unowned GLib.ListModel get_model ();
                public bool get_passthrough ();
                public Gtk.TreeListRow? get_row (uint position);
@@ -11152,7 +11152,7 @@ namespace Gtk {
        public class TreeListRow : GLib.Object {
                [CCode (has_construct_function = false)]
                protected TreeListRow ();
-               public Gtk.TreeListRow? get_child (uint position);
+               public Gtk.TreeListRow? get_child_row (uint position);
                public unowned GLib.ListModel? get_children ();
                public uint get_depth ();
                public bool get_expanded ();