[gdk-pixbuf] docs: Update directory and file names for module installation



commit c8b4fbc3f0910bea1b343be831d7384120e585df
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Apr 23 13:13:54 2014 +0200

    docs: Update directory and file names for module installation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728357

 gdk-pixbuf/gdk-pixbuf-io.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 2d952e5..e64b062 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]