[ CCode ( cname = "g_param_spec_unichar" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecUnichar (string name, string nick, string blurb, unichar default_value, ParamFlags flags)
Creates a new ParamSpecUnichar instance specifying a g_type_uint property.
Value structures for this property can be accessed with set_uint and get_uint.
See 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 |
a newly created parameter specification |