Method

ArrowFlightServerdo_get

Declaration [src]

GAFlightDataStream*
gaflight_server_do_get (
  GAFlightServer* server,
  GAFlightServerCallContext* context,
  GAFlightTicket* ticket,
  GError** error
)

Description

No description available.
Available since:6.0.0

Parameters

context GAFlightServerCallContext
 

A GAFlightServerCallContext.

 The data is owned by the caller of the function.
ticket GAFlightTicket
 

A GAFlightTicket.

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

Return value

Returns: GAFlightDataStream
 

GAFlightDataStream on success, NULL on error.

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