GParamFlags

GParamFlags certain aspects of custom gobject parameters to be configured

Value

Symbolic name

Description

  1Gobject::PARAM_READABLE the parameter is readable
  2Gobject::PARAM_WRITABLE the parameter is writable
  4Gobject::PARAM_CONSTRUCT the parameter will be set upon object construction
  8Gobject::PARAM_CONSTRUCT_ONLY the parameter will only be set upon object construction
  16Gobject::PARAM_LAX_VALIDATION upon parameter conversion strict validation is not required
  3Gobject::PARAM_READWRITE Simple alias for Gobject::PARAM_READABLE | Gobject::PARAM_WRITABLE