[vala/0.50] gtk4: Update to 4.1.1+f8f90d85
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.50] gtk4: Update to 4.1.1+f8f90d85
- Date: Sun, 14 Mar 2021 15:47:53 +0000 (UTC)
commit 8fb27585d04c9407c122349ca6932b49e4fddfdf
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Mar 6 12:38:01 2021 +0100
gtk4: Update to 4.1.1+f8f90d85
vapi/gtk4.vapi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi
index 841487e8d..1e6581c2a 100644
--- a/vapi/gtk4.vapi
+++ b/vapi/gtk4.vapi
@@ -8698,10 +8698,13 @@ namespace Gtk {
public virtual void focus_out ();
public virtual void get_preedit_string (out string str, out Pango.AttrList attrs, out int
cursor_pos);
public virtual bool get_surrounding (out string text, out int cursor_index);
+ public virtual bool get_surrounding_with_selection (string text, int cursor_index, int
anchor_index);
public virtual void reset ();
public virtual void set_client_widget (Gtk.Widget? widget);
public virtual void set_cursor_location (Gdk.Rectangle area);
+ [Version (deprecated = true, deprecated_since = "4.2")]
public virtual void set_surrounding (string text, int len, int cursor_index);
+ public virtual void set_surrounding_with_selection (string text, int len, int cursor_index,
int anchor_index);
public virtual void set_use_preedit (bool use_preedit);
[NoAccessorMethod]
public Gtk.InputHints input_hints { get; set; }
@@ -10642,7 +10645,7 @@ namespace Gtk {
public bool get_can_unselect ();
public unowned GLib.ListModel get_model ();
public uint get_selected ();
- public void* get_selected_item ();
+ public unowned GLib.Object? get_selected_item ();
public void set_autoselect (bool autoselect);
public void set_can_unselect (bool can_unselect);
public void set_model (GLib.ListModel? model);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]