File: org.ukui.SettingsDaemon.plugins.background.gschema.xml

package info (click to toggle)
ukui-settings-daemon 4.0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,412 kB
  • sloc: cpp: 39,120; ansic: 3,240; xml: 1,570; sh: 88; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist>
  <schema gettext-domain="ukui-settings-daemon" id="org.ukui.SettingsDaemon.plugins.background" path="/org/ukui/settings-daemon/plugins/background/">
    <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>5</default>
      <summary>Priority to use for this plugin</summary>
      <description>Priority to use for this plugin in ukui-settings-daemon startup queue</description>
    </key>
  </schema>
</schemalist>