Constructor

JsonrpcServernew

Declaration [src]

JsonrpcServer*
jsonrpc_server_new (
  void
)

Description [src]

Creates a new JsonrpcServer.

Available since:3.26

Return value

Returns: JsonrpcServer
 

A newly created JsonrpcServer instance.

 The caller of the function takes ownership of the data, and is responsible for freeing it.