Gimp.param_spec_config_path_type

@accepts(GObject.ParamSpec)
@returns(Gimp.ConfigPathType)
def param_spec_config_path_type(pspec):
    # Python 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