Gimp.Module.prototype.query_module

function query_module(): Boolean {
    // Gjs wrapper for gimp_module_query_module()
}
  

Queries the module without actually registering any of the types it may implement. After successful query, Gimp.Module.prototype.get_info can be used to get further about the module.

Returns

true on success.