Initial commit, not even close to being usable yet
authorMike Gorse <mgorse@novell.com>
Tue, 26 Oct 2010 14:15:53 +0000 (10:15 -0400)
committerMike Gorse <mgorse@novell.com>
Tue, 26 Oct 2010 14:27:01 +0000 (10:27 -0400)
commit11d647c36278e2430df5df0c56546e267971e74a
tree6cff3352207f97cf6ea6a64c93fec705a038c135
parente7402c9337190d8acf68b4a03705caa3ce489594
Initial commit, not even close to being usable yet
25 files changed:
Makefile.am
atspi/atspi-accessible.c [new file with mode: 0644]
atspi/atspi-accessible.h [new file with mode: 0644]
atspi/atspi-constants.h [new file with mode: 0644]
atspi/atspi-event-types.h [new file with mode: 0644]
atspi/atspi-listener-private.h [new file with mode: 0644]
atspi/atspi-listener.c [new file with mode: 0644]
atspi/atspi-listener.h [new file with mode: 0644]
atspi/atspi-misc-private.h [new file with mode: 0644]
atspi/atspi-misc.c [new file with mode: 0644]
atspi/atspi-misc.h [new file with mode: 0644]
atspi/atspi-private.h [new file with mode: 0644]
atspi/atspi-registry.c [new file with mode: 0644]
atspi/atspi-registry.h [new file with mode: 0644]
atspi/atspi-stateset.c [new file with mode: 0644]
atspi/atspi-stateset.h [new file with mode: 0644]
atspi/atspi.h [new file with mode: 0644]
configure.ac
dbind/Makefile.am [new file with mode: 0644]
dbind/dbind-any.c [new file with mode: 0644]
dbind/dbind-any.h [new file with mode: 0644]
dbind/dbind.c [new file with mode: 0644]
dbind/dbind.h [new file with mode: 0644]
dbind/dbtest.c [new file with mode: 0644]
xml/Makefile.am