paramSpecFloat

fun paramSpecFloat(name: String, nick: String?, blurb: String?, minimum: Float, maximum: Float, defaultValue: Float, flags: ParamFlags): ParamSpec

Creates a new #GParamSpecFloat instance specifying a %G_TYPE_FLOAT property.

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

minimum

minimum value for the property specified

maximum

maximum value for the property specified

defaultValue

default value for the property specified

flags

flags for the property specified