Gimp.param_spec_parasite
function param_spec_parasite(name: String, nick: String, blurb: String, flags: GObject.ParamFlags): GObject.ParamSpec {
// Gjs wrapper for gimp_param_spec_parasite()
}
Creates a new #GimpParamSpecParasite specifying a [type@Parasite] property.
See g_param_spec_internal() for details on property names.
Since 2.4
- name
Canonical name of the property specified.
- nick
Nick name of the property specified.
- blurb
Description of the property specified.
- flags
Flags for the property specified.
- Returns
The newly created #GimpParamSpecParasite.