Constructor
JsonrpcServernew
since: 3.26
Declaration [src]
JsonrpcServer*
jsonrpc_server_new (
void
)
Return value
Type: JsonrpcServer
A newly created JsonrpcServer
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |