summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2004-11-16 17:30:48 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-11-16 17:30:48 +0000
commit5d1373baa326865033cb30cf251faffdeef9174d (patch)
treeb2a2cfca986415d7f5e86010b8d69f89360cba6c
parentab1b8f64d6a6bc12f17c662a32235e0a4831a7bd (diff)
downloadgconf-GNOME_2_8_BRANCHPOINT.tar.gz
add a title/name instead of [Insert name here]GNOME_2_8_BRANCHPOINT
Tue Nov 16 12:24:26 2004 Jonathan Blandford <jrb@redhat.com> * doc/gconf/gconf-docs.sgml: add a title/name instead of [Insert name here]
-rw-r--r--ChangeLog5
-rw-r--r--doc/gconf/gconf-docs.sgml24
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d63251..b6ac5d6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 16 12:24:26 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * doc/gconf/gconf-docs.sgml: add a title/name instead of [Insert
+ name here]
+
2004-11-02 Fernando Herrera <fherrera@onirica.com>
* backends/markup-tree.c: (markup_entry_get_value): Read the schema
diff --git a/doc/gconf/gconf-docs.sgml b/doc/gconf/gconf-docs.sgml
new file mode 100644
index 00000000..d545aebc
--- /dev/null
+++ b/doc/gconf/gconf-docs.sgml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>GConf Reference Manual</title>
+ </bookinfo>
+
+ <chapter>
+ <title>Using the GConf library</title>
+ <xi:include href="xml/gconf-client.xml"/>
+ <xi:include href="xml/gconf-backend.xml"/>
+ <xi:include href="xml/gconf-engine.xml"/>
+ <xi:include href="xml/gconf-error.xml"/>
+ <xi:include href="xml/gconf-internals.xml"/>
+ <xi:include href="xml/gconf-listeners.xml"/>
+ <xi:include href="xml/gconf-schema.xml"/>
+ <xi:include href="xml/gconf-sources.xml"/>
+ <xi:include href="xml/gconf-value.xml"/>
+ <xi:include href="xml/gconf.xml"/>
+ <xi:include href="xml/gconf-locale.xml"/>
+ <xi:include href="xml/gconf-changeset.xml"/>
+ </chapter>
+</book>