Function
MsgServiceparse_response
Declaration [src]
JsonParser*
msg_service_parse_response (
GBytes* bytes,
JsonObject** object,
GError** error
)
Description [src]
Parse response data and check for errors. In case no errors are found, return json root object.
Parameters
bytes |
GBytes |
Input bytes containing response buffer. |
|
| The data is owned by the caller of the function. | |
object |
JsonObject |
A pointer to the returning root object. |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | JsonParser |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |