libgimpmodule: remove obsolete docs from gimp_module_db_load()

This commit is contained in:
Michael Natterer 2014-08-03 23:09:30 +02:00
parent 48e6199a4f
commit cd8fa8cbc3
1 changed files with 3 additions and 3 deletions

View File

@ -262,9 +262,9 @@ gimp_module_db_get_load_inhibit (GimpModuleDB *db)
* @module_path: A #G_SEARCHPATH_SEPARATOR delimited list of directories
* to load modules from.
*
* Scans the directories contained in @module_path using
* gimp_datafiles_read_directories() and creates a #GimpModule
* instance for every loadable module contained in the directories.
* Scans the directories contained in @module_path and creates a
* #GimpModule instance for every loadable module contained in the
* directories.
**/
void
gimp_module_db_load (GimpModuleDB *db,