diff --git a/docs/reference/gio/migrating-gconf.xml b/docs/reference/gio/migrating-gconf.xml
index 44d455ba6..9e9f1a025 100644
--- a/docs/reference/gio/migrating-gconf.xml
+++ b/docs/reference/gio/migrating-gconf.xml
@@ -205,14 +205,16 @@ produces a org.gnome.font-rendering.gschema.xml file with t
- GSettings schemas are identified at runtime by their id (as specified
- in the XML source file). It is recommended to use a dotted name as schema
- id, similar in style to a DBus bus name, e.g. "org.gnome.font-rendering".
+ GSettings schemas are identified at runtime by their id (as specified
+ in the XML source file). It is recommended to use a dotted name as schema
+ id, similar in style to a D-Bus bus name, e.g. "org.gnome.SessionManager".
+ In cases where the settings are general and not specific to one application,
+ the id should not use StudlyCaps, e.g. "org.gnome.font-rendering".
The filename used for the XML schema source is immaterial, but
schema compiler expects the files to have the extension
.gschema.xml. It is recommended to simply
use the schema id as the filename, followed by this extension,
- e.g. org.gnome.font-rendering.gschema.xml.
+ e.g. org.gnome.SessionManager.gschema.xml.
diff --git a/gio/gsettings.c b/gio/gsettings.c
index ec4800694..1d0dc56c7 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -83,7 +83,11 @@
* in the id attribute of the
* schema element). The
* convention for schema ids is to use a dotted name, similar in
- * style to a DBus bus name, e.g. "org.gnome.font-rendering".
+ * style to a D-Bus bus name, e.g. "org.gnome.SessionManager". In particular,
+ * if the settings are for a specific service that owns a D-Bus bus name,
+ * the D-Bus bus name and schema id should match. For schemas which deal
+ * with settings not associated with one named application, the id should
+ * not use StudlyCaps, e.g. "org.gnome.font-rendering".
*
* In addition to #GVariant types, keys can have types that have enumerated
* types. These can be described by a choice,
@@ -97,7 +101,7 @@
* Default values
*
- *
+ *
*
*
* "Hello, earthlings"
@@ -130,7 +134,7 @@
*
*
*
- *
+ *
*
*
*