summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-11-16 18:25:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-16 18:25:44 +0000
commit5ab5ba7137010fa6fc5be4c7e171fe3081f5f616 (patch)
tree77f25ec8737e17a0c9a37d812afdf0079f663c7f /docs
parent4334318379ac2f111abe99a7fd3d77c816f36071 (diff)
downloadpango-5ab5ba7137010fa6fc5be4c7e171fe3081f5f616.tar.gz
hu Nov 16 13:23:43 2000 Owen Taylor <otaylor@redhat.com>
* docs/pango-sections.txt docs/tmpl/modules.sgml: Add pango_module_register (). * pango/modules.c: Make ordering of module lookup predictable. * pango/modules.c (pango_module_register): Add a useful doc comment. * pango/pango-modules.[ch]: Fix indentation. * .cvsusers: Added
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt2
-rw-r--r--docs/tmpl/modules.sgml22
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index bb37a61b..16ea9a91 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -321,11 +321,13 @@ pango_indic_split_out_characters
<SECTION>
<TITLE>Modules</TITLE>
<FILE>modules</FILE>
+PangoIncludedModule
PangoMap
PangoMapEntry
pango_find_map
pango_map_get_entry
pango_map_get_engine
+pango_module_register
</SECTION>
<SECTION>
diff --git a/docs/tmpl/modules.sgml b/docs/tmpl/modules.sgml
index 456de220..90ca7982 100644
--- a/docs/tmpl/modules.sgml
+++ b/docs/tmpl/modules.sgml
@@ -14,6 +14,20 @@ modules
</para>
+<!-- ##### STRUCT PangoIncludedModule ##### -->
+<para>
+The #PangoIncludedModule structure holds information used
+to register a module that is built in to a library instead
+of dynamically loaded. The three functions it holds are
+used instead of the symbols script_engine_load(),
+script_engine_unload() and script_engine_list() in a
+dynamically loaded module.
+</para>
+
+@list: lists the engines this module implements
+@load: does initialization for this module
+@unload: unitializes the module
+
<!-- ##### STRUCT PangoMap ##### -->
<para>
@@ -59,3 +73,11 @@ modules
@Returns:
+<!-- ##### FUNCTION pango_module_register ##### -->
+<para>
+
+</para>
+
+@module:
+
+