403Webshell
Server IP : 217.160.0.212  /  Your IP : 216.73.216.141
Web Server : Apache
System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64
User : sws1073854427 ( 1073854427)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/share/emacs/28.2/lisp/net/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/emacs/28.2/lisp/net/dbus.elc
;ELC
;;; Compiled
;;; in Emacs version 28.2
;;; with all optimizations.



(byte-code "\300\301!\204\302\301\303\"\210\300\304!\204\305\306!\210\307\310!\210\307\311!\210\307\312!\210\307\313!\207" [boundp dbus-error define-error "D-Bus error" dbus-debug (lambda (#1=#:def-tmp-var) (defvar dbus-debug #1#)) nil require cl-lib seq subr-x xml] 3)
#@44 D-Bus compound types, represented as list.
(defconst dbus-compound-types '(:array :variant :struct :dict-entry) (#$ . 358))
#@46 The bus name used to talk to the bus itself.
(defconst dbus-service-dbus "org.freedesktop.DBus" (#$ . 488))
#@49 The object path used to talk to the bus itself.
(defconst dbus-path-dbus "/org/freedesktop/DBus" (#$ . 602))
#@62 The object path used in local/in-process-generated messages.
(defconst dbus-path-local (concat dbus-path-dbus "/Local") (#$ . 717))
#@60 The interface exported by the service `dbus-service-dbus'.
(defconst dbus-interface-dbus "org.freedesktop.DBus" (#$ . 855))
#@126 The interface for peer objects.
See URL `https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-peer'.
(defconst dbus-interface-peer (concat dbus-interface-dbus ".Peer") (#$ . 986))
#@155 The interface supported by introspectable objects.
See URL `https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-introspectable'.
(defconst dbus-interface-introspectable (concat dbus-interface-dbus ".Introspectable") (#$ . 1197))
#@136 The interface for property objects.
See URL `https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties'.
(defconst dbus-interface-properties (concat dbus-interface-dbus ".Properties") (#$ . 1458))
#@133 The object manager interface.
See URL `https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager'.
(defconst dbus-interface-objectmanager (concat dbus-interface-dbus ".ObjectManager") (#$ . 1692))
#@123 The monitoring interface.
See URL `https://dbus.freedesktop.org/doc/dbus-specification.html#bus-messages-become-monitor'.
(defconst dbus-interface-monitoring (concat dbus-interface-dbus ".Monitoring") (#$ . 1929))
#@77 An interface whose methods can only be invoked by the local implementation.
(defconst dbus-interface-local (concat dbus-interface-dbus ".Local") (#$ . 2149))
#@79 An annotation indicating a deprecated interface, method, signal, or property.
(defconst dbus-annotation-deprecated (concat dbus-interface-dbus ".Deprecated") (#$ . 2313))
(custom-declare-group 'dbus nil "Elisp bindings for D-Bus." :group 'comm :link '(custom-manual "(dbus)Top") :version "28.1")
#@88 The namespace for default error names.
See /usr/include/dbus-1.0/dbus/dbus-protocol.h.
(defconst dbus-error-dbus "org.freedesktop.DBus.Error" (#$ . 2615))
#@67 Security restrictions don't allow doing what you're trying to do.
(defconst dbus-error-access-denied (concat dbus-error-dbus ".AccessDenied") (#$ . 2776))
#@61 The connection is disconnected and you're trying to use it.
(defconst dbus-error-disconnected (concat dbus-error-dbus ".Disconnected") (#$ . 2937))
#@75 A generic error; "something went wrong" - see the error message for more.
(defconst dbus-error-failed (concat dbus-error-dbus ".Failed") (#$ . 3091))
#@44 Invalid arguments passed to a method call.
(defconst dbus-error-invalid-args (concat dbus-error-dbus ".InvalidArgs") (#$ . 3247))
#@72 No reply to a message expecting one, usually means a timeout occurred.
(defconst dbus-error-no-reply (concat dbus-error-dbus ".NoReply") (#$ . 3383))
#@41 Property you tried to set is read-only.
(defconst dbus-error-property-read-only (concat dbus-error-dbus ".PropertyReadOnly") (#$ . 3539))
#@81 The bus doesn't know how to launch a service to supply the bus name you wanted.
(defconst dbus-error-service-unknown (concat dbus-error-dbus ".ServiceUnknown") (#$ . 3683))
#@62 Interface you invoked a method on isn't known by the object.
(defconst dbus-error-unknown-interface (concat dbus-error-dbus ".UnknownInterface") (#$ . 3862))
#@70 Method name you invoked isn't known by the object you invoked it on.
(defconst dbus-error-unknown-method (concat dbus-error-dbus ".UnknownMethod") (#$ . 4026))
#@45 Object you invoked a method on isn't known.
(defconst dbus-error-unknown-object (concat dbus-error-dbus ".UnknownObject") (#$ . 4192))
#@57 Property you tried to access isn't known by the object.
(defconst dbus-error-unknown-property (concat dbus-error-dbus ".UnknownProperty") (#$ . 4333))
#@39 The well known service name of Emacs.
(defconst dbus-service-emacs "org.gnu.Emacs" (#$ . 4490))
#@142 The object path namespace used by Emacs.
All object paths provided by the service `dbus-service-emacs'
shall be subdirectories of this path.
(defconst dbus-path-emacs "/org/gnu/Emacs" (#$ . 4593))
#@40 The interface namespace used by Emacs.
(defconst dbus-interface-emacs "org.gnu.Emacs" (#$ . 4796))
#@149 Execute BODY; signal D-Bus error when `dbus-debug' is non-nil.
Otherwise, return result of last form in BODY, or all other errors.

(fn &rest BODY)
(defalias 'dbus-ignore-errors '(macro . #[128 "\300\301\302B\303BBB\207" [condition-case err progn ((dbus-error (when dbus-debug (signal (car err) (cdr err)))))] 5 (#$ . 4902)]))
(byte-code "\300\301\302\303#\304\301\305\306#\207" [function-put dbus-ignore-errors lisp-indent-function 0 put edebug-form-spec t] 5)
#@192 Functions to be called when a D-Bus error happens in the event handler.
Every function must accept two arguments, the event and the error variable
caught in `condition-case' by `dbus-error'.
(defvar dbus-event-error-functions '(dbus-notice-synchronous-call-errors) (#$ . 5372))
#@521 Hash table for temporarily storing arguments of reply messages.
A key in this hash table is a list (:serial BUS SERIAL), like in
`dbus-registered-objects-table'.  BUS is either a Lisp keyword,
`:system' or `:session', or a string denoting the bus address.
SERIAL is the serial number of the reply message.

The value of an entry is a cons (STATE . RESULT).  STATE can be
either `:pending' (we are still waiting for the result),
`:complete' (the result is available) or `:error' (the reply
message was an error message).
(defvar dbus-return-values-table (make-hash-table :test 'equal) (#$ . 5657))
#@212 Handler for reply messages of asynchronous D-Bus message calls.
It calls the function stored in `dbus-registered-objects-table'.
The result will be made available in `dbus-return-values-table'.

(fn &rest ARGS)
(defalias 'dbus-call-method-handler #[128 "\302\303!\304!E\305	\"\211:\205$\211\306\240\210\211G\307U\203\"@\202#\241\207" [last-input-event dbus-return-values-table :serial dbus-event-bus-name dbus-event-serial-number gethash :complete 1] 6 (#$ . 6261)])
#@69 Detect errors resulting from pending synchronous calls.

(fn EV ER)
(defalias 'dbus-notice-synchronous-call-errors #[514 "\301\302!\303!E\304\"\211:\205\211\305\240\210\211\241\207" [dbus-return-values-table :serial dbus-event-bus-name dbus-event-serial-number gethash :error] 6 (#$ . 6743)])
#@2382 Call METHOD on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

SERVICE is the D-Bus service name to be used.  PATH is the D-Bus
object path SERVICE is registered at.  INTERFACE is an interface
offered by SERVICE.  It must provide METHOD.

If the parameter `:timeout' is given, the following integer
TIMEOUT specifies the maximum number of milliseconds before the
method call must return.  The default value is 25,000.  If the
method call doesn't return in time, a D-Bus error is raised.

All other arguments ARGS are passed to METHOD as arguments.  They are
converted into D-Bus types via the following rules:

  t and nil => DBUS_TYPE_BOOLEAN
  number    => DBUS_TYPE_UINT32
  integer   => DBUS_TYPE_INT32
  float     => DBUS_TYPE_DOUBLE
  string    => DBUS_TYPE_STRING
  list      => DBUS_TYPE_ARRAY

All arguments can be preceded by a type keyword.  For details
about type keywords, see Info node `(dbus)Type Conversion'.

`dbus-call-method' returns the resulting values of METHOD as a list of
Lisp objects.  The type conversion happens the other direction as for
input arguments.  It follows the mapping rules:

  DBUS_TYPE_BOOLEAN     => t or nil
  DBUS_TYPE_BYTE        => natural number
  DBUS_TYPE_UINT16      => natural number
  DBUS_TYPE_INT16       => integer
  DBUS_TYPE_UINT32      => natural number
  DBUS_TYPE_UNIX_FD     => natural number
  DBUS_TYPE_INT32       => integer
  DBUS_TYPE_UINT64      => natural number
  DBUS_TYPE_INT64       => integer
  DBUS_TYPE_DOUBLE      => float
  DBUS_TYPE_STRING      => string
  DBUS_TYPE_OBJECT_PATH => string
  DBUS_TYPE_SIGNATURE   => string
  DBUS_TYPE_ARRAY       => list
  DBUS_TYPE_VARIANT     => list
  DBUS_TYPE_STRUCT      => list
  DBUS_TYPE_DICT_ENTRY  => list

Example:

(dbus-call-method
 :session "org.gnome.seahorse" "/org/gnome/seahorse/keys/openpgp"
 "org.gnome.seahorse.Keys" "GetKeyField"
 "openpgp:657984B8C7A966DD" "simple-name")

  => (t ("Philip R. Zimmermann"))

If the result of the METHOD call is just one value, the converted Lisp
object is returned instead of a list containing this single Lisp object.

(dbus-call-method
 :system "org.freedesktop.Hal" "/org/freedesktop/Hal/devices/computer"
 "org.freedesktop.Hal.Device" "GetPropertyString"
 "system.kernel.machine")

  => "i686"

(fn BUS SERVICE PATH INTERFACE METHOD &rest ARGS)
(defalias 'dbus-call-method #[1413 "\306\307!\204\f\310\311\312C\"\210\313>\204;\204\310\314\315D\"\210;\204,\310\314\316D\"\210;\2049\310\314\316D\"\210;\204E\310\314\316D\"\210;\204Q\310\314\316D\"\210\317\320\"\321\322\323\n\n\n\n\n\324&	\325C\326	#\210\327\330\"\216\3312\332\332\203\204\333\245\202\205\334\335\336#\211\nB\327\337\"\216@\325=\205\326\340\335\341\335\211#*\211\203\307\3421\262\343!0\202\266\210\202\302\203\302\344	\"\262\202\307C\244\345W\203\322\346_\262\210\202\221*\2620\211\331=\203\347\310\311
\347B\"\210\210\211@\350=\203\370\310A@AA\"\210\211A)\207" [dbus-message-type-method-call dbus-return-values-table with-timeout-timers unread-command-events inhibit-redisplay dbus-error-no-reply featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" (:system :session :system-private :session-private) wrong-type-argument keywordp stringp plist-get :timeout 0.001 apply dbus-message-internal dbus-call-method-handler :pending puthash make-closure #[0 "\302\300	\"\207" [V0 dbus-return-values-table remhash] 3] #1=#:timeout run-with-timer 1000.0 25 nil #[0 "\300\301\211\"\207" [throw #1#] 3] #[0 "\301\300!\207" [V0 cancel-timer] 2] t read-event (error) dbus-check-event gethash 1 1.05 ("Call timed out") :error] 18 (#$ . 7051)])
#@1677 Call METHOD on the D-Bus BUS asynchronously.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

SERVICE is the D-Bus service name to be used.  PATH is the D-Bus
object path SERVICE is registered at.  INTERFACE is an interface
offered by SERVICE.  It must provide METHOD.

HANDLER is a Lisp function, which is called when the corresponding
return message has arrived.  If HANDLER is nil, no return message
will be expected.

If the parameter `:timeout' is given, the following integer
TIMEOUT specifies the maximum number of milliseconds before the
method call must return.  The default value is 25,000.  If the
method call doesn't return in time, a D-Bus error is raised.

All other arguments ARGS are passed to METHOD as arguments.  They are
converted into D-Bus types via the following rules:

  t and nil => DBUS_TYPE_BOOLEAN
  number    => DBUS_TYPE_UINT32
  integer   => DBUS_TYPE_INT32
  float     => DBUS_TYPE_DOUBLE
  string    => DBUS_TYPE_STRING
  list      => DBUS_TYPE_ARRAY

All arguments can be preceded by a type keyword.  For details
about type keywords, see Info node `(dbus)Type Conversion'.

If HANDLER is a Lisp function, the function returns a key into the
hash table `dbus-registered-objects-table'.  The corresponding entry
in the hash table is removed, when the return message arrives,
and HANDLER is called.

Example:

(dbus-call-method-asynchronously
 :system "org.freedesktop.Hal" "/org/freedesktop/Hal/devices/computer"
 "org.freedesktop.Hal.Device" "GetPropertyString" #\='message
 "system.kernel.machine")

  -| i686

  => (:serial :system 2)

(fn BUS SERVICE PATH INTERFACE METHOD HANDLER &rest ARGS)
(defalias 'dbus-call-method-asynchronously #[1670 "\301\302!\204\f\303\304\305C\"\210\306>\204!;\204!\303\307\310	D\"\210;\204.\303\307\311D\"\210;\204;\303\307\311D\"\210;\204H\303\307\311D\"\210;\204T\303\307\311D\"\210\203e\312!\204e\303\307\312D\"\210\313\314							&	\207" [dbus-message-type-method-call featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" (:system :session :system-private :session-private) wrong-type-argument keywordp stringp functionp apply dbus-message-internal] 17 (#$ . 10782)])
#@1104 Send signal SIGNAL on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.  The signal is sent from the
D-Bus object Emacs is registered at BUS.

SERVICE is the D-Bus name SIGNAL is sent to.  It can be either a known
name or a unique name.  If SERVICE is nil, the signal is sent as
broadcast message.  PATH is the D-Bus object path SIGNAL is sent from.
INTERFACE is an interface available at PATH.  It must provide signal
SIGNAL.

All other arguments ARGS are passed to SIGNAL as arguments.  They are
converted into D-Bus types via the following rules:

  t and nil => DBUS_TYPE_BOOLEAN
  number    => DBUS_TYPE_UINT32
  integer   => DBUS_TYPE_INT32
  float     => DBUS_TYPE_DOUBLE
  string    => DBUS_TYPE_STRING
  list      => DBUS_TYPE_ARRAY

All arguments can be preceded by a type keyword.  For details
about type keywords, see Info node `(dbus)Type Conversion'.

Example:

(dbus-send-signal
 :session nil "/org/gnu/Emacs" "org.gnu.Emacs.FileManager"
 "FileModified" "/home/albinus/.emacs")

(fn BUS SERVICE PATH INTERFACE SIGNAL &rest ARGS)
(defalias 'dbus-send-signal #[1413 "\301\302!\204\f\303\304\305C\"\210\306>\204;\204\303\307\310D\"\210\2030;\2040\303\307\311D\"\210;\204=\303\307\311D\"\210;\204I\303\307\311D\"\210;\204U\303\307\311D\"\210\312\313&\207" [dbus-message-type-signal featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" (:system :session :system-private :session-private) wrong-type-argument keywordp stringp apply dbus-message-internal] 15 (#$ . 13032)])
#@149 Return for message SERIAL on the D-Bus BUS.
This is an internal function, it shall not be used outside dbus.el.

(fn BUS SERVICE SERIAL &rest ARGS)
(defalias 'dbus-method-return-internal #[899 "\301\302!\204\f\303\304\305C\"\210\306>\204;\204\303\307\310D\"\210;\204+\303\307\311D\"\210\312!\2048\303\307\312D\"\210\313\314&\207" [dbus-message-type-method-return featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" (:system :session :system-private :session-private) wrong-type-argument keywordp stringp natnump apply dbus-message-internal] 11 (#$ . 14641)])
#@244 Return error message for message SERIAL on the D-Bus BUS.
ERROR-NAME must belong to the "org.freedesktop.DBus.Error" namespace.
This is an internal function, it shall not be used outside dbus.el.

(fn BUS SERVICE SERIAL ERROR-NAME &rest ARGS)
(defalias 'dbus-method-error-internal #[1156 "\301\302!\204\f\303\304\305C\"\210\306>\204;\204\303\307\310D\"\210;\204,\303\307\311D\"\210\312!\2049\303\307\312D\"\210\313\314&\207" [dbus-message-type-error featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" (:system :session :system-private :session-private) wrong-type-argument keywordp stringp natnump apply dbus-message-internal] 13 (#$ . 15255)])
#@269 Check arguments ARGS by side effect.
BUS, SERVICE and ARGS have the same format as in `dbus-call-method'.
Any wrong argument triggers a D-Bus error.  Otherwise, return t.
This is an internal function, it shall not be used outside dbus.el.

(fn BUS SERVICE &rest ARGS)
(defalias 'dbus-check-arguments #[642 "\301\302!\204\f\303\304\305C\"\210\306>\204;\204\303\307\310D\"\210;\204*\303\307\311D\"\210\312\313%\207" [dbus-message-type-invalid featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" (:system :session :system-private :session-private) wrong-type-argument keywordp stringp apply dbus-message-internal] 9 (#$ . 15959)])
#@192 Return all registered member registrations to D-Bus.
The return value is a list, with elements of kind (KEY . VALUE).
See `dbus-registered-objects-table' for a description of the
hash table.
(defalias 'dbus-list-hash-table #[0 "\301C\302\303\304\"\"\210\211\242\207" [dbus-registered-objects-table nil maphash make-closure #[514 "\300B\300\242B\240\207" [V0] 5 "\n\n(fn KEY VALUE)"]] 5 (#$ . 16632)])
#@453 Set the value of the BUS environment variable named VARIABLE to VALUE.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.  Both VARIABLE and VALUE should
be strings.

Normally, services inherit the environment of the BUS daemon.  This
function adds to or modifies that environment when activating services.

Some bus instances, such as `:system', may disable setting the environment.

(fn BUS VARIABLE VALUE)
(defalias 'dbus-setenv #[771 "\303	\n\304\305\306		ED&\207" [dbus-service-dbus dbus-path-dbus dbus-interface-dbus dbus-call-method "UpdateActivationEnvironment" :array :dict-entry] 13 (#$ . 17044)])
#@1000 Register known name SERVICE on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

SERVICE is the D-Bus service name that should be registered.  It must
be a known name.

FLAGS are keywords, which control how the service name is registered.
The following keywords are recognized:

`:allow-replacement': Allow another service to become the primary
owner if requested.

`:replace-existing': Request to replace the current primary owner.

`:do-not-queue': If we can not become the primary owner do not place
us in the queue.

The function returns a keyword, indicating the result of the
operation.  One of the following keywords is returned:

`:primary-owner': Service has become the primary owner of the
requested name.

`:in-queue': Service could not become the primary owner and has been
placed in the queue.

`:exists': Service is already in the queue.

`:already-owner': Service is already the primary owner.

(fn BUS SERVICE &rest FLAGS)
(defalias 'dbus-register-service #[642 "\305\306\307\310\311&\210\305\306	\312\313\311&\210\314\306\211\203A\211@\315\267\2022\316\2027\317\2027\320\2027\321\322C\"\\\262A\266\202\202\210\323\n\f\324	&\262\211\325\267\202^\326\207\327\207\330\207\331\207\321\332\333D\"\207" [dbus-interface-peer dbus-interface-objectmanager dbus-service-dbus dbus-path-dbus dbus-interface-dbus dbus-register-method nil "Ping" dbus-peer-handler dont-register "GetManagedObjects" dbus-managed-objects-handler 0 #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (:allow-replacement 38 :replace-existing 42 :do-not-queue 46)) 1 2 4 signal wrong-type-argument dbus-call-method "RequestName" #s(hash-table size 4 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (1 86 2 88 3 90 4 92)) :primary-owner :in-queue :exists :already-owner dbus-error "Could not register service"] 13 (#$ . 17708)])
#@527 Unregister all objects related to SERVICE from D-Bus BUS.
BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.  SERVICE must be a known service
name.

The function returns a keyword, indicating the result of the
operation.  One of the following keywords is returned:

`:released': We successfully released the service.

`:non-existent': Service name does not exist on this bus.

`:not-owner': We are neither the primary owner nor waiting in the
queue of this service.

(fn BUS SERVICE)
(defalias 'dbus-unregister-service #[514 "\304\305\306#\"\210\307	\n\310&\211\311\267\202\312\207\313\207\314\207\315\316\317D\"\207" [dbus-registered-objects-table dbus-service-dbus dbus-path-dbus dbus-interface-dbus maphash make-closure #[514 "@\303=?\205C\211\211\205A\211@\30419\300A@\232\2054\301A@\230\2054\305\306\"\n#?\2054\307\n\"0\210\202:\210A\266\202\202	\262\207" [V0 V1 dbus-registered-objects-table :serial (error) puthash delete remhash] 9 "\n\n(fn KEY VALUE)"] dbus-call-method "ReleaseName" #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (1 25 2 27 3 29)) :released :non-existent :not-owner signal dbus-error "Could not unregister service"] 9 (#$ . 19664)])
#@2044 Register for a signal on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

SERVICE is the D-Bus service name used by the sending D-Bus object.
It can be either a known name or the unique name of the D-Bus object
sending the signal.

PATH is the D-Bus object path SERVICE is registered at.
INTERFACE is an interface offered by SERVICE.  It must provide
SIGNAL.  HANDLER is a Lisp function to be called when the signal
is received.  It must accept as arguments the values SIGNAL is
sending.

SERVICE, PATH, INTERFACE and SIGNAL can be nil.  This is
interpreted as a wildcard for the respective argument.

The remaining arguments ARGS can be keywords or keyword string pairs.
Their meaning is as follows:

`:argN' STRING:
`:pathN' STRING: This stands for the Nth argument of the
signal.  `:pathN' arguments can be used for object path wildcard
matches as specified by D-Bus, while an `:argN' argument
requires an exact match.

`:arg-namespace' STRING: Register for those signals, whose first
argument names a service or interface within the namespace
STRING.

`:path-namespace' STRING: Register for the object path namespace
STRING.  All signals sent from an object path, which has STRING as
the preceding string, are matched.  This requires PATH to be nil.

`:eavesdrop': Register for unicast signals which are not directed
to the D-Bus object Emacs is registered at D-Bus BUS, if the
security policy of BUS allows this.

Example:

(defun my-signal-handler (device)
  (message "Device %s added" device))

(dbus-register-signal
 :system "org.freedesktop.Hal" "/org/freedesktop/Hal/Manager"
 "org.freedesktop.Hal.Manager" "DeviceAdded" #\='my-signal-handler)

  => ((:signal :system "org.freedesktop.Hal.Manager" "DeviceAdded")
      ("org.freedesktop.Hal" "/org/freedesktop/Hal/Manager" my-signal-handler))

`dbus-register-signal' returns an object, which can be used in
`dbus-unregister-object' for removing the registration.

(fn BUS SERVICE PATH INTERFACE SIGNAL HANDLER &rest ARGS)
(defalias 'dbus-register-signal #[1670 "\306\307\310\211\211\211;\203/G\306U\204/\230\204/\311\f!\312U\204/\313

\"\262\2023\262\307\205=\314\315\"\205G\314\316
\"\205Q\314\317
\"\205[\314\320\"\260\262@;\204l@\204\242\211\203\236\211@\211;\203\207\314\321\n#P\262\202\222\211\203\222\322\323\324D\"\210T\262A\266\202\202n\210\202G\203G@\262\325!\203\326\327\330!\"\203\331\332\330!\"\262A\262@\262\333!\334X\203\336;\204\347\322\323\324E\"\210\314\335\331\336\330	!\"\337\230\203\373\337\202\374\340$\202<\341\267\2025A\262@\262;\204\322\323\324E\"\210\314\342\343=\203+\344\202,\345#\202<\346\202<\322\323\324D\"P\262A\262\202\242\3471[\350
	\n\351\n&0\210\202\230\352\310\353\326#)\266\203\204w\322@A\"\266\202\230\f\203\201\354\355\"\210\356\346\340\353\211%\262\350	\n\351&\266\f\203\242\354\357\"\210\360
F\262\f\f\n\257\262\361
\"\262\235\204\315\362B
#\210\f\f\nED\207" [dbus-service-dbus dbus-path-dbus dbus-interface-dbus inhibit-changing-match-data dbus-debug dbus-registered-objects-table 0 "type='signal'" nil string-to-char 58 dbus-get-name-owner format ",sender='%s'" ",interface='%s'" ",member='%s'" ",path='%s'" ",arg%d='%s'" signal wrong-type-argument "Wrong argument" keywordp string-match "\\`:\\(arg\\|path\\)\\([[:digit:]]+\\)\\'" symbol-name match-string 2 string-to-number 63 ",arg%s%s='%s'" 1 "path" "" #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (:arg-namespace 263 :path-namespace 263 :eavesdrop 305)) ",%s='%s'" :path-namespace "path_namespace" "arg0namespace" ",eavesdrop='true'" (dbus-error) dbus-call-method "AddMatch" "eavesdrop" t message "Removing eavesdrop from rule %s" replace-regexp-in-string "Matching rule \"%s\" created" :signal gethash puthash] 21 (#$ . 20941)])
#@1630 Register METHOD on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

SERVICE is the D-Bus service name of the D-Bus object METHOD is
registered for.  It must be a known name (see discussion of
DONT-REGISTER-SERVICE below).

PATH is the D-Bus object path SERVICE is registered at (see
discussion of DONT-REGISTER-SERVICE below).  INTERFACE is the
interface offered by SERVICE.  It must provide METHOD.

HANDLER is a Lisp function to be called when a method call is
received.  It must accept the input arguments of METHOD.  The
return value of HANDLER is used for composing the returning D-Bus
message.  If HANDLER returns a reply message with an empty
argument list, HANDLER must return the keyword `:ignore' in order
to distinguish it from nil (the boolean false).

If HANDLER detects an error, it shall return the list `(:error
ERROR-NAME ERROR-MESSAGE)'.  ERROR-NAME is a namespaced string
which characterizes the error type, and ERROR-MESSAGE is a free
text string.  Alternatively, any Emacs signal `dbus-error' in
HANDLER raises a D-Bus error message with the error name
"org.freedesktop.DBus.Error.Failed".

When DONT-REGISTER-SERVICE is non-nil, the known name SERVICE is not
registered.  This means that other D-Bus clients have no way of
noticing the newly registered method.  When interfaces are constructed
incrementally by adding single methods or properties at a time,
DONT-REGISTER-SERVICE can be used to prevent other clients from
discovering the still incomplete interface.

(fn BUS SERVICE PATH INTERFACE METHOD HANDLER &optional DONT-REGISTER-SERVICE)
(defalias 'dbus-register-method #[1798 "\211\204\301!\235\204\302\"\210\303F\304F\305\"\235\2043\306B#\210		ED\207" [dbus-registered-objects-table dbus-list-names dbus-register-service :method nil gethash puthash] 14 (#$ . 24924)])
#@422 Unregister OBJECT from D-Bus.
OBJECT must be the result of a preceding `dbus-register-method',
`dbus-register-signal', `dbus-register-property' or
`dbus-register-monitor' call.  The function returns t if OBJECT
has been unregistered, nil otherwise.

When OBJECT identifies the last method or property, which is
registered for the respective service, Emacs releases its
association to the service from D-Bus.

(fn OBJECT)
(defalias 'dbus-unregister-object #[257 "\211:\203\211@\203\211A:\204\304\305\306D\"\210\211@\211@A@A@\211@\307\"\310\211\203~\211@\311AAG	GZ\"\232\203w\312\262\313	\314\"#\204U\315	\"\210\316=\203j\317	\n\320\3218&\210\322=\203w\323\324\"\210A\266\202\202)\210\203\244\325>\203\244\3262\234\327\330\331$\"\210\3100\204\244\332\"\210\207" [dbus-registered-objects-table dbus-service-dbus dbus-path-dbus dbus-interface-dbus signal wrong-type-argument D-Bus gethash nil butlast t puthash delete remhash :signal dbus-call-method "RemoveMatch" 4 :monitor dbus-init-bus private (:method :property) :found maphash make-closure #[514 "\211:\205@\211\211\205>\211@\30316\300@=\2051\301A@\232\2051\302A@\230\2051\3048\2051\305\306\307\"0\210\2027\210A\266\202\202\262\207" [V0 V1 V2 (error) 2 throw :found t] 7 "\n\n(fn K V)"] dbus-unregister-service] 18 (#$ . 26826)])
#@100 Transform STRING to list (:array :byte C1 :byte C2 ...).
STRING shall be UTF-8 coded.

(fn STRING)
(defalias 'dbus-string-to-byte-array #[257 "\211G\300U\203	\301\207\302\303\304\"B\207" [0 (:array :signature "y") :array mapcan #[257 "\300D\207" [:byte] 3 "\n\n(fn C)"]] 5 (#$ . 28189)])
#@267 Transform BYTE-ARRAY into UTF-8 coded string.
BYTE-ARRAY must be a list of structure (c1 c2 ...), or a byte
array as produced by `dbus-string-to-byte-array'.  The resulting
string is unibyte encoded, unless MULTIBYTE is non-nil.

(fn BYTE-ARRAY &optional MULTIBYTE)
(defalias 'dbus-byte-array-to-string #[513 "\300\203	\301\202\n\302\303\232?\205\304\305\"\"\207" [apply string unibyte-string (:array :signature "y") seq-filter characterp] 7 (#$ . 28487)])
#@650 Escape an arbitrary STRING so it follows the rules for a C identifier.
The escaped string can be used as object path component, interface element
component, bus name component or member name in D-Bus.

The escaping consists of replacing all non-alphanumerics, and the
first character if it's a digit, with an underscore and two
lower-case hex digits:

   "0123abc_xyz\x01\xff" -> "_30123abc_5fxyz_01_ff"

i.e. similar to URI encoding, but with "_" taking the role of
"%", and a smaller allowed set.  As a special case, "" is
escaped to "_".

Returns the escaped string.  Algorithm taken from
telepathy-glib's `tp_escape_as_identifier'.

(fn STRING)
(defalias 'dbus-escape-as-identifier #[257 "\211G\300U\203	\301\207\302\303\304\305\306%\207" [0 "_" replace-regexp-in-string "\\`[0-9]\\|[^A-Za-z0-9]" #[257 "\300\301\302H\"\207" [format "_%2x" 0] 5 "\n\n(fn X)"] nil t] 7 (#$ . 28958)])
#@150 Retrieve the original string from the encoded STRING as unibyte string.
STRING must have been encoded with `dbus-escape-as-identifier'.

(fn STRING)
(defalias 'dbus-unescape-from-identifier #[257 "\211\300\230\203\301\207\302\303\304\305\306%\207" ["_" "" replace-regexp-in-string "_.." #[257 "\300\301\302\303O\304\"!\207" [byte-to-string string-to-number 1 nil 16] 6 "\n\n(fn X)"] nil t] 7 (#$ . 29855)])
#@1269 Check whether EVENT is a well formed D-Bus event.
EVENT is a list which starts with symbol `dbus-event':

  (dbus-event BUS TYPE SERIAL SERVICE DESTINATION PATH
              INTERFACE MEMBER HANDLER &rest ARGS)

BUS identifies the D-Bus the message is coming from.  It is
either a Lisp keyword, `:system', `:session', `:systemp-private'
or `:session-private', or a string denoting the bus address.

TYPE is the D-Bus message type which has caused the event, SERIAL
is the serial number of the received D-Bus message when TYPE is
equal `dbus-message-type-method-return' or `dbus-message-type-error'.

SERVICE and PATH are the unique name and the object path of the
D-Bus object emitting the message.  DESTINATION is the D-Bus name
the message is dedicated to, or nil in case the message is a
broadcast signal.

INTERFACE and MEMBER denote the message which has been sent.
When TYPE is `dbus-message-type-error', MEMBER is the error name.

HANDLER is the function which has been registered for this
message.  ARGS are the typed arguments as returned from the
message.  They are passed to HANDLER without type information,
when it is called during event handling in `dbus-handle-event'.

This function signals a `dbus-error' if the event is not well
formed.

(fn EVENT)
(defalias 'dbus-check-event #[257 "\203	\304\305\"\210\211<\205\301\211@\306=\205\301\307A@!\204$\211A@;\205\301\310\3118!\205\301	\3118W\205\301\310\3128!\205\301\n\3118U\204Z\3118U\204Z\3138;\204Z\3138?\205\301\n\3118U\204x\3118U\204x\3148;\204x\3148?\205\301\n\3118U\204\217\3118U\204\217\3158;\205\301\n\3118U\204\246\3118U\204\246\3168;\205\301\n\3118U\204\265\3178;\205\301\320\3218!\205\301\322\233<?\205\313\323\324\325D\"\207" [dbus-debug dbus-message-type-invalid dbus-message-type-method-return dbus-message-type-error message "DBus-Event %s" dbus-event keywordp natnump 2 3 4 5 6 7 8 functionp 9 10 signal dbus-error "Not a valid D-Bus event"] 5 (#$ . 30274)])
#@233 Delete type information from arguments retrieved via `dbus-handle-event'.
Basic type arguments (TYPE VALUE) will be transformed into VALUE, and
compound type arguments (TYPE VALUE) will be transformed into (VALUE).

(fn &rest ARGS)
(defalias 'dbus-delete-types #[128 "\300\301\"@\207" [mapcar #[257 "\211:\204\207\211@>\203\301\302A\"\207\211A@\207" [dbus-compound-types mapcar dbus-delete-types] 4 "\n\n(fn ELT)"]] 4 (#$ . 32277)])
#@217 Flatten type information from argument retrieved via `dbus-handle-event'.
Basic type arguments (TYPE VALUE) will be transformed into TYPE VALUE, and
compound type arguments (TYPE VALUE) will be kept as is.

(fn ARG)
(defalias 'dbus-flatten-types #[257 "\301\211\203>\211@\211:\204\211B\262\2027\211@>\204,\211@B\262\211A@B\262\2027\211@\302A!BB\262A\266\202\202\210\211\237\207" [dbus-compound-types nil dbus-flatten-types] 7 (#$ . 32724)])
#@259 Handle events from the D-Bus.
EVENT is a D-Bus event, see `dbus-check-event'.  HANDLER, being
part of the event, is called with arguments ARGS (without type information).
If the HANDLER returns a `dbus-error', it is propagated as return message.

(fn EVENT)
(defalias 'dbus-handle-event #[257 "\3051\311\306\211\211\307!\210\310\311\312\233\"\262\313\314A@D\"\262\203D\31510\316\3178\"0\202<	\205:\320@A\"\262\211\262\266\203\202\307\n\3218U\203V\320\322\3238B\"\210\316\3178\"\262\3218U\205\305\3241\271\211\242\325=\203\204\316\326A@\3278\3308A%\202\263\211\331=\203\232\332A@\3278\3308#\202\263\316\332A@\3278\3308:\203\260\202\262C%0\266\203\202\307	\205\303\320@A\"\262\266\2030\207\3218U\203\366\3331\352\326A@\3278\3308\f\334!%0\210\202\366	\205\364\320@A\"\266\335\336#\210	\205\320@A\"\207" [dbus-registered-objects-table dbus-debug dbus-message-type-error dbus-message-type-method-call dbus-error-failed (dbus-error) nil dbus-check-event mapcar dbus-delete-types 10 gethash :monitor (dbus-error) apply 9 signal 2 dbus-error 8 (dbus-error) :error dbus-method-error-internal 4 3 :ignore dbus-method-return-internal (dbus-error) error-message-string run-hook-with-args dbus-event-error-functions] 10 (#$ . 33192) "e"])
(byte-code "\300\301\302\303#\300\207" [function-put dbus-handle-event completion-predicate ignore] 4)
#@279 Return the bus name the event is coming from.
The result is either a Lisp keyword, `:system' or `:session', or
a string denoting the bus address.  EVENT is a D-Bus event, see
`dbus-check-event'.  This function signals a `dbus-error' if the
event is not well formed.

(fn EVENT)
(defalias 'dbus-event-bus-name #[257 "\300!\210\211A@\207" [dbus-check-event] 3 (#$ . 34610)])
#@217 Return the message type of the corresponding D-Bus message.
The result is a number.  EVENT is a D-Bus event, see
`dbus-check-event'.  This function signals a `dbus-error' if the
event is not well formed.

(fn EVENT)
(defalias 'dbus-event-message-type #[257 "\300!\210\3018\207" [dbus-check-event 2] 3 (#$ . 34991)])
#@279 Return the serial number of the corresponding D-Bus message.
The result is a number.  The serial number is needed for
generating a reply message.  EVENT is a D-Bus event, see
`dbus-check-event'.  This function signals a `dbus-error' if the
event is not well formed.

(fn EVENT)
(defalias 'dbus-event-serial-number #[257 "\300!\210\3018\207" [dbus-check-event 3] 3 (#$ . 35316)])
#@218 Return the name of the D-Bus object the event is coming from.
The result is a string.  EVENT is a D-Bus event, see `dbus-check-event'.
This function signals a `dbus-error' if the event is not well
formed.

(fn EVENT)
(defalias 'dbus-event-service-name #[257 "\300!\210\3018\207" [dbus-check-event 4] 3 (#$ . 35704)])
#@219 Return the name of the D-Bus object the event is dedicated to.
The result is a string.  EVENT is a D-Bus event, see `dbus-check-event'.
This function signals a `dbus-error' if the event is not well
formed.

(fn EVENT)
(defalias 'dbus-event-destination-name #[257 "\300!\210\3018\207" [dbus-check-event 5] 3 (#$ . 36030)])
#@225 Return the object path of the D-Bus object the event is coming from.
The result is a string.  EVENT is a D-Bus event, see `dbus-check-event'.
This function signals a `dbus-error' if the event is not well
formed.

(fn EVENT)
(defalias 'dbus-event-path-name #[257 "\300!\210\3018\207" [dbus-check-event 6] 3 (#$ . 36361)])
#@228 Return the interface name of the D-Bus object the event is coming from.
The result is a string.  EVENT is a D-Bus event, see `dbus-check-event'.
This function signals a `dbus-error' if the event is not well
formed.

(fn EVENT)
(defalias 'dbus-event-interface-name #[257 "\300!\210\3018\207" [dbus-check-event 7] 3 (#$ . 36691)])
#@267 Return the member name the event is coming from.
It is either a signal name, a method name or an error name.  The
result is a string.  EVENT is a D-Bus event, see
`dbus-check-event'.  This function signals a `dbus-error' if the
event is not well formed.

(fn EVENT)
(defalias 'dbus-event-member-name #[257 "\300!\210\3018\207" [dbus-check-event 8] 3 (#$ . 37029)])
#@205 Return the handler the event is applied with.
The result is a function.  EVENT is a D-Bus event, see
`dbus-check-event'.  This function signals a `dbus-error' if the
event is not well formed.

(fn EVENT)
(defalias 'dbus-event-handler #[257 "\300!\210\3018\207" [dbus-check-event 9] 3 (#$ . 37403)])
#@215 Return the arguments the event is carrying on.
The result is a list of arguments.  EVENT is a D-Bus event, see
`dbus-check-event'.  This function signals a `dbus-error' if the
event is not well formed.

(fn EVENT)
(defalias 'dbus-event-arguments #[257 "\300!\210\301\233\207" [dbus-check-event 10] 3 (#$ . 37711)])
#@232 Return a list of the D-Bus service names which can be activated.
BUS defaults to `:system' when nil or omitted.  The result is a
list of strings, which is nil when there are no activatable
service names at all.

(fn &optional BUS)
(defalias 'dbus-list-activatable-names #[256 "\304\3051\306\206\f\307	\n\310%0\202!\205\311@A\"\262)\207" [dbus-debug dbus-service-dbus dbus-path-dbus dbus-interface-dbus nil (dbus-error) dbus-call-method :system "ListActivatableNames" signal] 7 (#$ . 38035)])
#@273 Return the service names registered at D-Bus BUS.
The result is a list of strings, which is nil when there are no
registered service names at all.  Well known names are strings
like "org.freedesktop.DBus".  Names starting with ":" are
unique names for services.

(fn BUS)
(defalias 'dbus-list-names #[257 "\304\3051\306	\n\307%0\202\205\310@A\"\262)\207" [dbus-debug dbus-service-dbus dbus-path-dbus dbus-interface-dbus nil (dbus-error) dbus-call-method "ListNames" signal] 7 (#$ . 38547)])
#@131 Retrieve all services which correspond to a known name in BUS.
A service has a known name if it doesn't start with ":".

(fn BUS)
(defalias 'dbus-list-known-names #[257 "\300\301\302!\"\207" [seq-remove #[257 "\300!\301U\207" [string-to-char 58] 3 "\n\n(fn NAME)"] dbus-list-names] 5 (#$ . 39058)])
#@189 Return the unique names registered at D-Bus BUS and queued for SERVICE.
The result is a list of strings, or nil when there are no queued
name owner service names at all.

(fn BUS SERVICE)
(defalias 'dbus-list-queued-owners #[514 "\304\3051\306	\n\307&0\202 \205\310@A\"\262)\207" [dbus-debug dbus-service-dbus dbus-path-dbus dbus-interface-dbus nil (dbus-error) dbus-call-method "ListQueuedOwners" signal] 9 (#$ . 39366)])
#@142 Return the name owner of SERVICE registered at D-Bus BUS.
The result is either a string, or nil if there is no name owner.

(fn BUS SERVICE)
(defalias 'dbus-get-name-owner #[514 "\304\3051\306	\n\307&0\202 \205\310@A\"\262)\207" [dbus-debug dbus-service-dbus dbus-path-dbus dbus-interface-dbus nil (dbus-error) dbus-call-method "GetNameOwner" signal] 9 (#$ . 39811)])
#@404 Check whether SERVICE is registered for D-Bus BUS.
TIMEOUT, a nonnegative integer, specifies the maximum number of
milliseconds before `dbus-ping' must return.  The default value
is 25,000.

Note, that this autoloads SERVICE if it is not running yet.  To
check whether SERVICE is already running, you can instead write

  (member service (dbus-list-known-names bus))

(fn BUS SERVICE &optional TIMEOUT)
(defalias 'dbus-ping #[770 "\3021\"\303!\203\304	\305\306&\202\304	\305%?0\207\210\307\207" [dbus-path-dbus dbus-interface-peer (dbus-error) natnump dbus-call-method "Ping" :timeout nil] 11 (#$ . 40201)])
#@138 Default handler for the "org.freedesktop.DBus.Peer" interface.
It will be registered for all objects created by `dbus-register-service'.
(defalias 'dbus-peer-handler #[0 "\303!\304!\305\230\203\306\202.\307\230\203#\310\311\312\313	\"C\"\202.\314\n\315\316	$E)\207" [last-input-event dbus-interface-peer dbus-error-unknown-method dbus-event-member-name dbus-event-path-name "Ping" :ignore "GetMachineId" signal dbus-error format "%s.GetMachineId not implemented" :error format-message "No such method \"%s.%s\" at path \"%s\""] 9 (#$ . 40831)])
#@71 Return the names of the children of OBJECT with TAG.

(fn OBJECT TAG)
(defalias 'dbus--introspect-names #[514 "\300\301\302\"\"\207" [mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 7 (#$ . 41397)])
(byte-code "\300\301\302\303#\304\301\305\306#\207" [function-put dbus--introspect-names speed -1 put byte-optimizer byte-compile-inline-expand] 5)
#@86 Return the first child of OBJECT with TAG, whose name is NAME.

(fn OBJECT TAG NAME)
(defalias 'dbus--introspect-name #[771 "\300\301\302\"\303\"\"\207" [seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 8 (#$ . 41810)])
(byte-code "\300\301\302\303#\304\301\305\306#\207" [function-put dbus--introspect-name speed -1 put byte-optimizer byte-compile-inline-expand] 5)
#@388 Return all interfaces and sub-nodes of SERVICE,
registered at object path PATH at bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.  SERVICE must be a known service
name, and PATH must be a valid object path.  The last two
parameters are strings.  The result, the introspection data, is a
string in XML format.

(fn BUS SERVICE PATH)
(defalias 'dbus-introspect #[771 "\302\3031\304	\305\306\307&0\202 \205\310@A\"\262)\207" [dbus-debug dbus-interface-introspectable nil (dbus-error) dbus-call-method "Introspect" :timeout 1000 signal] 11 (#$ . 42270)])
(byte-code "\300\301\302 \203\303\202\f\304\305#\207" [defalias dbus--parse-xml-buffer libxml-available-p #[0 "\300ed\"\210\301ed\"\207" [xml-remove-comments libxml-parse-xml-region] 3] #[0 "\300ed\"@\207" [xml-parse-region] 3] "Compatibility shim for `libxml-parse-xml-region'."] 4)
#@261 Return the introspection data of SERVICE in D-Bus BUS at object path PATH.
The data are a parsed list.  The root object is a "node",
representing the object path PATH.  The root object can contain
"interface" and further "node" objects.

(fn BUS SERVICE PATH)
(defalias 'dbus-introspect-xml #[771 "\300\301\302\"r\211q\210\303\304\"\216\3051\306#c\210\307 0\202 \210\310*\207" [generate-new-buffer " *temp*" t make-closure #[0 "\301\300!\205	\302\300!\207" [V0 buffer-name kill-buffer] 2] (error) dbus-introspect dbus--parse-xml-buffer nil] 8 (#$ . 43184)])
#@170 Return the ATTRIBUTE value of D-Bus introspection OBJECT.
ATTRIBUTE must be a string according to the attribute names in
the D-Bus specification.

(fn OBJECT ATTRIBUTE)
(defalias 'dbus-introspect-get-attribute #[514 "\300\301!\"\207" [xml-get-attribute-or-nil intern] 6 (#$ . 43757)])
#@190 Return all node names of SERVICE in D-Bus BUS at object path PATH.
It returns a list of strings.  The node names stand for further
object paths of the D-Bus service.

(fn BUS SERVICE PATH)
(defalias 'dbus-introspect-get-node-names #[771 "\300#\301\302\303\304\"\"\207" [dbus-introspect-xml node mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 10 (#$ . 44051)])
#@164 Return all node names of SERVICE in D-Bus BUS at object path PATH.
It returns a list of strings, which are further object paths of SERVICE.

(fn BUS SERVICE PATH)
(defalias 'dbus-introspect-get-all-nodes #[771 "\211\300\301\302$\303#\"B\207" [mapcan make-closure #[257 "\303\302\"\262\304\300\301#\207" [V0 V1 V2 expand-file-name dbus-introspect-get-all-nodes] 5 "\n\n(fn ELT)"] dbus-introspect-get-node-names] 10 (#$ . 44482)])
#@388 Return all interface names of SERVICE in D-Bus BUS at object path PATH.
It returns a list of strings.

The default interface "org.freedesktop.DBus.Introspectable" is
always present.  Another default interface is
"org.freedesktop.DBus.Properties".  If present, "interface"
objects can also have "property" objects as children, beside
"method" and "signal" objects.

(fn BUS SERVICE PATH)
(defalias 'dbus-introspect-get-interface-names #[771 "\300#\301\302\303\304\"\"\207" [dbus-introspect-xml interface mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 10 (#$ . 44933)])
#@343 Return the INTERFACE of SERVICE in D-Bus BUS at object path PATH.
The return value is an XML object.  INTERFACE must be a string
and a member of the list returned by
`dbus-introspect-get-interface-names'.  The resulting
"interface" object can contain "method", "signal",
"property" and "annotation" children.

(fn BUS SERVICE PATH INTERFACE)
(defalias 'dbus-introspect-get-interface #[1028 "\300#\301\302\303\304\"\305\"\"\207" [dbus-introspect-xml interface seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 12 (#$ . 45572)])
#@148 Return a list of strings of all method names of INTERFACE.
SERVICE is a service of D-Bus BUS at object path PATH.

(fn BUS SERVICE PATH INTERFACE)
(defalias 'dbus-introspect-get-method-names #[1028 "\300$\301\302\303\304\"\"\207" [dbus-introspect-get-interface method mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 11 (#$ . 46195)])
#@340 Return method METHOD of interface INTERFACE as an XML object.
It must be located at SERVICE in D-Bus BUS at object path PATH.
METHOD must be a string and a member of the list returned by
`dbus-introspect-get-method-names'.  The resulting "method"
object can contain "arg" and "annotation" children.

(fn BUS SERVICE PATH INTERFACE METHOD)
(defalias 'dbus-introspect-get-method #[1285 "\300$\301\302\303\304\"\305\"\"\207" [dbus-introspect-get-interface method seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 13 (#$ . 46600)])
#@148 Return a list of strings of all signal names of INTERFACE.
SERVICE is a service of D-Bus BUS at object path PATH.

(fn BUS SERVICE PATH INTERFACE)
(defalias 'dbus-introspect-get-signal-names #[1028 "\300$\301\302\303\304\"\"\207" [dbus-introspect-get-interface signal mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 11 (#$ . 47225)])
#@336 Return signal SIGNAL of interface INTERFACE as an XML object.
It must be located at SERVICE in D-Bus BUS at object path PATH.
SIGNAL must be a string, element of the list returned by
`dbus-introspect-get-signal-names'.  The resulting "signal"
object can contain "arg" and "annotation" children.

(fn BUS SERVICE PATH INTERFACE SIGNAL)
(defalias 'dbus-introspect-get-signal #[1285 "\300$\301\302\303\304\"\305\"\"\207" [dbus-introspect-get-interface signal seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 13 (#$ . 47630)])
#@150 Return a list of strings of all property names of INTERFACE.
SERVICE is a service of D-Bus BUS at object path PATH.

(fn BUS SERVICE PATH INTERFACE)
(defalias 'dbus-introspect-get-property-names #[1028 "\300$\301\302\303\304\"\"\207" [dbus-introspect-get-interface property mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 11 (#$ . 48251)])
#@321 Return PROPERTY of INTERFACE as an XML object.
It must be located at SERVICE in D-Bus BUS at object path PATH.
PROPERTY must be a string and a member of the list returned by
`dbus-introspect-get-property-names'.  The resulting PROPERTY
object can contain "annotation" children.

(fn BUS SERVICE PATH INTERFACE PROPERTY)
(defalias 'dbus-introspect-get-property #[1285 "\300$\301\302\303\304\"\305\"\"\207" [dbus-introspect-get-interface property seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 13 (#$ . 48662)])
#@258 Return all annotation names as a list of strings.
If NAME is nil, the annotations are children of INTERFACE,
otherwise NAME must be a "method", "signal", or "property"
object, where the annotations belong to.

(fn BUS SERVICE PATH INTERFACE &optional NAME)
(defalias 'dbus-introspect-get-annotation-names #[1284 "\211\203\"\300%\206(\301%\206(\302%\202(\303$\304\305\306\307\"\"\207" [dbus-introspect-get-method dbus-introspect-get-signal dbus-introspect-get-property dbus-introspect-get-interface annotation mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 12 (#$ . 49272)])
#@250 Return ANNOTATION as an XML object.
If NAME is nil, ANNOTATION is a child of INTERFACE, otherwise
NAME must be the name of a "method", "signal", or
"property" object, where the ANNOTATION belongs to.

(fn BUS SERVICE PATH INTERFACE NAME ANNOTATION)
(defalias 'dbus-introspect-get-annotation #[1542 "\2031\300%\206;\301%\206;\302%\202;\303$\304\305\306\307\"\310\"\"\207" [dbus-introspect-get-method dbus-introspect-get-signal dbus-introspect-get-property dbus-introspect-get-interface annotation seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 14 (#$ . 49937)])
#@254 Return a list of all argument names as a list of strings.
NAME must be a "method" or "signal" object.

Argument names are optional, the function can return nil
therefore, even if the method or signal has arguments.

(fn BUS SERVICE PATH INTERFACE NAME)
(defalias 'dbus-introspect-get-argument-names #[1285 "\300%\206\301%\302\303\304\305\"\"\207" [dbus-introspect-get-method dbus-introspect-get-signal arg mapcar #[257 "\300\301\"\207" [dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 12 (#$ . 50637)])
#@219 Return argument ARG as XML object.
NAME must be a "method" or "signal" object.  ARG must be a
string and a member of the list returned by
`dbus-introspect-get-argument-names'.

(fn BUS SERVICE PATH INTERFACE NAME ARG)
(defalias 'dbus-introspect-get-argument #[1542 "\300%\206\301%\302\303\304\305\"\306\"\"\207" [dbus-introspect-get-method dbus-introspect-get-signal arg seq-find make-closure #[257 "\301\302\"\300\230\207" [V0 dbus-introspect-get-attribute "name"] 4 "\n\n(fn ELT)"] xml-get-children] 14 (#$ . 51188)])
#@297 Return signature of a `method', `property' or `signal' represented by NAME.
If NAME is a `method', DIRECTION can be either "in" or "out".
If DIRECTION is nil, "in" is assumed.

If NAME is a `signal' or a `property', DIRECTION is ignored.

(fn BUS SERVICE PATH INTERFACE NAME &optional DIRECTION)
(defalias 'dbus-introspect-get-signature #[1541 "\211C\300%\206,\301%\206,\302%\211@\303=\203=\242;\204=\304\240\210\211@\305=\203H\306\240\210\211@\307=\203T\310\311\"\207\312\313\314\n\n\n\n\n	&\315\n\n\n\n\n%\316#\207" [dbus-introspect-get-method dbus-introspect-get-signal dbus-introspect-get-property method "in" signal nil property dbus-introspect-get-attribute "type" mapconcat make-closure #[257 "\306\300\301\302\303\304&\305\242;\203\305\242\307\310\"\230\203\307\311\"\207\312\207" [V0 V1 V2 V3 V4 V5 dbus-introspect-get-argument dbus-introspect-get-attribute "direction" "type" #1=""] 8 "\n\n(fn X)"] dbus-introspect-get-argument-names #1#] 17 (#$ . 51742)])
#@230 Return the value of PROPERTY of INTERFACE.
It will be checked at BUS, SERVICE, PATH.  The result can be any
valid D-Bus value, or nil if there is no PROPERTY, or PROPERTY cannot be read.

(fn BUS SERVICE PATH INTERFACE PROPERTY)
(defalias 'dbus-get-property #[1285 "\301\302\303\304		&	@\207" [dbus-interface-properties dbus-call-method "Get" :timeout 500] 15 (#$ . 52777)])
#@376 Set value of PROPERTY of INTERFACE to VALUE.
It will be checked at BUS, SERVICE, PATH.  VALUE can be preceded
by a TYPE keyword.  When the value is successfully set, and the
property's access type is not `:write', return VALUE.  Otherwise,
return nil.

(dbus-set-property BUS SERVICE PATH INTERFACE PROPERTY [TYPE] VALUE)

(fn BUS SERVICE PATH INTERFACE PROPERTY &rest ARGS)
(defalias 'dbus-set-property #[1413 "\302\303\304\305\n\n\306B&\n\210\3071(\310%0\207	A@\230\2033@\207\311@A\"\207" [dbus-interface-properties dbus-error-access-denied dbus-call-method "Set" :timeout 500 :variant (dbus-error) dbus-get-property signal] 18 (#$ . 53165)])
#@238 Return all properties of INTERFACE at BUS, SERVICE, PATH.
The result is a list of entries.  Every entry is a cons of the
name of the property, and its value.  If there are no properties,
nil is returned.

(fn BUS SERVICE PATH INTERFACE)
(defalias 'dbus-get-all-properties #[1028 "\302\3031\304\305\306	\307\310\311\n&\"0\202(\205&\312@A\"\262)\207" [dbus-debug dbus-interface-properties nil (dbus-error) mapcar #[257 "\211@A@@B\207" [] 3 "\n\n(fn DICT)"] dbus-call-method "GetAll" :timeout 500 signal] 15 (#$ . 53844)])
#@131 Return PROPERTY entry of `dbus-registered-objects-table'.
Filter out not matching PATH.

(fn BUS SERVICE PATH INTERFACE PROPERTY)
(defalias 'dbus-get-this-registered-property #[1285 "\301\302\303\"\304\305F\"\"\207" [dbus-registered-objects-table seq-filter make-closure #[257 "\300\3018\230\207" [V0 2] 4 "\n\n(fn ITEM)"] gethash :property] 12 (#$ . 54389)])
#@127 Return PROPERTY entry of `dbus-registered-objects-table'.
Filter out matching PATH.

(fn BUS SERVICE PATH INTERFACE PROPERTY)
(defalias 'dbus-get-other-registered-properties #[1285 "\301\302\303\"\304\305F\"\"\207" [dbus-registered-objects-table seq-remove make-closure #[257 "\300\3018\230\207" [V0 2] 4 "\n\n(fn ITEM)"] gethash :property] 12 (#$ . 54765)])
#@1852 Register PROPERTY on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

SERVICE is the D-Bus service name of the D-Bus.  It must be a
known name (see discussion of DONT-REGISTER-SERVICE below).

PATH is the D-Bus object path SERVICE is registered at (see
discussion of DONT-REGISTER-SERVICE below).  INTERFACE is the
name of the interface used at PATH, PROPERTY is the name of the
property of INTERFACE.  ACCESS indicates, whether the property
can be changed by other services via D-Bus.  It must be either
the keyword `:read', `:write' or `:readwrite'.

VALUE is the initial value of the property, it can be of any
valid type (see `dbus-call-method' for details).  VALUE can be
preceded by a TYPE keyword.

If PROPERTY already exists on PATH, it will be overwritten.  For
properties with access type `:read' this is the only way to
change their values.  Properties with access type `:write' or
`:readwrite' can be changed by `dbus-set-property'.

The interface "org.freedesktop.DBus.Properties" is added to
PATH, including a default handler for the "Get", "GetAll" and
"Set" methods of this interface.  When EMITS-SIGNAL is non-nil,
the signal "PropertiesChanged" is sent when the property is
changed by `dbus-set-property'.

When DONT-REGISTER-SERVICE is non-nil, the known name SERVICE is
not registered.  This means that other D-Bus clients have no way
of noticing the newly registered property.  When interfaces are
constructed incrementally by adding single methods or properties
at a time, DONT-REGISTER-SERVICE can be used to prevent other
clients from discovering the still incomplete interface.

(dbus-register-property BUS SERVICE PATH INTERFACE PROPERTY ACCESS [TYPE] VALUE &optional EMITS-SIGNAL DONT-REGISTER-SERVICE)

(fn BUS SERVICE PATH INTERFACE PROPERTY ACCESS &rest ARGS)
(defalias 'dbus-register-property #[1670 "\303@!\205
\211A\262\242\211A\262\242\211A\262\242\211A\262\242\304>\204-\305\306\307D\"\210\204o:\204o\310>\203@\311\202m\312!\203J\313\202m\314!\203T\315\202m\316!\203^\317\202m;\203g\320\202m\305\306\321D\"\262:\204yD\262@\235\203\206\322D\202\211\322B\262\323#\210\324	\325\326\327&\210\324	\330\326\327&\210\324	\331\326\327&\210\211\204\322	\332\f!\235\204\322\333\"\210\203\334	\335
\f\336=\203\354\337\202\364\340\341\fED
\336=\203\340D\202\342&\210\343		F\344	EF\345




%B\346\n#\210\f\fDD\207" [dbus-compound-types dbus-interface-properties dbus-registered-objects-table keywordp (:read :write :readwrite) signal wrong-type-argument "Access type invalid" (t nil) :boolean natnump :uint32 fixnump :int32 floatp :double :string "Value type invalid" :variant dbus-check-arguments dbus-register-method "Get" dbus-property-handler dont-register "GetAll" "Set" dbus-list-names dbus-register-service dbus-send-signal "PropertiesChanged" :write (:array: :signature "{sv}") :array :dict-entry (:array) :property nil dbus-get-other-registered-properties puthash] 22 (#$ . 55141)])
#@162 Default handler for the "org.freedesktop.DBus.Properties" interface.
It will be registered for all objects created by `dbus-register-property'.

(fn &rest ARGS)
(defalias 'dbus-property-handler #[128 "\306!\307!\310!\311!@A@\312\230\203[\313%\314@!@\211:\204<\315	\316\317\n#E\266\202\2029\211@\320=\203R\315\n\316\321\n#E\266\202\2029\3228C\266\202\2029\323\230\203\324\3258!\313%\314@!@\211:\204\213\315	\316\317#E\266\203\2029\211@\326=\203\241\315\316\327#E\266\203\2029\330\331\nF\332\333@!\332\333!C\"C\"\334\f\f\f%B\f#\210\211A@\203\335			
\336\n@\320=\203\347\337\202\357\340\341\f\fED@\320=\203\376\340\fD\202\377\342&\210\266\343\2029\344\230\203-\345C\346\347\350	%\f\"\210\340\242\206&\351BC\262\2029\315+\316\352
	$E)\207" [last-input-event dbus-error-unknown-property dbus-error-access-denied dbus-error-property-read-only dbus-registered-objects-table dbus-interface-properties dbus-event-bus-name dbus-event-service-name dbus-event-path-name dbus-event-member-name "Get" dbus-get-this-registered-property last :error format-message "No such property \"%s\" at path \"%s\"" :write "Property \"%s\" at path \"%s\" is not readable" 2 "Set" dbus-flatten-types 12 :read "Property \"%s\" at path \"%s\" is not writable" puthash :property append butlast dbus-get-other-registered-properties dbus-send-signal "PropertiesChanged" (:array: :signature "{sv}") :array :dict-entry (:array) :ignore "GetAll" nil maphash make-closure #[514 "\211:\205I\211\211\205G\211@\304!@\305!\306\300\302E\232\203?\301\3078\230\203?\211:\203?\211@\310=\204?\303\311\304!@\3078E\303\242B\240\210\210A\266\202\202\262\207" [V0 V1 V2 V3 last butlast :property 2 :write :dict-entry] 10 "\n\n(fn KEY VAL)"] (:signature "{sv}") "No such method \"%s.%s\" at path \"%s\"" dbus-error-unknown-method] 21 (#$ . 58251)])
#@1489 Return all objects at BUS, SERVICE, PATH, and the children of PATH.
The result is a list of objects.  Every object is a cons of an
existing path name, and the list of available interface objects.
An interface object is another cons, whose car is the interface
name and cdr is the list of properties as returned by
`dbus-get-all-properties' for that path and interface.  Example:

(dbus-get-all-managed-objects :session "org.gnome.SettingsDaemon" "/")

  => (("/org/gnome/SettingsDaemon/MediaKeys"
       ("org.gnome.SettingsDaemon.MediaKeys")
       ("org.freedesktop.DBus.Peer")
       ("org.freedesktop.DBus.Introspectable")
       ("org.freedesktop.DBus.Properties")
       ("org.freedesktop.DBus.ObjectManager"))
      ("/org/gnome/SettingsDaemon/Power"
       ("org.gnome.SettingsDaemon.Power.Keyboard")
       ("org.gnome.SettingsDaemon.Power.Screen")
       ("org.gnome.SettingsDaemon.Power"
        ("Icon" . ". GThemedIcon battery-full-charged-symbolic ")
        ("Tooltip" . "Laptop battery is charged"))
       ("org.freedesktop.DBus.Peer")
       ("org.freedesktop.DBus.Introspectable")
       ("org.freedesktop.DBus.Properties")
       ("org.freedesktop.DBus.ObjectManager"))
      ...)

If possible, "org.freedesktop.DBus.ObjectManager.GetManagedObjects"
is used for retrieving the information.  Otherwise, the information
is collected via "org.freedesktop.DBus.Introspectable.Introspect"
and "org.freedesktop.DBus.Properties.GetAll", which is slow.

(fn BUS SERVICE PATH)
(defalias 'dbus-get-all-managed-objects #[771 "\302\3031\304	\305\306\307&0\202 \205\310@A\"\262)\211\203y\211\211\203w\211@\211A\211\203o\211@\211\211\203g\211@\211A@\203\\\211A@\211\203X\211@\211A@@\241\210A\266\202\202D\210\202`\211\302\241\210A\266\202\2025\210A\266\202\202.\210A\266\202\202&\207\311#\211\203\274\211@\302\312#\211\203\250\211@\211\313\n\n$BB\262A\266\202\202\214\210\211\203\264BB\262\210A\266\202\202~\207" [dbus-debug dbus-interface-objectmanager nil (dbus-error) dbus-call-method "GetManagedObjects" :timeout 1000 signal dbus-introspect-get-all-nodes dbus-introspect-get-interface-names dbus-get-all-properties] 15 (#$ . 60186)])
#@147 Default handler for the "org.freedesktop.DBus.ObjectManager" interface.
It will be registered for all objects created by `dbus-register-service'.
(defalias 'dbus-managed-objects-handler #[0 "\302!\303!\304C\304C\305\306\307#	\"\210\305\306\310%	\"\210\311\312\313\242\"\206/\314D\266\202)\207" [last-input-event dbus-registered-objects-table dbus-event-bus-name dbus-event-path-name nil maphash make-closure #[514 "\302\303\"\304\300D\232\205*\211\211\205(\211@\3038\204!\301\3038\301\242B\240\210A\266\202\202\f\262\207" [V0 V1 butlast 2 :property] 7 "\n\n(fn KEY VAL)"] #[514 "\306\307\"\310\300D\232\205\200\211\211\205~\211@\3078\206\311\312\301\"\203v\3078\313\302\242!B\211\203u\211@\314\303\242\"\204>\303C\303\242B\240\210\314\314\303\242\"A\"\204n\314\303\242\"\315\315\306\f\316\"
\317\320F\"\320!)BC\314\303\242\"A\"\241\210A\266\202\202(\210\210A\266\202\202\f\262\207" [V0 V1 V2 V3 last-input-event dbus-interface-properties butlast 2 :property "" string-prefix-p delete-dups assoc append 4 "GetAll" dbus-property-handler] 16 "\n\n(fn KEY VAL)"] :array mapcar #[257 "\300\301@\302\303\304A\"BF\207" [:dict-entry :object-path :array mapcar #[257 "\300B\207" [:dict-entry] 3 "\n\n(fn Y)"]] 8 "\n\n(fn X)"] (:signature "{oa{sa{sv}}}")] 11 (#$ . 62395)])
#@976 Register HANDLER for monitor events on the D-Bus BUS.

BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.

HANDLER is the function to be called when a monitor event
arrives.  It is called with the `args' slot of the monitor event,
which are stripped off the type keywords.  If HANDLER is nil, the
default handler `dbus-monitor-handler' is applied.

The other arguments are keyword-value pairs.  `:type TYPE'
defines the message type to be monitored.  If given, it must be
equal one of the strings "method_call", "method_return",
"error" or "signal".

`:sender SENDER' and `:destination DESTINATION' are D-Bus names.
They can be unique names, or well-known service names.

`:path PATH' is the D-Bus object to be monitored.  `:interface
INTERFACE' is the name of an interface, and `:member MEMBER' is
either a method name, a signal name, or an error name.

(fn BUS &optional HANDLER &key TYPE SENDER DESTINATION PATH INTERFACE MEMBER)
(defalias 'dbus-register-monitor #[641 "\305\306\"A@\305\307\"A@\305\310\"A@\305\311\"A@\305\312\"A@\305\313\"A@\211\203R\211@\314>\203:\211AA\262\202'\315>A@\203I\316\262\202'\317\320@\"\210\202'\210\321=\203^\322\202k\323=\203i\324\202k\316\211\211\211\f\204w\325\262
\326\316\327\330\331B\332B\333B\334B\335B\336B\257\"\"\337\340\341#\266\202\262\206\246\342\262\343\344!\203\304\3451\271\344!0\202\273\210\316\204\304\346\347\"\210\350	\n\351\352\353E\354\355&\210\203\335\356\357\"\210\360D\262\316\211\211\257\262\361\f\"\262\235\204\362B\f#\210\203\n\356\363\f\"\210\316\211ED\207" [dbus-service-dbus dbus-path-dbus dbus-interface-monitoring dbus-debug dbus-registered-objects-table plist-member :type :sender :destination :path :interface :member (:type :sender :destination :path :interface :member :allow-other-keys) :allow-other-keys nil error "Keyword argument %s not one of (:type :sender :destination :path :interface :member)" :system :system-private :session :session-private dbus-monitor-handler delq mapcar #[257 "\211A\205\f\300\301@A#\207" [format "%s='%s'"] 5 "\n\n(fn ITEM)"] "type" "sender" "destination" "path" "interface" "member" "," mapconcat identity "" fboundp dbus-get-unique-name (error) dbus-init-bus private dbus-call-method "BecomeMonitor" :array :string :uint32 0 message "Matching rule \"%s\" created" :monitor gethash puthash "%s"] 25 (#$ . 63725)])
#@55 Text to be inserted for D-Bus method-call in monitor.
(defconst dbus-monitor-method-call (propertize "method-call" 'face 'font-lock-function-name-face) (#$ . 66184))
#@57 Text to be inserted for D-Bus method-return in monitor.
(defconst dbus-monitor-method-return (propertize "method-return" 'face 'font-lock-function-name-face) (#$ . 66356))
#@49 Text to be inserted for D-Bus error in monitor.
(defconst dbus-monitor-error (propertize "error" 'face 'font-lock-warning-face) (#$ . 66534))
#@50 Text to be inserted for D-Bus signal in monitor.
(defconst dbus-monitor-signal (propertize "signal" 'face 'font-lock-type-face) (#$ . 66682))
#@49 Goto D-Bus message with the same serial number.
(defalias 'dbus-monitor-goto-serial #[0 "\301!\203\n\302!\210\303`\304\"\211\205\211b\207" [last-input-event mouse-event-p mouse-set-point get-text-property dbus-serial] 3 (#$ . 66830) nil])
#@439 Default handler for the "Monitoring.BecomeMonitor" interface.
Its full name is "org.freedesktop.DBus.Monitoring.BecomeMonitor".
It will be applied for all objects created by `dbus-register-monitor'
which don't declare an own handler.  The printed timestamps do
not reflect the time the D-Bus message has passed the D-Bus
daemon, it is rather the timestamp the corresponding D-Bus event
has been handled by this function.

(fn &rest ARGS)
(defalias 'dbus-monitor-handler #[128 "r\306\307!q\210\310 \210\311 \210\312\313\314\"\210\312\315\316\"\210\312\317\320\"\210\312\321\320\"\210\322\323`m\n\324!\325!\326!\327!\330!\331!\332!\333!\334\335 !\212db\210U\204X\fU\203\244\336\337\340		#\341\342#\203\244\343\344\345!\346\347\224\350\351\352\353\354\355\211\356&\262\337\357\211\360\344\361!!Z#\262\362\345\224\345\225\346d\350\337\363\fU\203\233\364\202\234\365\"\366BBBB#\210db\210\337\367\n
U\203\265@\202\327\nU\203\301A\202\327\n\fU\203\315B\202\327\nCU\205\327D&	c\210\211\203\375\211@\370\371!p\"\210A\266\202\202\351\210\372c\210b\210\373\374\341\342#\203\375\347\224\347\225\350\376\360\344\347!!!$\210\202b\210\373\377\341\342#\203E\375\361\224\361\225\350\337\201E\360\344\361!!\360\344\361!!#$\210\202#b\210\373\201F\341\342#\203h\375\361\224\361\225\350\337\201G\360\344\361!!\"$\210\202I)\n\205pdb*\266\214)\207" [inhibit-read-only text-quoting-style last-input-event dbus-message-type-method-return dbus-message-type-error dbus-message-type-method-call get-buffer-create "*D-Bus Monitor*" special-mode buffer-disable-undo local-set-key [110] forward-paragraph [112] backward-paragraph "
" dbus-monitor-goto-serial [mouse-2] t grave dbus-event-message-type dbus-event-service-name dbus-event-destination-name dbus-event-serial-number dbus-event-path-name dbus-event-interface-name dbus-event-member-name dbus-event-arguments time-to-seconds current-time re-search-backward format "^method-call time=\\(\\S-+\\) .*sender=%s .*serial=\\(%d\\) " nil noerror propertize match-string 2 dbus-serial 0 help-echo "RET, mouse-1, mouse-2: goto method-call" face link follow-link mouse-face highlight "%f (%f)" read 1 set-text-properties "RET, mouse-1, mouse-2: goto %s" "error" "method-return" (face link follow-link mouse-face mouse-face highlight) "%s time=%s sender=%s -> destination=%s serial=%s path=%s interface=%s member=%s\n" pp dbus-flatten-types "\n" re-search-forward "(:array\\( :byte [[:digit:]]+\\)+)" put-text-property dbus-byte-array-to-string "\\(?::\\(?:int\\(?:16\\|32\\|64\\)\\|uint\\(?:16\\|32\\|64\\)\\)\\) \\([-+[:digit:]]+\\)" dbus-monitor-method-call dbus-monitor-method-return dbus-monitor-error dbus-message-type-signal dbus-monitor-signal "#o%o, #x%X" ":double \\([-+.[:digit:]]+\\)" "%e"] 25 (#$ . 67081)])
#@225 Invoke `dbus-register-monitor' interactively, and switch to the buffer.
BUS is either a Lisp keyword, `:system' or `:session', or a
string denoting the bus address.  The value nil defaults to `:session'.

(fn &optional BUS)
(defalias 'dbus-monitor #[256 "\300\206\301!\210\302\303\304!!\207" [dbus-register-monitor :session switch-to-buffer get-buffer-create "*D-Bus Monitor*"] 4 (#$ . 69912) (byte-code "\301\302\303\304\"\305\306\211\211\211\304&\211;\203(\307\306\310\311#)\266\203\203(\312!\202)\211\262C\207" [inhibit-changing-match-data completing-read format-prompt "Enter bus symbol or name" :session (:system :session) nil "^\\(:session\\|:system\\)$" t string-match intern] 8)])
#@197 React to a bus disconnection.
BUS is the bus that disconnected.  This routine unregisters all
handlers on the given bus and causes all synchronous calls
pending at the time of disconnect to fail.
(defalias 'dbus-handle-bus-disconnect #[0 "\302!\303C\304\305\306#	\"\210\211\242\211\205\"\211@\307	\"\210A\266\202\202\207" [last-input-event dbus-registered-objects-table dbus-event-bus-name nil maphash make-closure #[514 "@\304=\205.A@\300=\205.\305\306\307\300\n\3108\311\211\211\211\211\257\n\312\313\300F#\210\301\301\242B\240\207" [V0 V1 dbus-message-type-error dbus-error-disconnected :serial run-hook-with-args dbus-event-error-functions dbus-event 2 nil dbus-error "Bus disconnected"] 14 "\n\n(fn KEY VALUE)"] remhash] 7 (#$ . 70622)])
#@1169 Establish the connection to D-Bus BUS.

BUS can be either the keyword `:system' or the keyword
`:session', or it can be a string denoting the address of the
corresponding bus.  For the system and session buses, this
function is called when loading `dbus.el', there is no need to
call it again.

The function returns the number of connections this Emacs session
has established to the BUS under the same unique name (see
`dbus-get-unique-name').  It depends on the libraries Emacs is
linked with, and on the environment Emacs is running.  For
example, if Emacs is linked with the GTK+ toolkit, and it runs in
a GTK+-aware environment like GNOME, another connection might
already be established.

When PRIVATE is non-nil, a new connection is established instead
of reusing an existing one.  It results in a new unique name at
the bus.  This can be used, if it is necessary to distinguish
from another connection used in the same Emacs process, like the
one established by GTK+.  If BUS is the keyword `:system' or the
keyword `:session', the new connection is identified by the
keywords `:system-private' or `:session-private', respectively.

(fn BUS &optional PRIVATE)
(defalias 'dbus-init-bus #[513 "\302\303!\204\f\304\305\306C\"\210\307\"\310\311	\312\313&\210\207" [dbus-path-local dbus-interface-local featurep dbusbind signal dbus-error "Emacs not compiled with dbus support" dbus--init-bus dbus-register-signal nil "Disconnected" dbus-handle-bus-disconnect] 10 (#$ . 71391)])
(byte-code "\301\302!\2036\3031\304\305!0\210\202\205\306@A\"\266\3071*\304\310!0\210\2026\2054\306@A\"\266\311\312!\207" [dbus-debug featurep dbusbind (dbus-error) dbus-init-bus :system signal (dbus-error) :session provide dbus] 4)

Youez - 2016 - github.com/yon3zu
LinuXploit