take_boxed
Description:
public void take_boxed (void* v_boxed)
Sets the contents of a g_type_boxed derived Value
to v_boxed and takes over the ownership of the caller’s reference to v_boxed; the caller doesn’t have to unref it
any more.
Parameters:
| this |
a valid Value of g_type_boxed derived type
|
| v_boxed |
duplicated unowned boxed value to be set
|