* dbus.texi (Receiving Method Calls): New defun
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 16 Nov 2009 14:29:55 +0000 (14:29 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 16 Nov 2009 14:29:55 +0000 (14:29 +0000)
`dbus-unregister-service'.

doc/misc/ChangeLog
doc/misc/dbus.texi

index 106d9a5..5cdbdde 100644 (file)
@@ -1,3 +1,8 @@
+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.
index b4dc42e..338d7e1 100644 (file)
@@ -29,6 +29,7 @@ developing GNU and promoting software freedom.''
 
 @contents
 
+
 @node Top, Overview, (dir), (dir)
 @top D-Bus integration in Emacs
 
@@ -1460,6 +1461,18 @@ registered for the respective service, Emacs releases its association
 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.