[gsettings-desktop-schemas] schemas: Add a privacy schema



commit cc64f5075dc0c5e6ba1cfd4cc6c86a603ff5bb02
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 18 00:52:53 2012 -0500

    schemas: Add a privacy schema
    
    For now, this just contains a 'hide-identity' key, which is
    needed for the privacy panel design.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688578

 schemas/Makefile.am                                |    3 ++-
 .../org.gnome.desktop.privacy.gschema.xml.in.in    |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index 732ec09..001c02e 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -18,7 +18,8 @@ desktop_gschemas_in_in =						\
 	org.gnome.desktop.search-providers.gschema.xml.in.in		\
 	org.gnome.desktop.wm.keybindings.gschema.xml.in.in		\
 	org.gnome.desktop.wm.preferences.gschema.xml.in.in		\
-	org.gnome.desktop.input-sources.gschema.xml.in.in
+	org.gnome.desktop.input-sources.gschema.xml.in.in		\
+	org.gnome.desktop.privacy.gschema.xml.in.in
 
 @INTLTOOL_XML_NOMERGE_RULE@
 
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
new file mode 100644
index 0000000..300a433
--- /dev/null
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<schemalist>
+  <schema id="org.gnome.desktop.privacy" path="/org/gnome/desktop/privacy/">
+    <key name="hide-identity" type="b">
+      <default>false</default>
+      <_summary>Controls visibility of personal information</_summary>
+      <_description>If set to true, the system will make an effort to
+      not divulge the user's identity on screen or on the network.</_description>
+    </key>
+  </schema>
+</schemalist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]