summaryrefslogtreecommitdiff
path: root/data/telepathy-logger.schemas
diff options
context:
space:
mode:
Diffstat (limited to 'data/telepathy-logger.schemas')
-rw-r--r--data/telepathy-logger.schemas32
1 files changed, 32 insertions, 0 deletions
diff --git a/data/telepathy-logger.schemas b/data/telepathy-logger.schemas
new file mode 100644
index 0000000..5b7fdb2
--- /dev/null
+++ b/data/telepathy-logger.schemas
@@ -0,0 +1,32 @@
+<gconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/telepathy-logger/logging/turned_on</key>
+ <applyto>/apps/telepathy-logger/logging/turned_on</applyto>
+ <owner>telepathy-logger</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Turn on/off logging</short>
+ <long>Globally enable or disable the telepathy logging system.
+Setting it to "false" will completely disable any logging facility (it won't shut down the service)</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/telepathy-logger/logging/accounts/ignorelist</key>
+ <applyto>/apps/telepathy-logger/logging/accounts/ignorelist</applyto>
+ <owner>telepathy-logger</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>true</default>
+ <locale name="C">
+ <short>A list of accounts for which logging is disabled</short>
+ <long>Disables logging for the named accounts, when logging is
+globally enabled. Meaningful only if global logging is turned on/enabled</long>
+ </locale>
+ </schema>
+
+</schemalist>
+</gconfschemafile>