summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-04-23 13:13:54 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-04-23 13:13:54 +0200
commitc8b4fbc3f0910bea1b343be831d7384120e585df (patch)
tree184053d22730da241905bf0b28ea96f147b8e361
parent90449035ed39e07d05d4050bb1eb68632ef74813 (diff)
downloadgdk-pixbuf-c8b4fbc3f0910bea1b343be831d7384120e585df.tar.gz
docs: Update directory and file names for module installation
https://bugzilla.gnome.org/show_bug.cgi?id=728357
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 2d952e5f9..e64b0620f 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -106,10 +106,10 @@
*
* Installing a module is a two-step process:
* - copy the module file(s) to the loader directory (normally
- * `$libdir/gtk-2.0/$version/loaders`, unless overridden by the
+ * `$libdir/gdk-pixbuf-2.0/$version/loaders`, unless overridden by the
* environment variable `GDK_PIXBUF_MODULEDIR`)
* - call gdk-pixbuf-query-loaders to update the module file (normally
- * `$sysconfdir/gtk-2.0/gdk-pixbuf.loaders`, unless overridden by the
+ * `$libdir/gdk-pixbuf-2.0/$version/loaders.cache`, unless overridden by the
* environment variable `GDK_PIXBUF_MODULE_FILE`)
*
* The GdkPixBuf interfaces needed for implementing modules are contained in
@@ -334,7 +334,7 @@ correct_prefix (gchar **path)
/* This is an entry put there by gdk-pixbuf-query-loaders on the
* packager's system. On Windows a prebuilt gdk-pixbuf package can be
- * installed in a random location. The gdk-pixbuf.loaders file
+ * installed in a random location. The loaders.cache file
* distributed in such a package contains paths from the package
* builder's machine. Replace the build-time prefix with the
* installation prefix on this machine.