Virtual Method

ArrowFlightServerlist_flights

Declaration [src]

GList*
list_flights (
  GAFlightServer* server,
  GAFlightServerCallContext* context,
  GAFlightCriteria* criteria,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

context GAFlightServerCallContext
 

A GAFlightServerCallContext.

 The data is owned by the caller of the function.
criteria GAFlightCriteria
 

A GAFlightCriteria.

 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*
 

GList of GAFlightInfo on success, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.