paramSpecPointer

fngobject.param_spec.ParamSpec paramSpecPointer(string name, string nick, string blurb, gobject.types.ParamFlags flags)

Creates a new #GParamSpecPointer instance specifying a pointer property. Where possible, it is better to use [gobject.global.paramSpecObject] or [gobject.global.paramSpecBoxed] to expose memory management information.

See [gobject.param_spec.ParamSpec.internal] for details on property names.

Parameters

namecanonical name of the property specified
nicknick name for the property specified
blurbdescription of the property specified
flagsflags for the property specified

Returns

a newly created parameter specification