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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user