summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorPatryk Kaczmarek <patryk.k@samsung.com>2015-09-28 14:23:15 +0200
committerMike Gorse <mgorse@suse.com>2015-10-12 14:20:01 -0500
commit8786849ce6e9914383aa766ff9ce7e00f5b2178d (patch)
treedf76f1dec43a381b6b64eb6903ce32b93b638f00 /idl
parent45432a51a027ae7e1ee8fa2643105622e5f23ed5 (diff)
downloadat-spi2-core-8786849ce6e9914383aa766ff9ce7e00f5b2178d.tar.gz
Fixed atspi_text_ functions
* atspi_text_get_text_attribute_value Fixed dbus signature in _atspi_dbus_call function and add missing argument for string. * atspi_text_get_default_attributes Receiving return value by reference from hash table https://bugzilla.gnome.org/show_bug.cgi?id=755731
Diffstat (limited to 'idl')
-rw-r--r--idl/text.didl3
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/text.didl b/idl/text.didl
index 0796dcb9..07ce85e1 100644
--- a/idl/text.didl
+++ b/idl/text.didl
@@ -110,9 +110,6 @@ namespace org.freestandards.atspi {
string attribute_key;
} reply {
string attribute_value;
- int32 start_offset;
- int32 end_offset;
- boolean defined;
}
/* Deprecated in favor of GetAttributeRun. */