dbus: Add more DBus properties
These are needed to allow Phosh to handle incoming calls on the locked screen.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user