Virtual Method
JsonrpcServerhandle_call
Declaration [src]
gboolean
handle_call (
  JsonrpcServer* self,
  JsonrpcClient* client,
  const gchar* method,
  GVariant* id,
  GVariant* params
)
Parameters
- client
- 
            Type: JsonrpcClientNo description available. The data is owned by the caller of the method. 
- method
- 
            Type: const gchar*No description available. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- id
- 
            Type: GVariantNo description available. The data is owned by the caller of the method. 
- params
- 
            Type: GVariantNo description available. The data is owned by the caller of the method.