From: Rico Tzschichholz Date: Wed, 15 May 2019 08:32:57 +0000 (+0200) Subject: vapi: Update GIR-based bindings X-Git-Tag: 0.45.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12123d2bc3baed0320c5342c405c366df82c27ea;p=thirdparty%2Fvala.git vapi: Update GIR-based bindings --- diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi index 177c142d2..2a7d31420 100644 --- a/vapi/atspi-2.vapi +++ b/vapi/atspi-2.vapi @@ -366,6 +366,7 @@ namespace Atspi { public string? get_text_attribute_value (int offset, string attribute_name) throws GLib.Error; public GLib.HashTable get_text_attributes (int offset, out int start_offset, out int end_offset) throws GLib.Error; public Atspi.TextRange get_text_before_offset (int offset, Atspi.TextBoundaryType type) throws GLib.Error; + public void notify_reading_position (int offset); public bool remove_selection (int selection_num) throws GLib.Error; public bool scroll_substring_to (int start_offset, int end_offset, Atspi.ScrollType type) throws GLib.Error; public bool scroll_substring_to_point (int start_offset, int end_offset, Atspi.CoordType coords, int x, int y) throws GLib.Error; @@ -832,6 +833,8 @@ namespace Atspi { public const string DBUS_INTERFACE_IMAGE; [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_DBUS_INTERFACE_REGISTRY")] public const string DBUS_INTERFACE_REGISTRY; + [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_DBUS_INTERFACE_SCREEN_READER")] + public const string DBUS_INTERFACE_SCREEN_READER; [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_DBUS_INTERFACE_SELECTION")] public const string DBUS_INTERFACE_SELECTION; [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_DBUS_INTERFACE_SOCKET")] @@ -854,6 +857,8 @@ namespace Atspi { public const string DBUS_PATH_REGISTRY; [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_DBUS_PATH_ROOT")] public const string DBUS_PATH_ROOT; + [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_DBUS_PATH_SCREEN_READER")] + public const string DBUS_PATH_SCREEN_READER; [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_EVENTTYPE_COUNT")] public const int EVENTTYPE_COUNT; [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_KEYEVENTTYPE_COUNT")]