summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parenta3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585 (diff)
* 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 'doc')
-rw-r--r--doc/dbus-specification.xml31
1 files changed, 31 insertions, 0 deletions
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.
</para>
</sect3>
+ <sect3 id="bus-messages-list-activatable-names">
+ <title><literal>org.freedesktop.DBus.ListActivatableNames</literal></title>
+ <para>
+ As a method:
+ <programlisting>
+ ARRAY of STRING ListActivatableNames ()
+ </programlisting>
+ Reply arguments:
+ <informaltable>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Argument</entry>
+ <entry>Type</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>0</entry>
+ <entry>ARRAY of STRING</entry>
+ <entry>Array of strings where each string is a bus name</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ <para>
+ Returns a list of all names that can be activated on the bus.
+ </para>
+ </sect3>
<sect3 id="bus-messages-name-exists">
<title><literal>org.freedesktop.DBus.NameHasOwner</literal></title>
<para>