Value.paramSpecFlags

Creates a new #GParamSpecFlags instance specifying a %G_TYPE_FLAGS property.

See g_param_spec_internal() for details on property names.

class Value
static
paramSpecFlags

Parameters

name string

canonical name of the property specified

nick string

nick name for the property specified

blurb string

description of the property specified

flagsType GType

a #GType derived from %G_TYPE_FLAGS

defaultValue uint

default value for the property specified

flags GParamFlags

flags for the property specified

Return Value

Type: ParamSpec

a newly created parameter specification

Meta