| 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 : |
;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\"