summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-19 17:02:50 -0500
committerMike Gorse <mgorse@novell.com>2010-11-19 17:02:50 -0500
commit3f65b7902ce9f63a33c76bdc093e02ffa742a50a (patch)
treee203e6ec9ac3d373d2fb9029282e97ad7d6b76d9 /atspi/atspi-text.h
parent9264c1189ac000516b8d494bd4f75c9d2da86600 (diff)
downloadat-spi2-core-3f65b7902ce9f63a33c76bdc093e02ffa742a50a.tar.gz
Add Action, Document, EditableText, Image, and Value interfaces
Diffstat (limited to 'atspi/atspi-text.h')
-rw-r--r--atspi/atspi-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h
index 6c6add18..25c2ae54 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -104,7 +104,7 @@ AtspiRangedAttributeSet * atspi_text_get_attributes (AtspiText *obj, gint offset
AtspiRangedAttributeSet * atspi_text_get_attribute_run (AtspiText *obj, gint offset, gboolean include_defaults, GError **error);
-gchar * atspi_text_get_attribute_value (AtspiText *obj, gint offset, gchar *attribute_value, GError **error);
+gchar * atspi_text_get_attribute_value (AtspiText *obj, gint offset, gchar *attribute_name, GError **error);
GHashTable * atspi_text_get_default_attributes (AtspiAccessible *obj, GError **error);