value_set_object
Description:
[
Version ( since =
"0.4" ) ]
public void value_set_object (
Value value,
Object? object)
Stores the given `DexObject` inside `value`.
The [struct@GObject.Value] will acquire a reference to the `object`.
Parameters:
| value |
a [struct@GObject.Value] initialized with type `DEX_TYPE_OBJECT`
|
| object |
a `DexObject` or null
|