paramSpecString

fun paramSpecString(name: String, nick: String?, blurb: String?, defaultValue: String? = null, flags: ParamFlags): ParamSpec

Creates a new #GParamSpecString instance.

See g_param_spec_internal() for details on property names.

Return

a newly created parameter specification

Parameters

name

canonical name of the property specified

nick

nick name for the property specified

blurb

description of the property specified

defaultValue

default value for the property specified

flags

flags for the property specified