GObject.param_spec_pointer

function param_spec_pointer(name: String, nick: String, blurb: String, flags: GObject.ParamFlags): GObject.ParamSpec {
    // Gjs wrapper for g_param_spec_pointer()
}
  

Creates a new GObject.ParamSpecPointer instance specifying a pointer property.

See GObject.ParamSpec.internal for details on property names.

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

Returns

a newly created parameter specification