Method
GimpModuleDBrefresh
Declaration [src]
void
gimp_module_db_refresh (
GimpModuleDB* db,
const gchar* module_path
)
Description [src]
Does the same as gimp_module_db_load(), plus removes all GimpModule
instances whose modules have been deleted from disk.
Note that the GimpModule
‘s will just be removed from the internal
list and not freed as this is not possible with GTypeModule
instances which actually implement types.