Files
RedBear-OS/recipes/dev/gdk-pixbuf/source/docs/gdk-pixbuf-query-loaders.rst
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

52 lines
1.4 KiB
ReStructuredText

.. _gdk-pixbuf-query-loaders(1):
========================
gdk-pixbuf-query-loaders
========================
-------------------------------------
GdkPixbuf loader registration utility
-------------------------------------
SYNOPSIS
--------
| **gdk-pixbuf-query-loaders** [OPTIONS...] [MODULES..]
DESCRIPTION
-----------
``gdk-pixbuf-query-loaders`` collects information about loadable modules for
``gdk-pixbuf`` and writes it to the default cache file location, or to
``stdout``.
If called without arguments, it looks for modules in the ``gdk-pixbuf`` loader
directory.
If called with arguments, it looks for the specified modules. The arguments may
be absolute or relative paths.
Normally, the output of ``gdk-pixbuf-query-loaders`` is written to
``$libdir/gdk-pixbuf-2.0/2.10.0/loaders.cache``, where ``gdk-pixbuf`` looks for
it by default. If it is written to some other location, the environment variable
``GDK_PIXBUF_MODULE_FILE`` can be set to point ``gdk-pixbuf`` at the file.
OPTIONS
-------
``--update-cache``
Writes the output to the default cache location instead of the standard
output.
ENVIRONMENT
-----------
The environment variable ``GDK_PIXBUF_MODULEDIR`` can be used to specify a
different loader directory.
The default ``gdk-pixbuf`` loader directory is
``LIBDIR/gdk-pixbuf-2.0/VERSION/loaders``, where:
- ``LIBDIR`` is the libdir used when building ``gdk-pixbuf``
- ``VERSION`` is the ABI version for ``gdk-pixbuf`` loaders