Git init
[external/pango1.0.git] / docs / pango-querymodules.xml
1 <refentry id="pango-querymodules">
2
3 <refmeta>
4 <refentrytitle>pango-querymodules</refentrytitle>
5 <manvolnum>1</manvolnum>
6 </refmeta>
7
8 <refnamediv>
9 <refname>pango-querymodules</refname>
10 <refpurpose>Module registration utility</refpurpose>
11 </refnamediv>
12
13 <refsynopsisdiv>
14 <cmdsynopsis>
15 <command>pango-querymodules</command>
16 <arg choice="opt" rep="repeat">module</arg>
17 </cmdsynopsis>
18 </refsynopsisdiv>
19
20 <refsect1 id="Description"><title>Description</title>
21 <para>
22 <command>pango-querymodules</command> collects information about loadable 
23 modules for Pango and writes it to <filename>stdout</filename>. 
24 </para>
25 <para>
26 If called without arguments, it looks for modules in the Pango module path.  
27 </para>
28 <para>
29 If called with arguments, it looks for the specified modules. The arguments
30 may be absolute or relative paths.
31 </para>
32 </refsect1>
33
34 <refsect1 id="Environment"><title>Environment</title>
35 <para>
36 The Pango module path is specified by the key
37 <literal>Pango/ModulesPath</literal> in the Pango config database, which is
38 read from
39       <filename><replaceable>sysconfdir</replaceable>/pango/pangorc</filename>,
40       <filename>~/.pangorc</filename> and the file specified in the environment
41       variable <envar>PANGO_RC_FILE</envar>. 
42 </para>
43 </refsect1>
44
45 <refsect1 id="Bugs"><title>Bugs</title>
46 <para>
47 None known yet.
48 </para>
49 </refsect1>
50
51 </refentry>
52
53