Gimp.ModuleDB.get_load_inhibit

@accepts(Gimp.ModuleDB)
@returns(unicode)
def get_load_inhibit(self):
    # Python wrapper for gimp_module_db_get_load_inhibit()
  

Return the #G_SEARCHPATH_SEPARATOR delimited list of module filenames which are excluded from auto-loading.

self

A Gimp.ModuleDB.

Returns