Function
SoupMessageHeadersForeachFunc
Declaration
void
(* SoupMessageHeadersForeachFunc) (
const char* name,
const char* value,
gpointer user_data
)
Parameters
name |
const char* |
The header name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
value |
const char* |
The header value. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
user_data |
gpointer |
The data passed to |