diff options
author | Ted Gould <ted@gould.cx> | 2014-02-11 17:33:42 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-11 17:33:42 -0600 |
commit | 28e3a8eff7e1305c93c5c7b8283bb7aedfce56b2 (patch) | |
tree | a16949b453cc985c0a70a3659a5cf615341e0326 /data | |
parent | b96572e7933c03fdd51529e6dd71e87c72bd062a (diff) | |
download | ayatana-indicator-sound-28e3a8eff7e1305c93c5c7b8283bb7aedfce56b2.tar.gz ayatana-indicator-sound-28e3a8eff7e1305c93c5c7b8283bb7aedfce56b2.tar.bz2 ayatana-indicator-sound-28e3a8eff7e1305c93c5c7b8283bb7aedfce56b2.zip |
All the properties we need
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.AccountsService.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/data/com.canonical.indicator.sound.AccountsService.xml b/data/com.canonical.indicator.sound.AccountsService.xml index bb73efd..1651a43 100644 --- a/data/com.canonical.indicator.sound.AccountsService.xml +++ b/data/com.canonical.indicator.sound.AccountsService.xml @@ -12,8 +12,27 @@ <annotation name="org.freedesktop.Accounts.Authentication.ChangeAny" value="com.canonical.indicator.sound.AccountsService.ModifyAnyUser"/> - <property name="playing" type="b" access="readwrite"> - <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/> + <property name="PlayerName" type="s" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> + </property> + <property name="PlayerIcon" type="v" access="readwrite"/> + <property name="Running" type="b" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/> + </property> + <property name="State" type="s" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> + </property> + <property name="Title" type="s" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> + </property> + <property name="Artist" type="s" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> + </property> + <property name="Album" type="s" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> + </property> + <property name="ArtUrl" type="s" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value=""/> </property> </interface> |