summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-10 09:30:24 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-10 09:30:24 -0400
commit1f08d55b68740d917bbaf5c2c6ca3dcb81c396e3 (patch)
tree89b99367e3266bdcb49682e4bac87e38feecb3e8 /docs
parenta8fe07c1238d6b2345672f54a1ce875191b5bef7 (diff)
downloaddconf-1f08d55b68740d917bbaf5c2c6ca3dcb81c396e3.tar.gz
big docs cleanup
We're now back at 100% docs coverage with no warnings.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am12
-rw-r--r--docs/dconf-docs.xml5
-rw-r--r--docs/dconf-sections.txt40
3 files changed, 30 insertions, 27 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index cf13ffc..2f83c10 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -12,15 +12,3 @@ MKDB_OPTIONS = --output-format=xml
INCLUDES = $(gio_CFLAGS)
GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client
-
-IGNORE_HFILES = \
- dconf-engine.h \
- dconf-shmdir.h \
- dconf-resetlist.h \
- dconf-readtype.h \
- dconf-rebuilder.h \
- gvdb-builder.h \
- gvdb-reader.h \
- gvdb-format.h
-
-
diff --git a/docs/dconf-docs.xml b/docs/dconf-docs.xml
index 31df0b3..0def819 100644
--- a/docs/dconf-docs.xml
+++ b/docs/dconf-docs.xml
@@ -12,18 +12,21 @@
<chapter>
<title>DConf Client API</title>
<xi:include href='xml/paths.xml'/>
+ <xi:include href='xml/changeset.xml'/>
<xi:include href='xml/client.xml'/>
</chapter>
<chapter id='object-tree'>
<title>Object Hierarchy</title>
<xi:include href='xml/tree_index.sgml'/>
+ <xi:include href='xml/object_index.sgml'/>
</chapter>
<index id='api-index-full'>
<title>API Index</title>
<xi:include href='xml/api-index-full.xml'><xi:fallback /></xi:include>
+ <xi:include href='xml/api-index-deprecated.xml'><xi:fallback /></xi:include>
</index>
- <xi:include href='xml/annotation-glossary.xml'><xi:fallback /></xi:include>
+ <xi:include href='xml/annotation-glossary.xml'/>
</book>
diff --git a/docs/dconf-sections.txt b/docs/dconf-sections.txt
index 7867ddf..693ecbc 100644
--- a/docs/dconf-sections.txt
+++ b/docs/dconf-sections.txt
@@ -1,23 +1,18 @@
<SECTION>
<FILE>client</FILE>
DConfClient
-DConfWatchFunc
dconf_client_new
dconf_client_read
-dconf_client_read_default
-dconf_client_read_no_default
dconf_client_list
dconf_client_is_writable
-dconf_client_write
-dconf_client_write_async
-dconf_client_write_finish
-dconf_client_write_many
-dconf_client_watch
-dconf_client_watch_async
-dconf_client_watch_finish
-dconf_client_unwatch
-dconf_client_unwatch_async
-dconf_client_unwatch_finish
+dconf_client_write_fast
+dconf_client_write_sync
+dconf_client_change_fast
+dconf_client_change_sync
+dconf_client_watch_fast
+dconf_client_watch_sync
+dconf_client_unwatch_fast
+dconf_client_unwatch_sync
<SUBSECTION Standard>
DConfClientClass
DCONF_CLIENT
@@ -31,7 +26,24 @@ dconf_client_get_type
dconf_is_dir
dconf_is_key
dconf_is_path
-dconf_is_rel
+dconf_is_rel_path
dconf_is_rel_dir
dconf_is_rel_key
</SECTION>
+
+<SECTION>
+<FILE>changeset</FILE>
+DConfChangeset
+DConfChangesetPredicate
+dconf_changeset_all
+dconf_changeset_describe
+dconf_changeset_deserialise
+dconf_changeset_get
+dconf_changeset_is_similar_to
+dconf_changeset_new
+dconf_changeset_new_write
+dconf_changeset_ref
+dconf_changeset_serialise
+dconf_changeset_set
+dconf_changeset_unref
+</SECTION>