paramSpecUnichar
fun paramSpecUnichar(name: String, nick: String? = null, blurb: String? = null, defaultValue: <Error class: unknown class>, flags: ParamFlags): ParamSpec
Creates a new #GParamSpecUnichar instance specifying a %G_TYPE_UINT property. #GValue structures for this property can be accessed with g_value_set_uint() and g_value_get_uint().
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