paramSpecEnum

fun paramSpecEnum(name: String, nick: String?, blurb: String?, enumType: <Error class: unknown class>, defaultValue: Int, flags: ParamFlags): ParamSpec

Creates a new #GParamSpecEnum instance specifying a %G_TYPE_ENUM 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

enumType

a #GType derived from %G_TYPE_ENUM

defaultValue

default value for the property specified

flags

flags for the property specified