[vala/0.42] 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.42] gtk+-4.0: Update to 3.94.0+d90e2733
- Date: Mon, 24 Sep 2018 07:38:34 +0000 (UTC)
commit 358401b7a48d094b5f7ee9372716916d9b985a64
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]