Add Hypertext and Hyperlink and some refactoring to support them
authorMike Gorse <mgorse@novell.com>
Sat, 20 Nov 2010 15:59:06 +0000 (10:59 -0500)
committerMike Gorse <mgorse@novell.com>
Sat, 20 Nov 2010 15:59:06 +0000 (10:59 -0500)
commit585683c4e828aaa1dbb883df9274d14753a58088
treee3920da08c8ef8ead088e59314addf36f7e7394b
parent3f65b7902ce9f63a33c76bdc093e02ffa742a50a
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.
16 files changed:
atspi/Makefile.am
atspi/atspi-accessible.c
atspi/atspi-accessible.h
atspi/atspi-hyperlink.c [new file with mode: 0644]
atspi/atspi-hyperlink.h [new file with mode: 0644]
atspi/atspi-hypertext.c [new file with mode: 0644]
atspi/atspi-hypertext.h [new file with mode: 0644]
atspi/atspi-misc-private.h
atspi/atspi-misc.c
atspi/atspi-object.c [new file with mode: 0644]
atspi/atspi-object.h [new file with mode: 0644]
atspi/atspi-table.c
atspi/atspi-text.c
atspi/atspi-text.h
atspi/atspi-types.h
atspi/atspi.h