[vala/0.40] gtk+-4.0: Update to 3.94.0+d90e2733
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] gtk+-4.0: Update to 3.94.0+d90e2733
- Date: Mon, 24 Sep 2018 08:44:37 +0000 (UTC)
commit 7a4aee9f31141e87cc04599c389543fb36d5ea82
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 99463e060..f5a159c00 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]