summaryrefslogtreecommitdiff
path: root/data/im.telepathy.MissionControl.FromEmpathy.gschema.xml
blob: ad5f595a4b1f15cc87c414873d1ee0c3afc67a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<schemalist>

  <enum id="position">
    <value nick="top-left" value="1"/>
    <value nick="top-right" value="2"/>
    <value nick="bottom-left" value="3"/>
    <value nick="bottom-right" value="4"/>
  </enum>

  <!-- sic: we are aliasing dconf key paths from Empathy's schema -->
  <schema id="im.telepathy.MissionControl.FromEmpathy" path="/org/gnome/empathy/">
    <key name="use-conn" type="b">
      <default>true</default>
      <summary>Connectivity managers should be used</summary>
      <description>Whether connectivity managers should be used to automatically disconnect/reconnect.</description>
    </key>
  </schema>
</schemalist>