From: Rico Tzschichholz Date: Sun, 23 Sep 2018 08:48:58 +0000 (+0200) Subject: gtk+-4.0: Update to 3.94.0+d90e2733 X-Git-Tag: 0.43.1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a897413171b10353910a8e02ddbeb6e1e9a3ccb;p=thirdparty%2Fvala.git gtk+-4.0: Update to 3.94.0+d90e2733 --- 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 ();