[gnome-devel-docs/dx-hackfest: 13/18] platform-overview: Write the GSettings page
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs/dx-hackfest: 13/18] platform-overview: Write the GSettings page
- Date: Thu, 31 Jan 2013 16:32:14 +0000 (UTC)
commit 9ee18bcab55a8140c166e06d691ddb4e48dd44ea
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Jan 31 16:49:16 2013 +0100
platform-overview: Write the GSettings page
platform-overview/C/gsettings.page | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/platform-overview/C/gsettings.page b/platform-overview/C/gsettings.page
index fb1e164..8838865 100644
--- a/platform-overview/C/gsettings.page
+++ b/platform-overview/C/gsettings.page
@@ -10,4 +10,35 @@
<title>GSettings</title>
+ <p>
+ GSettings is the part of <link xref="glib">GLib</link> that allows
+ applications to save their configuration settings and user's preferences in
+ a standard way.
+ </p>
+
+ <p>
+ An application that uses GSettings defines a <em>schema</em> of
+ configuration keys. The schema for each key contains the key's name, a
+ human-readable description of what the key is for, a type for the key
+ (string, integer, etc.), and a default value.
+ </p>
+
+ <p>
+ GSettings uses the operating system's storage for configuration data. On
+ GNU systems this is DConf; on Windows it is the Registry, and on Mac OS it
+ is the NextStep property list mechanism.
+ </p>
+
+ <p>
+ GSettings lets you monitor changes in keys' values, so your application can
+ respond dynamically to global changes in configuration. For example, all
+ applications that display clocks can respond to a global setting for
+ 12-hour/24-hour display immediately, without having to restart.
+ </p>
+
+ <list style="compact">
+ <item><p><link href="http://developer.gnome.org/gio/stable/GSettings.html">GSettings Reference Manual</link></p></item>
+</list>
+
+
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]