Method

ArrowFlightServerAuthReaderread

since: 12.0.0

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

Type: 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.