Method
ArrowFlightCallOptionsforeach_header
since: 9.0.0
Declaration [src]
void
gaflight_call_options_foreach_header (
  GAFlightCallOptions* options,
  GAFlightHeaderFunc func,
  gpointer user_data
)
      Parameters
func- 
            
Type:
GAFlightHeaderFuncThe user’s callback function.
 user_data- 
            
Type:
gpointerData for
func.The argument can be NULL.The data is owned by the caller of the function.