]> git.eshelyaron.com Git - emacs.git/commitdiff
* dbus.texi (Signals): Known names will be mapped onto unique
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 2 Mar 2012 09:40:05 +0000 (10:40 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 2 Mar 2012 09:40:05 +0000 (10:40 +0100)
names, when registering for signals.

doc/misc/ChangeLog
doc/misc/dbus.texi

index 12c0d784a80f2468905f1330a91bbda16de8570b..1691c979fb6c682aa3f62543e6a75753e5049246 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * dbus.texi (Signals): Known names will be mapped onto unique
+       names, when registering for signals.
+
 2012-02-29  Glenn Morris  <rgm@gnu.org>
 
        * url.texi: Fix quote usage in body text.
index 71f60af530ba14363192c588d2ddd374a6201b86..204afe7056ee65838ac11b265d64d446c4ffc0f1 100644 (file)
@@ -1606,9 +1606,10 @@ D-Bus @var{bus}.
 
 @var{service} is the D-Bus service name used by the sending D-Bus
 object.  It can be either a known name or the unique name of the D-Bus
-object sending the signal.  In case of a unique name, signals won't be
-received any longer once the object owning this unique name has
-disappeared, and a new queued object has replaced it.
+object sending the signal.  A known name will be mapped onto the
+unique name of the object, owning @var{service} at registration time.
+When the corresponding D-Bus object disappears, signals won't be
+received any longer.
 
 When @var{service} is @code{nil}, related signals from all D-Bus
 objects shall be accepted.