Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango-querymodules-32(1) [centos man page]

PANGO-QUERYMODULES(1)						   User Commands					     PANGO-QUERYMODULES(1)

NAME
pango-querymodules - Module registration utility SYNOPSIS
pango-querymodules [OPTION...] [MODULE...] DESCRIPTION
pango-querymodules collects information about loadable modules for Pango and writes it to stdout. If called without MODULE arguments, it looks for modules in the Pango module path, which is specified by the key Pango/ModulesPath in the Pango configuration database. If called with MODULE arguments, it looks for the specified modules. The arguments may be absolute or relative paths. At runtime, Pango looks for the loadable module information (i.e. the output of pango-querymodules) in libdir/pango/1.8.0/modules.cache. OPTIONS
-?, --help Prints a short help text and exits. --version Prints version information. --system Do not load user-specific configuration. --update-cache Update the Pango module cache file directly, instead of writing the information to stdout. ENVIRONMENT
PANGO_RC_FILE Specifies an additional rc file for the Pango configuration database, in addition to the system-wide and per-user files. FILES
sysconfdir/pango/pangorc System-wide Pango configuration file. $XDG_CONFIG_HOME/pango/pangorc User-specific Pango configuration file. libdir/pango/1.8.0/modules.cache Location of the module cache file read by Pango. BUGS
None known yet. AUTHORS
Owen Taylor Developer Behdad Esfahbod Developer Pango 05/13/2013 PANGO-QUERYMODULES(1)

Check Out this Related Man Page

pango-querymodules(1)						   User Commands					     pango-querymodules(1)

NAME
pango-querymodules - list the language modules available to the pango layout engine SYNOPSIS
pango-querymodules [--help] [--version] [module...] DESCRIPTION
pango-querymodules collects information about loadable modules for Pango and writes it to stdout. If called without arguments, it looks for language modules in the Pango module path. If called with arguments, it looks for the specified modules. The arguments may be absolute or relative paths. The Pango module path is specified by the key Pango/ModulesPath in the Pango config database, which is read from /etc/pango/pangorc, ~/.pangorc, and the file specified in the environment variable PANGO_RC_FILE. If the output is redirected to /etc/pango/pango.modules, this will cause the specified modules to be loaded as default modules. OPTIONS
The following options are supported: --help Displays help and usage information. --version Displays version information for pango-querymodules. OPERANDS
The following operands are supported: module List the language modules stored in the specified custom location. EXAMPLES
Example 1: Getting the default list of modules example% pango-querymodules ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of pango-querymodules: NLSPATH. PANGO_RC_FILE Used to specify configuration database file. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/pango-querymodules The command-line executable for the application. /etc/pango/pangorc Pango system configuration database ~/.pangorc Pango user configuration database /etc/pango/pango.modules Pango modules file /usr/share/gtk-doc/html/pango Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. libpango-1.0(3), attributes(5), environ(5), gnome-interfaces(5) NOTES
Written by Erwann Chenede, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 pango-querymodules(1)
Man Page