[vala/staging] gtk+-4.0: Update to 3.94.0+d90e2733



commit 6a897413171b10353910a8e02ddbeb6e1e9a3ccb
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Sep 23 10:48:58 2018 +0200

    gtk+-4.0: Update to 3.94.0+d90e2733

 vapi/gtk+-4.0.vapi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index d660541a2..a1c760ce0 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -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 ();


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