summaryrefslogtreecommitdiff
path: root/docs/pango-querymodules.xml
blob: d1f7d0b2cc14e76a185b1c8f0062549d692878be (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<refentry id="pango-querymodules">

<refentryinfo>
<title>pango-querymodules</title>
<productname>Pango</productname>
<authorgroup>
<author>
<contrib>Developer</contrib>
<firstname>Owen</firstname>
<surname>Taylor</surname>
</author>
<author>
<contrib>Developer</contrib>
<firstname>Behdad</firstname>
<surname>Esfahbod</surname>
</author>
</authorgroup>
</refentryinfo>

<refmeta>
<refentrytitle>pango-querymodules</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</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 id="Description"><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 id="Environment"><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>~/.config/pango/pangorc</filename> and the file specified in
      the environment variable <envar>PANGO_RC_FILE</envar>.
</para>
</refsect1>

<refsect1 id="Bugs"><title>Bugs</title>
<para>
None known yet.
</para>
</refsect1>

</refentry>