paramSpecPointer
fun paramSpecPointer(name: String, nick: String? = null, blurb: String? = null, flags: ParamFlags): ParamSpec
Creates a new #GParamSpecPointer instance specifying a pointer property. Where possible, it is better to use g_param_spec_object() or g_param_spec_boxed() to expose memory management information.
See g_param_spec_internal() for details on property names.
Return
a newly created parameter specification
Parameters
name
canonical name of the property specified
nick
nick name for the property specified
blurb
description of the property specified
flags
flags for the property specified