dbus: Add more DBus properties

These are needed to allow Phosh to handle incoming calls on
the locked screen.
This commit is contained in:
Guido Günther
2021-06-25 15:47:30 +02:00
parent 8bf320e006
commit f45ba43720
2 changed files with 36 additions and 4 deletions

View File

@@ -33,7 +33,27 @@
</doc:description>
</doc:doc>
</property>
<property name="Party" type="s" access="read"/>
<property name="DisplayName" type="s" access="read">
<doc:doc>
<doc:description>
<doc:para>The DisplayName of the calling party, e.g. from address book</doc:para>
</doc:description>
</doc:doc>
</property>
<property name="Protocol" type="s" access="read">
<doc:doc>
<doc:description>
<doc:para>The protocol used for this call</doc:para>
</doc:description>
</doc:doc>
</property>
<property name="Encrypted" type="b" access="read">
<doc:doc>
<doc:description>
<doc:para>Whether the call is encrypted. This does not indicate anything about the
type of encryption being used.</doc:para>
</doc:description>
</doc:doc>
</property>
</interface>
</node>