summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
blob: a7ecac6d7c6de2744ba93780b11de91cd6d1a2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<schemalist>
  <schema id="org.freedesktop.Telepathy.Logger" path="/apps/telepathy-logger/">
    <key name="enabled" type="b">
      <default>true</default>
      <_summary>Enable logging</_summary>
      <_description>
        Globally enable or disable the Telepathy logger system. Setting it to
        "false" will completely disable all logging.
      </_description>
    </key>
    <key name="ignore-accounts" type="ao">
      <default>[]</default>
      <_summary>Accounts for which logging is disabled</_summary>
      <_description>
        Disables logging for the named accounts, even when logging is globally
        enabled. Object paths are Telepathy Account objects.
      </_description>
    </key>
  </schema>
</schemalist>