Method

ArrowFlightServerget_flight_info

Declaration [src]

GAFlightInfo*
gaflight_server_get_flight_info (
  GAFlightServer* server,
  GAFlightServerCallContext* context,
  GAFlightDescriptor* request,
  GError** error
)

Description

No description available.
Available since:9.0.0

Parameters

context GAFlightServerCallContext
 

A GAFlightServerCallContext.

 The data is owned by the caller of the function.
request GAFlightDescriptor
 

A GAFlightDescriptor.

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

Return value

Returns: GAFlightInfo
 

A GAFlightInfo on success, NULL on error.

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