comparison doc/misc/dbus.texi @ 106052:5434fb0a77d8

* dbus.texi (Receiving Method Calls): New defun `dbus-unregister-service'.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 16 Nov 2009 14:29:30 +0000
parents afb7aa4cabcc
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
106051:cda1744b5ce5 106052:5434fb0a77d8
26 @direntry 26 @direntry
27 * D-Bus: (dbus). Using D-Bus in Emacs. 27 * D-Bus: (dbus). Using D-Bus in Emacs.
28 @end direntry 28 @end direntry
29 29
30 @contents 30 @contents
31
31 32
32 @node Top, Overview, (dir), (dir) 33 @node Top, Overview, (dir), (dir)
33 @top D-Bus integration in Emacs 34 @top D-Bus integration in Emacs
34 35
35 This manual documents an API for usage of D-Bus in Emacs. D-Bus is a 36 This manual documents an API for usage of D-Bus in Emacs. D-Bus is a
1458 When @var{object} identifies the last method or property, which is 1459 When @var{object} identifies the last method or property, which is
1459 registered for the respective service, Emacs releases its association 1460 registered for the respective service, Emacs releases its association
1460 to the service from D-Bus. 1461 to the service from D-Bus.
1461 @end defun 1462 @end defun
1462 1463
1464 @defun dbus-unregister-service bus service
1465 Unregister all objects from D-Bus @var{bus}, registered by Emacs for
1466 @var{service}.
1467
1468 @var{bus} is either the symbol @code{:system} or the symbol
1469 @code{:session}.
1470
1471 @var{service} is the D-Bus service name of the D-Bus. It must be a
1472 known name. Emacs releases its association to @var{service} from
1473 D-Bus.
1474 @end defun
1475
1463 1476
1464 @node Signals 1477 @node Signals
1465 @chapter Sending and receiving signals. 1478 @chapter Sending and receiving signals.
1466 @cindex signals 1479 @cindex signals
1467 1480