* cspi/Makefile.am:
authormarcm <marcm@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 13 Sep 2001 04:33:22 +0000 (04:33 +0000)
committermarcm <marcm@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 13 Sep 2001 04:33:22 +0000 (04:33 +0000)
commitb7faf0a7a57b145e2cc6c67887652908fc5db9c3
tree214a20feed638ea94682c8360e1a50cc51a2b1d2
parent2a52cece4bf09e15a526a0e7b67569a5e0de6b43
* cspi/Makefile.am:
Added spi-util.c.

* cspi/spi-util.c:
Fixed typo

* cspi/spi.c:
Added interface implementation c files to list of
includes so they are included in libcspi.

* cspi/spi.h:
Changed prototype of AccessibleAction_doAction to return a boolean.
Changed prototype of AccessibleTable_getCaption to
return an Accessible.
Changed prototype of AccessibleTable_getSelectedRows
and AccessibleTable_getSelectedColumns to
return a long (returns the number of selected rows or columns
respectively).
Changed name of AccessibleText_refRunAttributes to
AccessibleText_getAttributes.
Changed prototype of AccessibleText_getCharacterExtents to return a void rather than a
boolean. Addded support for a AccessibleCoordType parameter specifying what type of coordinates are desired.
Added an AccessibleCordType parameter to
AccessibleText_getPointAtOffset.

* cspi/spi_accessible.c:
Added code to return the outstanding interfaces from
Accessible_queryInterface.

* cspi/spi_action.c:
Fixed typos.
Corrected call to getNActions to call the c binding
for an attribute.

* cspi/spi_editabletext.c:
Fixed typos.
Changed name from setRunAttributes to setAttributes.

* cspi/spi_hyperlink.c:
Fixed typos.
Changed call to getNAnchors to correctly call the c
binding for an attribute.

* cspi/spi_hypertext.c:
Fixed typos.
Changed getImageDescription to correctly call the
binding for an attribute.

* cspi/spi_selection.c:
Changed getNSelectedChildren to correctly call the c
binding for the attribute.
Changed refSelectedChild to getSelectedChild.

* cspi/spi_table.c:
Fixed typos.
Changed getCaption to return an Accessible.
Fixed calls which retrieve attributes.
Changed refAt to getAccessibleAt.
Changed getNSelectedRows and getNSelectedColumns to
return longs.

* cspi/spi_text.c:
Changed getCharacterExtents and getPointAtOffset to accept an
AccessibleCoordType.
Fixed typos.
Changed calls which retrieve attributes.
Changed refRunAttributes to getAttributes.

* cspi/spi_value.c:
Fixed typos.

* idl/Hyperlink.idl:
Changed n_anchors attribute to nAnchors to keep naming
convention consistent.

* idl/Table.idl:
Made Table inherit from Bonobo::Unknown.
Added nSelectedColumns and nSelectedRows attributes.

* idl/Value.idl:
Made Value inherit from Bonobo::Unknown.

* libspi/hyperlink.c:
Change for nAnchors attributte name change.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@59 e2bd861d-eb25-0410-b326-f6ed22b6b98c
23 files changed:
ChangeLog
cspi/Makefile.am
cspi/spi-util.c
cspi/spi.c
cspi/spi.h
cspi/spi_accessible.c
cspi/spi_action.c
cspi/spi_editabletext.c
cspi/spi_hyperlink.c
cspi/spi_hypertext.c
cspi/spi_image.c
cspi/spi_selection.c
cspi/spi_table.c
cspi/spi_text.c
cspi/spi_value.c
idl/Accessibility_Hyperlink.idl
idl/Accessibility_Table.idl
idl/Accessibility_Value.idl
idl/Hyperlink.idl
idl/Table.idl
idl/Value.idl
libspi/hyperlink.c
po/ChangeLog