summaryrefslogtreecommitdiff
path: root/bus/activation.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 01:17:59 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 01:17:59 +0000
commit7628b541258d906e27e2000a402ed2d02383479c (patch)
treea422ce5ba507acda462b26b09a79b751c4944841 /bus/activation.h
parenta3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585 (diff)
downloaddbus-7628b541258d906e27e2000a402ed2d02383479c.tar.gz
* bus/activation.[ch] (bus_activation_list_services): new function to
get the list of services that can be activated * bus/dispatch.c: test coverage for the new bus method ListActivatableNames * bus/driver.c: new bus method ListActivatableNames to get the list of services that can be activated * doc/dbus-specification.xml: ListActivatableNames method documentation
Diffstat (limited to 'bus/activation.h')
-rw-r--r--bus/activation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bus/activation.h b/bus/activation.h
index d12d8718..88d5bbce 100644
--- a/bus/activation.h
+++ b/bus/activation.h
@@ -45,6 +45,9 @@ dbus_bool_t bus_activation_service_created (BusActivation *activation,
const char *service_name,
BusTransaction *transaction,
DBusError *error);
+dbus_bool_t bus_activation_list_services (BusActivation *registry,
+ char ***listp,
+ int *array_len);
dbus_bool_t bus_activation_send_pending_auto_activation_messages (BusActivation *activation,
BusService *service,