Method

ArrowFlightServerAuthSenderwrite

Declaration [src]

gboolean
gaflight_server_auth_sender_write (
  GAFlightServerAuthSender* sender,
  GBytes* message,
  GError** error
)

Description [src]

Writes a message to the client.

Available since:12.0.0

Parameters

message GBytes
 

A GBytes to be sent.

 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 on success, FALSE on error.