Method

ArrowFlightCallOptionsforeach_header

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 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.