[vala/staging] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] vapi: Update GIR-based bindings
- Date: Wed, 1 May 2019 14:43:50 +0000 (UTC)
commit 6c75818675582a2bb1ec17f199668a53c872b3b2
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed May 1 16:36:27 2019 +0200
vapi: Update GIR-based bindings
vapi/atk.vapi | 4 ++++
vapi/atspi-2.vapi | 2 ++
2 files changed, 6 insertions(+)
---
diff --git a/vapi/atk.vapi b/vapi/atk.vapi
index 7f8dc3b64..301589419 100644
--- a/vapi/atk.vapi
+++ b/vapi/atk.vapi
@@ -70,6 +70,8 @@ namespace Atk {
public bool add_relationship (Atk.RelationType relationship, Atk.Object target);
[Version (deprecated = true)]
public virtual uint connect_property_change_handler (Atk.PropertyChangeHandler handler);
+ [Version (since = "2.34")]
+ public unowned string get_accessible_id ();
[Version (since = "1.12")]
public virtual Atk.AttributeSet get_attributes ();
public virtual unowned string get_description ();
@@ -95,6 +97,8 @@ namespace Atk {
[Version (deprecated = true)]
public virtual void remove_property_change_handler (uint handler_id);
public bool remove_relationship (Atk.RelationType relationship, Atk.Object target);
+ [Version (since = "2.34")]
+ public void set_accessible_id (string name);
public virtual void set_description (string description);
public virtual void set_name (string name);
public virtual void set_parent (Atk.Object parent);
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index e0453309d..177c142d2 100644
--- a/vapi/atspi-2.vapi
+++ b/vapi/atspi-2.vapi
@@ -16,6 +16,8 @@ namespace Atspi {
[CCode (has_construct_function = false)]
protected Accessible ();
public void clear_cache ();
+ [Version (since = "2.34")]
+ public string get_accessible_id () throws GLib.Error;
[Version (deprecated = true, deprecated_since = "2.10")]
public Atspi.Action get_action ();
public Atspi.Action get_action_iface ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]