Value.paramSpecPointer

Creates a new #GParamSpecPointer instance specifying a pointer property.

See g_param_spec_internal() for details on property names.

class Value
static
paramSpecPointer
(
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

flags GParamFlags

flags for the property specified

Return: a newly created parameter specification

Meta