Constant

GObjectVALUE_INTERNED_STRING

Declaration

#define G_VALUE_INTERNED_STRING 268435456

Description

Flag to indicate that a string in a GValue is canonical and will exist for the duration of the process.

See g_value_set_interned_string().

This flag should be checked by implementations of GTypeValueFreeFunc, GTypeValueCollectFunc and GTypeValueLCopyFunc.