Variable

GObject-2.0GObjectPARAM_STATIC_STRINGSConst

PARAM_STATIC_STRINGS: number

GObject.ParamSpecFlags value alias for GObject.ParamFlags.STATIC_NAME | GObject.ParamFlags.STATIC_NICK | GObject.ParamFlags.STATIC_BLURB.

It is recommended to use this for all properties by default, as it allows for internal performance improvements in GObject.

It is very rare that a property would have a dynamically constructed name, nickname or blurb.

Since 2.13.0