summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 16:47:55 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 16:47:55 +0000
commitae86b52c435aa39b78ae14cb23a75e4e639b0d5a (patch)
treeb526eda7fda8d3469e1db44ea258f3065017d9a7 /data/org.freedesktop.Telepathy.Logger.gschema.xml.in
parentbd2903877be3a3bd38a2a3fff6bd6e8d030e7306 (diff)
parent301d3d7d9b0f025d71390dbc9211923308e4386b (diff)
Merge remote-tracking branch 'mylogger/next' into next
Conflicts: .gitignore COPYING Makefile.am autogen.sh configure.ac docs/Makefile.am docs/reference/Makefile.am m4/tp-compiler-flag.m4 m4/tp-compiler-warnings.m4 tests/Makefile.am tests/lib/Makefile.am tests/lib/simple-account.c tests/lib/simple-account.h
Diffstat (limited to 'data/org.freedesktop.Telepathy.Logger.gschema.xml.in')
-rw-r--r--data/org.freedesktop.Telepathy.Logger.gschema.xml.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/org.freedesktop.Telepathy.Logger.gschema.xml.in b/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
new file mode 100644
index 000000000..ca39e36b9
--- /dev/null
+++ b/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
@@ -0,0 +1,17 @@
+<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="ignorelist" type="as">
+ <default>[]</default>
+ <_summary>Ignore list</_summary>
+ <_description>Conversations with entities with ID listed here will not be logged.</_description>
+ </key>
+ </schema>
+</schemalist>