Virtual Method
JsonrpcServernotification
Declaration [src]
void
notification (
JsonrpcServer* self,
JsonrpcClient* client,
const gchar* method,
GVariant* params
)
Parameters
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 value is a NUL terminated UTF-8 string. | |
params |
GVariant |
No description available. | |
The data is owned by the caller of the function. |