summaryrefslogtreecommitdiff
path: root/vapi/atspi-2.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-11-24 23:38:16 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2014-11-24 23:38:16 +0100
commitd9a758813b0c99d6df09a277377d325b72ae7a80 (patch)
tree22cdd062fb2fbec084c5cd405917dc5b702db6b7 /vapi/atspi-2.vapi
parent3a6f100f74c4ab538febe78358f145d6bdf9176e (diff)
downloadvala-d9a758813b0c99d6df09a277377d325b72ae7a80.tar.gz
bindings: Update GIR-based bindings
Diffstat (limited to 'vapi/atspi-2.vapi')
-rw-r--r--vapi/atspi-2.vapi3
1 files changed, 2 insertions, 1 deletions
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index 73239ce74..0bde15578 100644
--- a/vapi/atspi-2.vapi
+++ b/vapi/atspi-2.vapi
@@ -53,7 +53,7 @@ namespace Atspi {
public unowned string get_object_locale () throws GLib.Error;
public Atspi.Accessible? get_parent () throws GLib.Error;
public uint get_process_id () throws GLib.Error;
- public GLib.Array<Atspi.Accessible> get_relation_set () throws GLib.Error;
+ public GLib.Array<Atspi.Relation> get_relation_set () throws GLib.Error;
public Atspi.Role get_role () throws GLib.Error;
public string get_role_name () throws GLib.Error;
[Deprecated (since = "2.10")]
@@ -691,6 +691,7 @@ namespace Atspi {
MATH,
RATING,
TIMER,
+ STATIC,
LAST_DEFINED;
public static string get_name (Atspi.Role role);
}