Constant

GObjectVALUE_NOCOPY_CONTENTS

Declaration

#define G_VALUE_NOCOPY_CONTENTS 134217728

Description

If passed to G_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 g_value_copy(), the data will be copied if it is not ref-counted.