]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 1 May 2019 14:36:27 +0000 (16:36 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 1 May 2019 14:38:54 +0000 (16:38 +0200)
vapi/atk.vapi
vapi/atspi-2.vapi

index 7f8dc3b644c2355b5deb1f18b8d5bcabc37151cb..3015894198e2bd36f0f7114997801f7237bfc9d4 100644 (file)
@@ -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);
index e0453309d9111c628821371ba6760cdc9c5d33e5..177c142d2c183bd48bcf203415b35f912a8164b8 100644 (file)
@@ -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 ();