Function
Dexvalue_take_object
since: 0.4
Declaration [src]
void
dex_value_take_object (
GValue* value,
DexObject* object
)
Description [src]
Stores the given DexObject
inside value
.
This function transfers the ownership of the object
to the GValue
.
Available since: 0.4