summaryrefslogtreecommitdiff
path: root/vapi/atspi-2.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-03-18 16:22:19 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-18 16:22:19 +0100
commit4382077dcf09cf9bbf315d0c56579118ce34b503 (patch)
tree2f3258f95bab510470076e74765c401154fbe2b3 /vapi/atspi-2.vapi
parent97d8687d46f9f26403adc5764ae7e32c7f8dc551 (diff)
downloadvala-4382077dcf09cf9bbf315d0c56579118ce34b503.tar.gz
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/atspi-2.vapi')
-rw-r--r--vapi/atspi-2.vapi6
1 files changed, 1 insertions, 5 deletions
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index 4ea469d54..48d250ae1 100644
--- a/vapi/atspi-2.vapi
+++ b/vapi/atspi-2.vapi
@@ -328,9 +328,9 @@ namespace Atspi {
public GLib.GenericArray<Atspi.Accessible> get_column_header_cells () throws GLib.Error;
public int get_column_index () throws GLib.Error;
public int get_column_span () throws GLib.Error;
+ public int get_position (out int row, out int column) throws GLib.Error;
public void get_row_column_span (out int row, out int column, out int row_span, out int column_span) throws GLib.Error;
public GLib.GenericArray<Atspi.Accessible> get_row_header_cells () throws GLib.Error;
- public int get_row_index () throws GLib.Error;
public int get_row_span () throws GLib.Error;
public Atspi.Accessible get_table () throws GLib.Error;
}
@@ -428,10 +428,6 @@ namespace Atspi {
public weak string keystrings;
public short len;
}
- [CCode (cheader_filename = "atspi/atspi.h")]
- [SimpleType]
- public struct KeystrokeListener {
- }
[CCode (cheader_filename = "atspi/atspi.h", has_type_id = false)]
public struct Reference {
public weak string name;