1GDK-PIXBUF-QUERY-LOADERS() GDK-PIXBUF-QUERY-LOADERS()
2
3
4
6 gdk-pixbuf-query-loaders - GdkPixbuf loader registration utility
7
9 gdk-pixbuf-query-loaders [OPTIONS...] [MODULES..]
10
11
13 gdk-pixbuf-query-loaders collects information about loadable modules
14 for gdk-pixbuf and writes it to the default cache file location, or to
15 stdout.
16
17 If called without arguments, it looks for modules in the gdk-pixbuf
18 loader directory.
19
20 If called with arguments, it looks for the specified modules. The argu‐
21 ments may be absolute or relative paths.
22
23 Normally, the output of gdk-pixbuf-query-loaders is written to $lib‐
24 dir/gdk-pixbuf-2.0/2.10.0/loaders.cache, where gdk-pixbuf looks for it
25 by default. If it is written to some other location, the environment
26 variable GDK_PIXBUF_MODULE_FILE can be set to point gdk-pixbuf at the
27 file.
28
30 --update-cache
31 Writes the output to the default cache location instead of the stan‐
32 dard output.
33
35 The environment variable GDK_PIXBUF_MODULEDIR can be used to specify a
36 different loader directory.
37
38 The default gdk-pixbuf loader directory is LIBDIR/gdk-pixbuf-2.0/VER‐
39 SION/loaders, where:
40
41 • LIBDIR is the libdir used when building gdk-pixbuf
42
43 • VERSION is the ABI version for gdk-pixbuf loaders
44
45
46
47
48 GDK-PIXBUF-QUERY-LOADERS()