summaryrefslogtreecommitdiffstats
path: root/test/test-utils.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-07 23:28:16 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-07 23:28:16 +0000
commitfe22b2194d53061fefe64d48ff6a53e6a762279d (patch)
tree590e2096930716d80fb2ba1ebfce10c10e08efda /test/test-utils.h
parent1617fbe36c0bc2952093fc167b6edffdf32c445e (diff)
2003-04-07 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.sgml: require that base service names start with ':' and that the base service is created/deleted as first and last things a connection does on the bus * bus/dispatch.c (check_existent_service_activation): lots more work on the activation test; it doesn't fully pass yet... * test/test-service.c (main): fix so we don't memleak the connection to the message bus (filter_func): accept a message asking us to exit
Diffstat (limited to 'test/test-utils.h')
-rw-r--r--test/test-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-utils.h b/test/test-utils.h
index 2f115c7f..f00a7181 100644
--- a/test/test-utils.h
+++ b/test/test-utils.h
@@ -11,7 +11,10 @@
dbus_bool_t test_connection_setup (DBusLoop *loop,
DBusConnection *connection);
+void test_connection_shutdown (DBusLoop *loop,
+ DBusConnection *connection);
void test_connection_dispatch_all_messages (DBusConnection *connection);
dbus_bool_t test_connection_dispatch_one_message (DBusConnection *connection);
+
#endif