Function
ArrowFlightHeaderFunc
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 |
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 |
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 |
gpointer |
User data passed to |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |