diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-04-29 21:00:02 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-04-30 18:06:29 +0200 |
commit | c068a17f6a18d3ebfabe88fc49e24a923d0bdd0a (patch) | |
tree | 784960483dac5b73442c0cc558cc1ffda99458a1 /man/org.freedesktop.hostname1.xml | |
parent | Clarify that these values are in bytes (diff) | |
download | systemd-c068a17f6a18d3ebfabe88fc49e24a923d0bdd0a.tar.xz systemd-c068a17f6a18d3ebfabe88fc49e24a923d0bdd0a.zip |
sd-bus: fix vtable named argument logic
Fixes #19468.
Diffstat (limited to 'man/org.freedesktop.hostname1.xml')
-rw-r--r-- | man/org.freedesktop.hostname1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.freedesktop.hostname1.xml b/man/org.freedesktop.hostname1.xml index cc61caca71..d4af4f3737 100644 --- a/man/org.freedesktop.hostname1.xml +++ b/man/org.freedesktop.hostname1.xml @@ -58,7 +58,7 @@ node /org/freedesktop/hostname1 { in b interactive); GetProductUUID(in b interactive, out ay uuid); - Describe(out s UNNAMED); + Describe(out s json); properties: readonly s Hostname = '...'; readonly s StaticHostname = '...'; |