[ CCode ( cname = "g_param_spec_param" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecParam (string name, string nick, string blurb, Type param_type, ParamFlags flags)
Creates a new ParamSpecParam instance specifying a g_type_param property.
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 |
param_type |
a Type derived from g_type_param |
flags |
flags for the property specified |
a newly created parameter specification |