2005-03-11 Colin Walters <walters@verbum.org>
authorColin Walters <walters@verbum.org>
Sat, 12 Mar 2005 16:33:01 +0000 (16:33 +0000)
committerColin Walters <walters@verbum.org>
Sat, 12 Mar 2005 16:33:01 +0000 (16:33 +0000)
commit3dea5c183f65c3f924fb442bf606dfeb50f028a4
tree0ac180fdc5c7766d003863717ef6cbeff8237806
parent3c1d2d65654f92f24d3e5c9c5b88d76a10f72822
2005-03-11  Colin Walters  <walters@verbum.org>

* glib/Makefile.am: Generate dbus-glib-bindings.h and
install it.

* bus/print-introspect.c: New file; prints introspection
data for a given name and object path.

* bus/run-with-tmp-session-bus.sh: New file, refactored
from test/glib/run-test.sh.  Creates a temporary session
bus and runs another program.

* test/glib/run-test.sh: Refactor to invoke
run-with-tmp-session-bus.sh.

* bus/driver.c (bus_driver_handle_introspect): Fix to print new
introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
macros instead of hardcoding.

* glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
ChangeLog
bus/.cvsignore
bus/Makefile.am
bus/driver.c
bus/print-introspect.c [new file with mode: 0644]
bus/run-with-tmp-session-bus.sh [new file with mode: 0755]
glib/.cvsignore
glib/Makefile.am
test/data/valid-config-files/.cvsignore
test/glib/.cvsignore
test/glib/run-test.sh