Value.paramSpecGtype

Creates a new GParamSpecGType instance specifying a G_TYPE_GTYPE property.

See ParamSpec.internal for details on property names.

class Value
static
paramSpecGtype
(
string name
,
string nick
,
string blurb
,,)

Parameters

name string

canonical name of the property specified

nick string

nick name for the property specified

blurb string

description of the property specified

isAType GType

a GType whose subtypes are allowed as values of the property (use G_TYPE_NONE for any type)

flags GParamFlags

flags for the property specified

Return Value

Type: ParamSpec

a newly created parameter specification

Meta

Since

2.10