value_take_object
Description:
[
Version ( since =
"0.4" ) ]
public void value_take_object (
Value value,
owned Object? object)
Stores the given `DexObject` inside `value`.
This function transfers the ownership of the `object` to the `GValue`.
Parameters:
| value |
a [struct@GObject.Value] initialized with type `DEX_TYPE_OBJECT`
|
| object |
a `DexObject`
|