2002-01-24 Mark McLoughlin <mark@skynet.ie>
authormmclouglin <mmclouglin@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 24 Jan 2002 12:41:09 +0000 (12:41 +0000)
committermmclouglin <mmclouglin@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 24 Jan 2002 12:41:09 +0000 (12:41 +0000)
commit62b40833b1393b6636983745ff78c1cbfb2f2b26
treea2204840ecb00f9e77dc8fdf6b9f4544d55862f8
parentf857d60677eff94e961c6c04f7e42b1591624412
2002-01-24  Mark McLoughlin  <mark@skynet.ie>

        * cspi/spi_accessible.c: (Accessible_getRelationSet):
        use NULL, not CORBA_OBJECT_NIL.

        * libspi/accessible.c:
        (impl_accessibility_accessible_get_relation_set):
        allocate the sequence correctly.

        * libspi/remoteobject.h: kill spi_remote_object_new.

        * test/test-simple.c: (validate_accessible): add code
        to test relation sets, now all we need is to figure
        out how to excercise this code path :/

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@229 e2bd861d-eb25-0410-b326-f6ed22b6b98c
ChangeLog
cspi/spi_accessible.c
libspi/accessible.c
libspi/remoteobject.h
test/test-simple.c