API Version: 1
Library Version: 0.10.1
Generated by gi-docgen 2025.4
since: 0.4
void dex_value_set_object ( GValue* value, DexObject* object )
Stores the given DexObject inside value.
DexObject
value
The GValue will acquire a reference to the object.
GValue
object
Available since: 0.4
Type: GValue
A GValue initialized with type DEX_TYPE_OBJECT.
DEX_TYPE_OBJECT
Type: DexObject
A DexObject or NULL.
NULL