[ CCode ( cname = "g_param_spec_object" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecObject (string name, string nick, string blurb, Type object_type, ParamFlags flags)
Creates a new ParamSpecBoxed instance specifying a g_type_object derived 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 |
object_type |
g_type_object derived type of this property |
flags |
flags for the property specified |
a newly created parameter specification |