diff options
author | Ted Gould <ted@gould.cx> | 2014-02-10 11:54:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-10 11:54:07 -0600 |
commit | 9660d0b5c1cee59d7b34e989fc2da19b67167619 (patch) | |
tree | 2b4f4e3b40ef6bd05f1c2734d8218b46ab679229 /data/com.canonical.indicator.sound.AccountsService.xml | |
parent | 1711049123981c79400b06ccd46d4e010925e33b (diff) | |
download | ayatana-indicator-sound-9660d0b5c1cee59d7b34e989fc2da19b67167619.tar.gz ayatana-indicator-sound-9660d0b5c1cee59d7b34e989fc2da19b67167619.tar.bz2 ayatana-indicator-sound-9660d0b5c1cee59d7b34e989fc2da19b67167619.zip |
Trying to put together all our account service pieces
Diffstat (limited to 'data/com.canonical.indicator.sound.AccountsService.xml')
-rw-r--r-- | data/com.canonical.indicator.sound.AccountsService.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.AccountsService.xml b/data/com.canonical.indicator.sound.AccountsService.xml new file mode 100644 index 0000000..bb73efd --- /dev/null +++ b/data/com.canonical.indicator.sound.AccountsService.xml @@ -0,0 +1,20 @@ +<node> + <interface name="com.canonical.indicator.sound.AccountsService"> + + <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/> + + <annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn" + value="com.canonical.indicator.sound.AccountsService.ModifyOwnUser"/> + + <annotation name="org.freedesktop.Accounts.Authentication.ReadAny" + value="com.canonical.indicator.sound.AccountsService.ModifyAnyUser"/> + + <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> + + </interface> +</node> |