Method
JsonrpcServerforeach
since: 3.28
Declaration [src]
void
jsonrpc_server_foreach (
  JsonrpcServer* self,
  GFunc foreach_func,
  gpointer user_data
)
Parameters
- foreach_func
- 
            Type: GFuncA callback for each client. 
- user_data
- 
            Type: gpointerClosure data for foreach_func.The argument can be NULL.The data is owned by the caller of the method.