Method

ArrowFlightClientget_flight_info

Declaration [src]

GAFlightInfo*
gaflight_client_get_flight_info (
  GAFlightClient* client,
  GAFlightDescriptor* descriptor,
  GAFlightCallOptions* options,
  GError** error
)

Description

No description available.
Available since:9.0.0

Parameters

descriptor GAFlightDescriptor
 

A GAFlightDescriptor to be processed.

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

A GAFlightCallOptions.

 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: GAFlightInfo
 

The returned GAFlightInfo 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.