From b4acb66c1e026fc3cd8a6d1ac961f68fb6fb91e2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 29 Apr 2018 00:57:56 +0100 Subject: Move the API reference down two levels The `docs` directory is empty, and gdk-pixbuf is not part of GTK any more, so there's no point to have the API reference under a separate directory. --- docs/gdk-pixbuf-query-loaders.xml | 79 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 docs/gdk-pixbuf-query-loaders.xml (limited to 'docs/gdk-pixbuf-query-loaders.xml') diff --git a/docs/gdk-pixbuf-query-loaders.xml b/docs/gdk-pixbuf-query-loaders.xml new file mode 100644 index 000000000..9aecd9613 --- /dev/null +++ b/docs/gdk-pixbuf-query-loaders.xml @@ -0,0 +1,79 @@ + + + + + +gdk-pixbuf-query-loaders +gdk-pixbuf + + +Developer +Owen +Taylor + + + + + +gdk-pixbuf-query-loaders +1 +User Commands + + + +gdk-pixbuf-query-loaders +GdkPixbuf loader registration utility + + + + +gdk-pixbuf-query-loaders +--update-cache +MODULE + + + +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-queryloaders 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 + Write the output to the default cache location instead of + stdout + + + + +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. + + + + -- cgit v1.2.1