summaryrefslogtreecommitdiffstats
path: root/qapi/ui.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/ui.json')
-rw-r--r--qapi/ui.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/qapi/ui.json b/qapi/ui.json
index d435e94722..2b4371da37 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -1134,13 +1134,16 @@
# @p2p: Whether to use peer-to-peer connections (accepted through
# ``add_client``).
#
+# @audiodev: Use the specified DBus audiodev to export audio.
+#
# Since: 7.0
#
##
{ 'struct' : 'DisplayDBus',
'data' : { '*rendernode' : 'str',
'*addr': 'str',
- '*p2p': 'bool' } }
+ '*p2p': 'bool',
+ '*audiodev': 'str' } }
##
# @DisplayGLMode: