summaryrefslogtreecommitdiff
path: root/docs/tmpl/modules.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl/modules.sgml')
-rw-r--r--docs/tmpl/modules.sgml14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/tmpl/modules.sgml b/docs/tmpl/modules.sgml
index e552e387..003840a0 100644
--- a/docs/tmpl/modules.sgml
+++ b/docs/tmpl/modules.sgml
@@ -6,7 +6,8 @@ Support for loadable modules
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+Functions and macros in this section are used to support loading dynamic
+modules that add engines to Pango at run time.
</para>
<!-- ##### SECTION See_Also ##### -->
@@ -14,6 +15,9 @@ Support for loadable modules
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT PangoIncludedModule ##### -->
<para>
The #PangoIncludedModule structure for a statically linked module
@@ -21,10 +25,10 @@ contains the functions that would otherwise be loaded from a dynamically
loaded module.
</para>
-@list:
-@init:
-@exit:
-@create:
+@list: a function that lists the engines defined in this module.
+@init: a function to initialize the module.
+@exit: a function to finilize the module.
+@create: a function to create an engine, given the engine name.
<!-- ##### STRUCT PangoMap ##### -->
<para>