gvalue: Do copy non-interned strings
The G_VALUE_NOCOPY_CONTENTS for strings can only be used when collecting them and not when copying them.
Instead only avoid copies for strings that are interned.
Fixes #2141 (closed)
The G_VALUE_NOCOPY_CONTENTS for strings can only be used when collecting them and not when copying them.
Instead only avoid copies for strings that are interned.
Fixes #2141 (closed)