From 6a897413171b10353910a8e02ddbeb6e1e9a3ccb Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 23 Sep 2018 10:48:58 +0200 Subject: [PATCH] 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 (); -- 2.47.2