Virtual Method

JsonrpcClienthandle_call

Declaration [src]

gboolean
handle_call (
  JsonrpcClient* self,
  const gchar* method,
  GVariant* id,
  GVariant* params
)

Description

No description available.

Parameters

method 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 GVariant
  No description available.
 The data is owned by the caller of the function.
params GVariant
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
  No description available.