1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema gettext-domain="ukui-settings-daemon" id="org.ukui.SettingsDaemon.plugins.sharing" path="/org/ukui/settings-daemon/plugins/sharing/">
<key name="active" type="b">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by ukui-settings-daemon or not</description>
</key>
<key name="priority" type="i">
<default>16</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in ukui-settings-daemon startup queue</description>
</key>
<key name="service-name" type="as">
<default>[]</default>
<summary>Start service name.</summary>
<description>Store the name of the service that needs to be opened when starting.</description>
</key>
</schema>
<schema gettext-domain="ukui-settings-daemon" id="org.ukui.SettingsDaemon.plugins.sharing.service">
<key name="enabled-connections" type="as">
<default>[]</default>
<summary>On which connections the service is enabled</summary>
<description>The list of NetworkManager connections (each one represented with its UUID) on which this service is enabled and started.</description>
</key>
</schema>
</schemalist>
|