Function
JsonrpcServerHandler
Declaration
void
(* JsonrpcServerHandler) (
JsonrpcServer* self,
JsonrpcClient* client,
const gchar* method,
GVariant* id,
GVariant* params,
gpointer user_data
)
Parameters
self |
JsonrpcServer |
| No description available. | |
| The data is owned by the caller of the function. | |
client |
JsonrpcClient |
| No description available. | |
| The data is owned by the caller of the function. | |
method |
const gchar* |
| No description available. | |
| The data is owned by the caller of the function. | |
| The string 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. | |
user_data |
gpointer |
| No description available. |