Method

ArrowFlightServerCallContextforeach_incoming_header

Declaration [src]

void
gaflight_server_call_context_foreach_incoming_header (
  GAFlightServerCallContext* context,
  GAFlightHeaderFunc func,
  gpointer user_data
)

Description [src]

Iterates over all incoming headers.

Available since:14.0.0

Parameters

func GAFlightHeaderFunc
 

The user’s callback function.

user_data gpointer
 

Data for func.

 The argument can be NULL.
 The data is owned by the caller of the function.