summaryrefslogtreecommitdiff
path: root/doc/catalogintro.sgml
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-05-18 05:59:10 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-05-18 05:59:10 +0000
commitadc5b5594e1db571e6516c2a4d2144beda2e30b0 (patch)
tree4e011ec5bc538d5f550de1f2927422a04e064f52 /doc/catalogintro.sgml
parent85465a487a973fcd86e4ab9544cca8d05775b6bc (diff)
downloadglade-adc5b5594e1db571e6516c2a4d2144beda2e30b0.tar.gz
touch up after initial edit.
Diffstat (limited to 'doc/catalogintro.sgml')
-rw-r--r--doc/catalogintro.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/catalogintro.sgml b/doc/catalogintro.sgml
index bafd6700..670c46cc 100644
--- a/doc/catalogintro.sgml
+++ b/doc/catalogintro.sgml
@@ -117,22 +117,22 @@ the library property will be used in it's stead.
</varlistentry>
<varlistentry>
- <term>init-function</term>
+ <term>book</term>
<listitem>
<para>
-The 'init-function' tag is used to retrieve an optional global entry point to your plugin;
-if you need to initialize any backends or whatnot this is a good place.
-Your catalog's init-function will be called before any widget classes are instanciated.
+The 'book' property is used to specify a namespace to search devhelp docs library with
+(specificly, it is the $(DOC_MODULE) that you specified in your gtk-doc Makefile.am).
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>book</term>
+ <term>init-function</term>
<listitem>
<para>
-The 'book' tag is used to specify a namespace to search devhelp docs library with (specificly,
-it is the $(DOC_MODULE) that you specified in your gtk-doc Makefile.am).
+The 'init-function' tag is used to retrieve an optional global entry point to your plugin;
+if you need to initialize any backends or whatnot this is a good place.
+Your catalog's init-function will be called before any widget classes are instanciated.
</para>
</listitem>
</varlistentry>