summaryrefslogtreecommitdiff
path: root/docs/pango-querymodules.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pango-querymodules.xml')
-rw-r--r--docs/pango-querymodules.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/pango-querymodules.xml b/docs/pango-querymodules.xml
new file mode 100644
index 00000000..1677d92e
--- /dev/null
+++ b/docs/pango-querymodules.xml
@@ -0,0 +1,53 @@
+<refentry id="pango-querymodules">
+
+<refmeta>
+<refentrytitle>pango-querymodules</refentrytitle>
+<manvolnum>1</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname>pango-querymodules</refname>
+<refpurpose>Module registration utility</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis>
+<command>pango-querymodules</command>
+<arg choice="opt" rep="repeat">module</arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+<para>
+<command>pango-querymodules</command> collects information about loadable
+modules for Pango and writes it to <filename>stdout</filename>.
+</para>
+<para>
+If called without arguments, it looks for modules in the Pango module path.
+</para>
+<para>
+If called with arguments, it looks for the specified modules. The arguments
+may be absolute or relative paths.
+</para>
+</refsect1>
+
+<refsect1><title>Environment</title>
+<para>
+The Pango module path is specified by the key
+<literal>Pango/ModulesPath</literal> in the Pango config database, which is
+read from
+ <filename><replaceable>sysconfdir</replaceable>/pango/pangorc</filename>,
+ <filename>~/.pangorc</filename> and the file specified in the environment
+ variable <envar>PANGO_RC_FILE</envar>.
+</para>
+</refsect1>
+
+<refsect1><title>Bugs</title>
+<para>
+None known yet.
+</para>
+</refsect1>
+
+</refentry>
+
+