Method

JsonrpcClientsend_notification_finish

Declaration [src]

gboolean
jsonrpc_client_send_notification_finish (
  JsonrpcClient* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Completes an asynchronous call to jsonrpc_client_send_notification_async().

Successful completion of this function only indicates that the request has been written to the underlying buffer, not that the peer has received the notification.

Available since:3.26

Parameters

result GAsyncResult*
  No description available.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the bytes have been flushed to the GIOStream; otherwise FALSE and error is set.