summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-06 17:38:43 -0500
committerMike Gorse <mgorse@novell.com>2010-12-09 16:13:38 -0500
commit81cee7da27a7144b0f315adb6e5fadd7fe7956d1 (patch)
tree7a7e131a5b1581c54fbd28cd01adb4f76fa8adef /atspi/atspi-text.h
parentcb430b6f0180ef4466c8991bfbdb014eb51e4faa (diff)
downloadat-spi2-core-81cee7da27a7144b0f315adb6e5fadd7fe7956d1.tar.gz
Fix atspi_text_get_default_attributes
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 40629501..ce42e567 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -109,7 +109,7 @@ AtspiRangedAttributeSet * atspi_text_get_attribute_run (AtspiText *obj, gint off
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);
+GHashTable * atspi_text_get_default_attributes (AtspiText *obj, GError **error);
gboolean atspi_text_set_caret_offset (AtspiText *obj, gint new_offset, GError **error);