Signal
JsonrpcClient::notification
Declaration
void
notification (
JsonrpcClient* self,
gchar* method,
GVariant* params,
gpointer user_data
)
Description [src]
This signal is emitted when a notification has been received from a
peer. Unlike JsonrpcClient::handle-call
, this does not have an “id”
parameter because notifications do not have ids. They do not round trip.
Default handler: | The default handler is called after the handlers added via |
The signal can be detailed | |
Available since: | 3.26 |