blob: 5efdce733c5a4b7938f4cde038b7b50de1b979c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.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>
|