GNOME Bugzilla – Bug 728357
Obsolete search paths in module interface docs
Last modified: 2014-04-23 11:19:06 UTC
This description of module installation in gdk-pixbuf-io.c contains obsolete directory and file names: 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 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 environment variable `GDK_PIXBUF_MODULE_FILE`) Shall be `$libdir/gdk-pixbuf-2.0/$version/loaders` `$libdir/gdk-pixbuf-2.0/$version/loaders.cache` I will soon attach a patch.
Created attachment 274473 [details] [review] patch: docs: Update directory and file names for module installation
Review of attachment 274473 [details] [review]: Looks good, thanks !