dbus: Add hint property

This is a dictionary to allow for future extensibility. Currently we're only
hinting if the UI should be shown for a given call.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-02-01 10:54:07 +01:00
parent 3d85ef802f
commit cde517096b
2 changed files with 52 additions and 0 deletions

View File

@@ -147,5 +147,19 @@
</doc:description>
</doc:doc>
</property>
<!--
Hints:
Additional property dictionary with hints.
"ui-active" hints whether the UI should be shown or not.
-->
<property name="Hints" type="a{sv}" access="read">
<doc:doc>
<doc:description>
<doc:para>Additional hints about this call</doc:para>
</doc:description>
</doc:doc>
</property>
</interface>
</node>