Constructor

ArrowFlightClientnew

Declaration [src]

GAFlightClient*
gaflight_client_new (
  GAFlightLocation* location,
  GAFlightClientOptions* options,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

location GAFlightLocation
 

A GAFlightLocation to be connected.

 The data is owned by the caller of the function.
options GAFlightClientOptions
 

A GAFlightClientOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GAFlightClient
 

The newly created client, NULL on error.

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