Gjsify LogoGjsify Logo

Through the #GParamFlags flag values, certain aspects of parameters can be configured.

See also: %G_PARAM_STATIC_STRINGS

bitfield

Index

Enumeration Members

CONSTRUCT: number

the parameter will be set upon object construction

CONSTRUCT_ONLY: number

the parameter can only be set upon object construction

DEPRECATED: number

the parameter is deprecated and will be removed in a future version. A warning will be generated if it is used while running with G_ENABLE_DIAGNOSTIC=1. Since 2.26

EXPLICIT_NOTIFY: number

calls to g_object_set_property() for this property will not automatically result in a "notify" signal being emitted: the implementation must call g_object_notify() themselves in case the property actually changes. Since: 2.42.

LAX_VALIDATION: number

upon parameter conversion (see g_param_value_convert()) strict validation is not required

PRIVATE: number

internal

READABLE: number

the parameter is readable

READWRITE: number

alias for %G_PARAM_READABLE | %G_PARAM_WRITABLE

STATIC_BLURB: number

the string used as blurb when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8

STATIC_NAME: number

the string used as name when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8

STATIC_NICK: number

the string used as nick when constructing the parameter is guaranteed to remain valid and unmmodified for the lifetime of the parameter. Since 2.8

WRITABLE: number

the parameter is writable

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method