Function gegl::param_spec_string

source ·
pub fn param_spec_string(
    name: &str,
    nick: &str,
    blurb: &str,
    no_validate: bool,
    null_ok: bool,
    default_value: &str,
    flags: ParamFlags
) -> Option<ParamSpec>
Expand description

Creates a new GeglParamSpecString instance.

name

canonical name of the property specified

nick

nick name for the property specified

blurb

description of the property specified

no_validate

true if the string should be validated with g_utf8_validate

null_ok

true if the string can be NULL

default_value

default value for the property specified

flags

flags for the property specified

Returns

a newly created parameter specification