From f612b067ebf8ff83b0725ccd55df61f57f565398 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 31 May 2017 16:21:00 +0100 Subject: [PATCH] Spec: Re-word documentation of RequestName This was previously written in an unusual message-passing-oriented style, which obscured the meaning. Use a more method-call-oriented style instead. [smcv: separated out from a larger commit, added commit message] Reviewed-by: Simon McVittie --- doc/dbus-specification.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 071665a48..846cfd714 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -5316,14 +5316,12 @@ - This method call should be sent to - org.freedesktop.DBus and asks the message bus to - assign the given name to the method caller. Each name maintains a - queue of possible owners, where the head of the queue is the primary - or current owner of the name. Each potential owner in the queue - maintains the DBUS_NAME_FLAG_ALLOW_REPLACEMENT and - DBUS_NAME_FLAG_DO_NOT_QUEUE settings from its latest RequestName - call. When RequestName is invoked the following occurs: + Ask the message bus to assign the given name to the method caller. Each + name maintains a queue of possible owners, where the head of the queue is + the primary or current owner of the name. Each potential owner in the + queue maintains the DBUS_NAME_FLAG_ALLOW_REPLACEMENT and + DBUS_NAME_FLAG_DO_NOT_QUEUE settings from its latest RequestName call. + When RequestName is invoked the following occurs: -- 2.47.3