summaryrefslogtreecommitdiff
path: root/bus/bus.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-24 12:19:59 +0000
committerRichard Hughes <richard@hughsie.com>2007-07-24 12:19:59 +0000
commit6ceffb591878e3a806d340ab07fbb12a2f74e79f (patch)
tree0a51f75b15826378a3e9c5e20bd2bda3ae3a92b1 /bus/bus.h
parent153a2aed604b4b09e915397fe3b1db3f37e830e0 (diff)
downloaddbus-6ceffb591878e3a806d340ab07fbb12a2f74e79f.tar.gz
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/bus.c: (process_config_first_time_only), (process_config_every_time), (bus_context_unref), (bus_context_get_servicehelper): * bus/bus.h: Add the concept of a service-helper and allow it's value to be read.
Diffstat (limited to 'bus/bus.h')
-rw-r--r--bus/bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/bus.h b/bus/bus.h
index cd18c109..ad231040 100644
--- a/bus/bus.h
+++ b/bus/bus.h
@@ -82,6 +82,7 @@ dbus_bool_t bus_context_get_id (BusContext
DBusString *uuid);
const char* bus_context_get_type (BusContext *context);
const char* bus_context_get_address (BusContext *context);
+const char* bus_context_get_servicehelper (BusContext *context);
BusRegistry* bus_context_get_registry (BusContext *context);
BusConnections* bus_context_get_connections (BusContext *context);
BusActivation* bus_context_get_activation (BusContext *context);