Constructor

JsonrpcServernew

since: 3.26

Declaration [src]

JsonrpcServer*
jsonrpc_server_new (
  void
)

Description [src]

Creates a new JsonrpcServer.

Available since: 3.26

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.