Function
Jsongvariant_serialize
Declaration [src]
JsonNode*
json_gvariant_serialize (
GVariant* variant
)
Parameters
variant |
GVariant* |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | JsonNode |
The root of the JSON data structure
obtained from |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |