Value.takeObject

Sets the contents of a %G_TYPE_OBJECT derived #GValue to @v_object and takes over the ownership of the caller’s reference to @v_object; the caller doesn’t have to unref it any more (i.e. the reference count of the object is not increased).

If you want the #GValue to hold its own reference to @v_object, use g_value_set_object() instead.

class Value
void
takeObject
(
void* vObject
)

Parameters

vObject void*

object value to be set

Meta