From c8aa4ba183efa29889edfff5a7653c055512d426 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sun, 10 Jan 2010 11:27:33 +0000 Subject: [PATCH] Document ListQueuedOwners in the spec --- doc/dbus-specification.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 297eaa2..8f6b40e 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3394,7 +3394,63 @@ - + + + + <literal>org.freedesktop.DBus.ListQueuedOwners</literal> + + As a method: + + ARRAY of STRING ListQueuedOwners (in STRING name) + + Message arguments: + + + + + Argument + Type + Description + + + + + 0 + STRING + The well-known bus name to query, such as + com.example.cappuccino + + + + + Reply arguments: + + + + + Argument + Type + Description + + + + + 0 + ARRAY of STRING + The unique bus names of connections currently queued + for the name + + + + + + + This method call should be sent to + org.freedesktop.DBus and lists the connections + currently queued for a bus name (see + ). + + -- 2.7.4