Function
Dexvalue_dup_object
unstable since: 0.12
Declaration [src]
DexObject*
dex_value_dup_object (
const GValue* value
)
Parameters
value
-
Type:
GValue
A
GValue
initialized with typeDEX_TYPE_OBJECT
.The data is owned by the caller of the function.
Return value
Type: DexObject
A DexObject
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |