GObject.param_spec_unichar
function param_spec_unichar(name: String, nick: String, blurb: String, default_value: String, flags: GObject.ParamFlags): GObject.ParamSpec { // Gjs wrapper for g_param_spec_unichar() }
Creates a new GObject.ParamSpecUnichar instance specifying a %G_TYPE_UINT property. GObject.Value structures for this property can be accessed with GObject.Value.set_uint and GObject.Value.get_uint.
See GObject.ParamSpec.internal for details on property names.
- name
canonical name of the property specified
- nick
nick name for the property specified
- blurb
description of the property specified
- default_value
default value for the property specified
- flags
flags for the property specified
- Returns
a newly created parameter specification