From 585683c4e828aaa1dbb883df9274d14753a58088 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sat, 20 Nov 2010 10:59:06 -0500 Subject: 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. --- atspi/atspi-text.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'atspi/atspi-text.h') 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 { -- cgit v1.2.1