* dbus.texi (Receiving Method Calls): New defun
`dbus-unregister-service'.
This commit is contained in:
parent
c0a3970225
commit
977640ed13
2 changed files with 18 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue