Add Ping to the org.freedesktop.DBus.Peer interface (sorta)
This commit is contained in:
parent
75949d1a94
commit
c9d11d9829
|
@ -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")))))))
|
||||
|
|
Reference in New Issue