summaryrefslogtreecommitdiff
path: root/docs/pango-querymodules.xml
blob: 1677d92ed8a17a0b0753bd91e10149d18fcb5655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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>