Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d49902e4
Commit
d49902e4
authored
Mar 02, 2012
by
Michael Albinus
Browse files
* dbus.texi (Signals): Known names will be mapped onto unique
names, when registering for signals.
parent
98e5ebdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
doc/misc/ChangeLog
doc/misc/ChangeLog
+5
-0
doc/misc/dbus.texi
doc/misc/dbus.texi
+4
-3
No files found.
doc/misc/ChangeLog
View file @
d49902e4
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.
...
...
doc/misc/dbus.texi
View file @
d49902e4
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment