diff options
author | Ryan Lortie <desrt@desrt.ca> | 2013-09-10 10:13:41 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-09-10 10:13:41 -0400 |
commit | fec9891f20f7e288f3f62c55393aca924e0637b1 (patch) | |
tree | c22be6555b3911668c07019bbc1e16e90b0d9531 /docs | |
parent | 270aa2b97e63a08efe2b086ef5bcbb57ce21bdec (diff) | |
download | dconf-fec9891f20f7e288f3f62c55393aca924e0637b1.tar.gz |
Clarify statements about not using schemas
Reword the note in the documentation about not using GSettings schemas
so that it cannot be taken to mean that the commandline tool doesn't use
D-Bus.
https://bugzilla.gnome.org/show_bug.cgi?id=707783
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dconf-tool.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dconf-tool.xml b/docs/dconf-tool.xml index 7826049..44f1196 100644 --- a/docs/dconf-tool.xml +++ b/docs/dconf-tool.xml @@ -83,10 +83,10 @@ <para> The <command>dconf</command> program can perform various operations on a dconf database, such as reading - or writing individual values or entire directories. This tool operates directly on the dconf database and - does not read gsettings schema information. Therefore, it cannot perform type and consistency checks on - values. The <citerefentry><refentrytitle>gsettings</refentrytitle><manvolnum>1</manvolnum></citerefentry> - utility is an alternative if such checks are needed. + or writing individual values or entire directories. This tool operates on dconf directly, without using + gsettings schema information. Therefore, it cannot perform type and consistency checks on values. The + <citerefentry><refentrytitle>gsettings</refentrytitle><manvolnum>1</manvolnum></citerefentry> utility is + an alternative if such checks are needed. </para> <para> |