Function
JsonrpcServerHandler
Declaration
void
(* JsonrpcServerHandler) (
  JsonrpcServer* self,
  JsonrpcClient* client,
  const gchar* method,
  GVariant* id,
  GVariant* params,
  gpointer user_data
)
Parameters
- self
- 
            Type: JsonrpcServerNo description available. The data is owned by the caller of the function. 
- client
- 
            Type: JsonrpcClientNo description available. The data is owned by the caller of the function. 
- method
- 
            Type: const gchar*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- id
- 
            Type: GVariantNo description available. The data is owned by the caller of the function. 
- params
- 
            Type: GVariantNo description available. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerNo description available. The argument can be NULL.The data is owned by the caller of the function.