From: Rico Tzschichholz Date: Wed, 1 May 2019 14:36:27 +0000 (+0200) Subject: vapi: Update GIR-based bindings X-Git-Tag: 0.45.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c75818675582a2bb1ec17f199668a53c872b3b2;p=thirdparty%2Fvala.git vapi: Update GIR-based bindings --- 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 ();