summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-20 10:59:06 -0500
committerMike Gorse <mgorse@novell.com>2010-11-20 10:59:06 -0500
commit585683c4e828aaa1dbb883df9274d14753a58088 (patch)
treee3920da08c8ef8ead088e59314addf36f7e7394b /atspi/atspi-text.h
parent3f65b7902ce9f63a33c76bdc093e02ffa742a50a (diff)
downloadat-spi2-core-585683c4e828aaa1dbb883df9274d14753a58088.tar.gz
Add Hypertext and Hyperlink and some refactoring to support them
AtspiAccessible is now derived from a base class called AtspiObject which defines the object's application and object path, since this is common with AtspiHyperlink.
Diffstat (limited to 'atspi/atspi-text.h')
-rw-r--r--atspi/atspi-text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h
index 25c2ae54..40629501 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -47,6 +47,9 @@ struct _AtspiRange
GType atspi_range_get_type ();
+AtspiRange *
+atspi_range_copy (AtspiRange *src);
+
typedef struct _AtspiRangedAttributeSet AtspiRangedAttributeSet;
struct _AtspiRangedAttributeSet
{