Method

ArrowFlightCallOptionsforeach_header

since: 9.0.0

Declaration [src]

void
gaflight_call_options_foreach_header (
  GAFlightCallOptions* options,
  GAFlightHeaderFunc func,
  gpointer user_data
)

Description [src]

Iterates over all headers in the options.

Available since: 9.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.