From: Will Thompson Date: Sun, 10 Jan 2010 11:27:33 +0000 (+0000) Subject: Document ListQueuedOwners in the spec X-Git-Tag: dbus-1.3.1~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=c8aa4ba183efa29889edfff5a7653c055512d426;p=platform%2Fupstream%2Fdbus.git Document ListQueuedOwners in the spec --- 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 + ). + +