From 7628b541258d906e27e2000a402ed2d02383479c Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 14 Jul 2006 01:17:59 +0000 Subject: * 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 --- doc/dbus-specification.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc') diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 52422277..05f6ad1c 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3267,6 +3267,37 @@ Returns a list of all currently-owned names on the bus. + + <literal>org.freedesktop.DBus.ListActivatableNames</literal> + + As a method: + + ARRAY of STRING ListActivatableNames () + + Reply arguments: + + + + + Argument + Type + Description + + + + + 0 + ARRAY of STRING + Array of strings where each string is a bus name + + + + + + + Returns a list of all names that can be activated on the bus. + + <literal>org.freedesktop.DBus.NameHasOwner</literal> -- cgit