Enumeration (GI Flags)

GObject-2.0GObjectParamFlags

Through the GObject.ParamSpecFlags flag values, certain aspects of parameters can be configured.

See also: G_PARAM_STATIC_STRINGS

Index
CONSTRUCT: 4

the parameter will be set upon object construction. See Object.constructed for more details

CONSTRUCT_ONLY: 8

the parameter can only be set upon object construction. See Object.constructed for more details

DEPRECATED: 2147483648

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: 1073741824

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: 16

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

PRIVATE: 32

internal

READABLE: 1

the parameter is readable

READWRITE: 3
STATIC_BLURB: 128

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: 32

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: 64

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: 2

the parameter is writable