Gimp.param_spec_config_path
@accepts(unicode, unicode, unicode, Gimp.ConfigPathType, unicode, GObject.ParamFlags)
@returns(GObject.ParamSpec)
def param_spec_config_path(name, nick, blurb, type, default_value, flags):
# Python wrapper for gimp_param_spec_config_path()
Creates a param spec to hold a filename, dir name, or list of file or dir names. See g_param_spec_internal() for more information.
Since 2.4
- name
Canonical name of the param
- nick
Nickname of the param
- blurb
Brief description of param.
- type
a Gimp.ConfigPathType value.
- default_value
Value to use if none is assigned.
- flags
a combination of GObject.ParamFlags
- Returns