mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
unconditionally. * dbus.texi (Synchronous Methods): Show the result of the "lshal" emulation with @print{}.
This commit is contained in:
parent
708bb6f884
commit
7b13a0f20c
@ -1,3 +1,11 @@
|
||||
2007-12-03 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
|
||||
unconditionally.
|
||||
|
||||
* dbus.texi (Synchronous Methods): Show the result of the "lshal"
|
||||
emulation with @print{}.
|
||||
|
||||
2007-12-02 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* dbus.texi (Overview): Minor cleanup.
|
||||
|
@ -44,6 +44,7 @@ INFO_TARGETS = \
|
||||
$(infodir)/calc \
|
||||
$(infodir)/ccmode \
|
||||
$(infodir)/cl \
|
||||
$(infodir)/dbus \
|
||||
$(infodir)/dired-x \
|
||||
$(infodir)/ebrowse \
|
||||
$(infodir)/ediff \
|
||||
@ -79,16 +80,13 @@ INFO_TARGETS = \
|
||||
$(infodir)/widget \
|
||||
$(infodir)/woman
|
||||
|
||||
ifeq (@DBUS_INFO@, dbus)
|
||||
INFO_TARGETS += $(infodir)/dbus
|
||||
endif
|
||||
|
||||
DVI_TARGETS = \
|
||||
ada-mode.dvi \
|
||||
autotype.dvi \
|
||||
calc.dvi \
|
||||
cc-mode.dvi \
|
||||
cl.dvi \
|
||||
dbus.dvi \
|
||||
dired-x.dvi \
|
||||
ebrowse.dvi \
|
||||
ediff.dvi \
|
||||
@ -124,10 +122,6 @@ DVI_TARGETS = \
|
||||
widget.dvi \
|
||||
woman.dvi
|
||||
|
||||
ifeq (@DBUS_INFO@, dbus)
|
||||
DVI_TARGETS += dbus.dvi
|
||||
endif
|
||||
|
||||
|
||||
TEXI2DVI = texi2dvi
|
||||
|
||||
|
@ -157,8 +157,9 @@ string.
|
||||
|
||||
@defun dbus-get-name-owner bus service
|
||||
For a given service, registered at D-Bus @var{bus} under the name
|
||||
@var{service}, the unique name of the name owner is returned. The result is a
|
||||
string, or @code{nil} when there exist no name owner of @var{service}.
|
||||
@var{service}, the unique name of the name owner is returned. The
|
||||
result is a string, or @code{nil} when there exist no name owner of
|
||||
@var{service}.
|
||||
|
||||
@var{bus} must be either the symbol @code{:system} or the symbol
|
||||
@code{:session}. @var{service} must be a known service name as
|
||||
@ -379,7 +380,7 @@ emulate the @code{lshal} command on GNU/Linux systems:
|
||||
(message " %s = %S"
|
||||
(car properties) (or (caar (cdr properties)) ""))))
|
||||
|
||||
@result{} "udi = /org/freedesktop/Hal/devices/computer
|
||||
@print{} "udi = /org/freedesktop/Hal/devices/computer
|
||||
info.addons = (\"hald-addon-acpi\")
|
||||
info.bus = \"unknown\"
|
||||
info.product = \"Computer\"
|
||||
|
Loading…
Reference in New Issue
Block a user