+2009-11-16 Michael Albinus <michael.albinus@gmx.de>
+
+ * dbus.texi (Receiving Method Calls): New defun
+ `dbus-unregister-service'.
+
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Speed keys): New section.
@contents
+
@node Top, Overview, (dir), (dir)
@top D-Bus integration in Emacs
to the service from D-Bus.
@end defun
+@defun dbus-unregister-service bus service
+Unregister all objects from D-Bus @var{bus}, registered by Emacs for
+@var{service}.
+
+@var{bus} is either the symbol @code{:system} or the symbol
+@code{:session}.
+
+@var{service} is the D-Bus service name of the D-Bus. It must be a
+known name. Emacs releases its association to @var{service} from
+D-Bus.
+@end defun
+
@node Signals
@chapter Sending and receiving signals.