summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-08 10:31:53 -0500
committerMike Gorse <mgorse@novell.com>2010-12-09 16:13:38 -0500
commita65f04d50d97730b496cfa0d414c9a2907036c52 (patch)
tree4efb591239321bebca58e53285c595b0ca76bb4b /atspi/atspi-text.h
parent81cee7da27a7144b0f315adb6e5fadd7fe7956d1 (diff)
downloadat-spi2-core-a65f04d50d97730b496cfa0d414c9a2907036c52.tar.gz
Rename text to content in AtspiTextRange to match original IDL
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 ce42e567..2c045d9c 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -72,7 +72,7 @@ struct _AtspiTextRange
{
gint start_offset;
gint end_offset;
- gchar *text;
+ gchar *content;
};
/**