Method

ArrowFlightClientlist_flights

Declaration [src]

GList*
gaflight_client_list_flights (
  GAFlightClient* client,
  GAFlightCriteria* criteria,
  GAFlightCallOptions* options,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

criteria GAFlightCriteria
 

A GAFlightCriteria.

 The argument can be NULL.
 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: A list of GAFlightInfo*
 

The returned list of 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.