TypeScript API Documentation for GOBJECT
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Const
Flag to indicate that allocated data in a GObject.Value shouldn’t be copied.
If passed to GObject.VALUE_COLLECT, allocated data won’t be copied but used verbatim. This does not affect ref-counted types like objects.
This does not affect usage of GObject.Value.copy: the data will be copied if it is not ref-counted.
This flag should be checked by implementations of GObject.TypeValueFreeFunc, GObject.TypeValueCollectFunc and GObject.TypeValueLCopyFunc.
Flag to indicate that allocated data in a GObject.Value shouldn’t be copied.
If passed to GObject.VALUE_COLLECT, allocated data won’t be copied but used verbatim. This does not affect ref-counted types like objects.
This does not affect usage of GObject.Value.copy: the data will be copied if it is not ref-counted.
This flag should be checked by implementations of GObject.TypeValueFreeFunc, GObject.TypeValueCollectFunc and GObject.TypeValueLCopyFunc.