From 02fbc7e23aa3d92126d5f1a019c7d1270082e207 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sun, 10 Jan 2010 11:27:33 +0000 Subject: [PATCH 3/3] Document ListQueuedOwners in the spec --- doc/dbus-specification.xml | 56 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 55 insertions(+), 1 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index c24df55..eafcffd 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3327,7 +3327,61 @@ - + + + + <literal>org.freedesktop.DBus.ListQueuedOwners</literal> + + As a method: + + ARRAY of STRING ListQueuedOwners (in STRING name) + + Message arguments: + + + + + Argument + Type + Description + + + + + 0 + STRING + The name to query + + + + + Reply arguments: + + + + + Argument + Type + Description + + + + + 0 + ARRAY of STRING + The 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 + ). + + -- 1.6.6