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.
(define *peer-interface*
'("org.freedesktop.DBus.Peer"
. (("GetMachineId"
. (("Ping" . ())
("GetMachineId"
. (((direction . "out")
(type . "s")
(name . "machine_uuid")))))))