[glib/new-gsettings] Add a stub for a migration chapter
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Add a stub for a migration chapter
- Date: Thu, 15 Apr 2010 16:05:10 +0000 (UTC)
commit 7f01ebb1e6e36d0568dc8c243f1d06bfe89a7faa
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 15 12:03:18 2010 -0400
Add a stub for a migration chapter
docs/reference/gio/migrating.xml | 24 +++++++++++++++++++++---
1 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gio/migrating.xml b/docs/reference/gio/migrating.xml
index 89191d3..05d47df 100644
--- a/docs/reference/gio/migrating.xml
+++ b/docs/reference/gio/migrating.xml
@@ -120,7 +120,7 @@ start_monitoring_trash (void)
reflect that state of the trash can.
</para>
<para>
- Moving a file to the trash is much simpler with GIO. Instead of
+ Moving a file to the trash is much simpler with GIO. Instead of
using gnome_vfs_find_directory() with %GNOME_VFS_DIRECTORY_KIND_TRASH
to find out where to move the trashed file, just use the g_file_trash()
function.
@@ -151,12 +151,30 @@ start_monitoring_trash (void)
gnome-vfs offered a way to monitor the association between mime types
and default handlers for changes, with the #GnomeVFSMIMEMonitor object.
GIO does not offer a replacement for this functionality at this time,
- since we have not found a compelling use case where
+ since we have not found a compelling use case where
#GnomeVFSMIMEMonitor was used. If you think you have such a use
- case, please report it at
+ case, please report it at
<ulink url="http://bugzilla.gnome.org">bugzilla.gnome.org</ulink>.
</para>
</section>
</chapter>
+ <chapter>
+ <title>Migrating from GConf to GSettings</title>
+
+ <para>
+ Information about migration from GConf to GSettings will appear
+ here.
+ </para>
+ <para>
+ Topics to cover:
+ <itemizedlist>
+ <listitem><para>Conceptual differences</para></listitem>
+ <listitem><para>GConfClient API conversion</para></listitem>
+ <listitem><para>Change notification</para></listitem>
+ <listitem><para>Schema conversion</para></listitem>
+ </itemizedlist>
+ </para>
+ </chapter>
+
</part>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]