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