summaryrefslogtreecommitdiff
path: root/daemon/org.gnome.system.smb.gschema.xml
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2010-11-12 18:16:43 +0100
committerTomas Bzatek <tbzatek@redhat.com>2010-11-12 18:16:43 +0100
commit168001c43fa8d890ada7131fe0c3abdec56640e9 (patch)
tree239689a4b1f32903c7cb0cfff49fd1c2c3c46fdb /daemon/org.gnome.system.smb.gschema.xml
parent75cbe4c2e3c54f2bb4e0add08cd528a797a398fb (diff)
downloadgvfs-168001c43fa8d890ada7131fe0c3abdec56640e9.tar.gz
Add GSettings schemas
Diffstat (limited to 'daemon/org.gnome.system.smb.gschema.xml')
-rw-r--r--daemon/org.gnome.system.smb.gschema.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/daemon/org.gnome.system.smb.gschema.xml b/daemon/org.gnome.system.smb.gschema.xml
new file mode 100644
index 00000000..58a22158
--- /dev/null
+++ b/daemon/org.gnome.system.smb.gschema.xml
@@ -0,0 +1,9 @@
+<schemalist>
+ <schema id="org.gnome.system.smb" path="/system/smb/">
+ <key name="workgroup" type="s">
+ <default>''</default>
+ <summary>SMB workgroup</summary>
+ <description>The Windows networking workgroup or domain that the user is part of. In order for a new workgroup to fully take effect the user may need to log out and log back in.</description>
+ </key>
+ </schema>
+</schemalist>