Initial revision
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 25 Jul 2001 18:26:40 +0000 (18:26 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 25 Jul 2001 18:26:40 +0000 (18:26 +0000)
commit9bf98cd378e1572019a743bb4bf18e896b4fcd1d
tree374909596df921158da2a954b8d1abb9e263fdfc
parentd1b67a1d3c7ddc8419e5298710a282ecffd8b9f6
Initial revision

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@2 e2bd861d-eb25-0410-b326-f6ed22b6b98c
60 files changed:
.cvsignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
acconfig.h [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.in [new file with mode: 0644]
docs/.cvsignore [new file with mode: 0644]
docs/Makefile.am [new file with mode: 0644]
idl/.cvsignore [new file with mode: 0644]
idl/Accessibility_Accessible.idl [new file with mode: 0644]
idl/Accessibility_Application.idl [new file with mode: 0644]
idl/Accessibility_Desktop.idl [new file with mode: 0644]
idl/Accessibility_Event.idl [new file with mode: 0644]
idl/Accessibility_Registry.idl [new file with mode: 0644]
idl/Accessibility_Relation.idl [new file with mode: 0644]
idl/Accessibility_Role.idl [new file with mode: 0644]
idl/Accessibility_State.idl [new file with mode: 0644]
idl/Accessible.idl [new file with mode: 0644]
idl/Application.idl [new file with mode: 0644]
idl/Desktop.idl [new file with mode: 0644]
idl/Event.idl [new file with mode: 0644]
idl/Makefile.am [new file with mode: 0644]
idl/Registry.idl [new file with mode: 0644]
idl/Relation.idl [new file with mode: 0644]
idl/Role.idl [new file with mode: 0644]
idl/State.idl [new file with mode: 0644]
libspi/Makefile.am [new file with mode: 0644]
libspi/Makefile.in [new file with mode: 0644]
libspi/accessible.c [new file with mode: 0644]
libspi/accessible.h [new file with mode: 0644]
libspi/application.c [new file with mode: 0644]
libspi/application.h [new file with mode: 0644]
libspi/atksimpleobject.c [new file with mode: 0644]
libspi/atksimpleobject.h [new file with mode: 0644]
libspi/desktop.c [new file with mode: 0644]
libspi/desktop.h [new file with mode: 0644]
libspi/listener.c [new file with mode: 0644]
libspi/listener.h [new file with mode: 0644]
libspi/registry.c [new file with mode: 0644]
libspi/registry.h [new file with mode: 0644]
po/.cvsignore [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
registryd/.cvsignore [new file with mode: 0644]
registryd/Accessibility_Registry.oaf.in [new file with mode: 0644]
registryd/Accessibility_Registry.server.in [new file with mode: 0644]
registryd/Makefile.am [new file with mode: 0644]
registryd/desktop.c [new file with mode: 0644]
registryd/desktop.h [new file with mode: 0644]
registryd/registry-main.c [new file with mode: 0644]
registryd/registry.c [new file with mode: 0644]
registryd/registry.h [new file with mode: 0644]
registryd/registryd.c [new file with mode: 0644]
test/.cvsignore [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/app.c [new file with mode: 0644]
test/at.c [new file with mode: 0644]