Function
Jsonrpcmessage_new
Declaration [src]
GVariant*
jsonrpc_message_new (
gconstpointer first_param,
...
)
Parameters
first_param |
gconstpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
... |
|
No description available. |
Return value
Returns: | GVariant |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |