Method

ArrowFlightServerAuthReaderread

Declaration [src]

GBytes*
gaflight_server_auth_reader_read (
  GAFlightServerAuthReader* reader
  GError** error
)

Description [src]

Reads a message from the client.

Available since:12.0.0

Return value

Returns: GBytes
 

Read data as GBytes on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.