Method

ArrowFlightServerCallContextforeach_incoming_header

since: 14.0.0

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

Type: GAFlightHeaderFunc

The user’s callback function.

user_data

Type: gpointer

Data for func.

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