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.
|
;; `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")))))))
|
||||||
|
|
Reference in New Issue