summaryrefslogtreecommitdiffstats
path: root/bus/driver.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-02-13 21:37:58 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-02-13 21:37:58 +0000
commit97ee8d189948c9f2c86464ca33f82e6daeaedc72 (patch)
tree2fd81b6957587fd7ba4480598aeebb337148d05e /bus/driver.h
parentaa4b4ef5955606659557a40a2220090ee9c108d4 (diff)
2003-02-13 Anders Carlsson <andersca@codefactory.se>
* bus/driver.c: (bus_driver_handle_hello): * bus/driver.h: * bus/services.c: (bus_service_lookup): Reorder message sending so we get a more sane order. * test/bus-test.c: (message_handler): Fix tyop.
Diffstat (limited to 'bus/driver.h')
-rw-r--r--bus/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/driver.h b/bus/driver.h
index fc4d2590..3019fe43 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -34,6 +34,7 @@ void bus_driver_send_service_lost (DBusConnection *connection,
const char *service_name);
void bus_driver_send_service_acquired (DBusConnection *connection,
const char *service_name);
+void bus_driver_send_service_created (const char *service_name);