blob: 7b7754e2eccee81f7d20f642536d9e9947856c57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<node>
<interface name="org.ayatana.indicator.keyboard.AccountsService">
<annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn" value="org.ayatana.indicator.keyboard.AccountsService.ModifyOwnUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny" value="org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeAny" value="org.ayatana.indicator.keyboard.AccountsService.ModifyAnyUser"/>
<property name="Layouts" type="as" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="[]"/>
</property>
</interface>
</node>
|