diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-11-16 18:25:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-16 18:25:44 +0000 |
commit | 5ab5ba7137010fa6fc5be4c7e171fe3081f5f616 (patch) | |
tree | 77f25ec8737e17a0c9a37d812afdf0079f663c7f /docs/tmpl/modules.sgml | |
parent | 4334318379ac2f111abe99a7fd3d77c816f36071 (diff) | |
download | pango-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/tmpl/modules.sgml')
-rw-r--r-- | docs/tmpl/modules.sgml | 22 |
1 files changed, 22 insertions, 0 deletions
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: + + |