From 3dea5c183f65c3f924fb442bf606dfeb50f028a4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 12 Mar 2005 16:33:01 +0000 Subject: 2005-03-11 Colin Walters * 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. --- test/data/valid-config-files/.cvsignore | 1 + 1 file changed, 1 insertion(+) (limited to 'test/data') diff --git a/test/data/valid-config-files/.cvsignore b/test/data/valid-config-files/.cvsignore index f14fbcf2..a38e9d15 100644 --- a/test/data/valid-config-files/.cvsignore +++ b/test/data/valid-config-files/.cvsignore @@ -2,3 +2,4 @@ debug-allow-all.conf debug-allow-all-sha1.conf session.conf system.conf +run-with-tmp-session-bus.conf -- cgit