Gimp »

Gimp.param_spec_config_path_type

function param_spec_config_path_type(pspec: GObject.ParamSpec): Gimp.ConfigPathType {
    // Gjs wrapper for gimp_param_spec_config_path_type()
}
  

Tells whether the path param encodes a filename, dir name, or list of file or dir names.

Since 2.4

pspec

A GObject.ParamSpec for a path param

Returns

a Gimp.ConfigPathType value

More Information

  • Gimp