Add Ping to the org.freedesktop.DBus.Peer interface (sorta)

This commit is contained in:
Jaidyn Ann 2023-04-20 17:10:50 -05:00
parent 75949d1a94
commit c9d11d9829

View File

@ -124,7 +124,8 @@
;; `introspect-interface-sxml`-compliant format. ;; `introspect-interface-sxml`-compliant format.
(define *peer-interface* (define *peer-interface*
'("org.freedesktop.DBus.Peer" '("org.freedesktop.DBus.Peer"
. (("GetMachineId" . (("Ping" . ())
("GetMachineId"
. (((direction . "out") . (((direction . "out")
(type . "s") (type . "s")
(name . "machine_uuid"))))))) (name . "machine_uuid")))))))