emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107480: * dbus.texi (Signals): Known


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107480: * dbus.texi (Signals): Known names will be mapped onto unique
Date: Fri, 02 Mar 2012 10:40:05 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107480
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Fri 2012-03-02 10:40:05 +0100
message:
  * dbus.texi (Signals): Known names will be mapped onto unique
  names, when registering for signals.
modified:
  doc/misc/ChangeLog
  doc/misc/dbus.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-02-29 08:12:51 +0000
+++ b/doc/misc/ChangeLog        2012-03-02 09:40:05 +0000
@@ -1,3 +1,8 @@
+2012-03-02  Michael Albinus  <address@hidden>
+
+       * dbus.texi (Signals): Known names will be mapped onto unique
+       names, when registering for signals.
+
 2012-02-29  Glenn Morris  <address@hidden>
 
        * url.texi: Fix quote usage in body text.

=== modified file 'doc/misc/dbus.texi'
--- a/doc/misc/dbus.texi        2012-01-19 07:21:25 +0000
+++ b/doc/misc/dbus.texi        2012-03-02 09:40:05 +0000
@@ -1606,9 +1606,10 @@
 
 @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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]