Function
ArrowFlightHeaderFunc
since: 9.0.0
Declaration
void
(* GAFlightHeaderFunc) (
const gchar* name,
const gchar* value,
gpointer user_data
)
Description [src]
It is called with each header name/value pair, together with the
user_data parameter which is passed to
gaflight_call_options_foreach_header() and so on.
Available since: 9.0.0
Parameters
name-
Type:
const gchar*A header name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value-
Type:
const gchar*The value corresponding to the name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. user_data-
Type:
gpointerUser data passed to
gaflight_call_options_foreach_header()and so on.The argument can be NULL.The data is owned by the caller of the function.