Function
Soupheader_free_list
since: 3.0
Declaration [src]
void
soup_header_free_list (
GSList* list
)
Description [src]
Frees list
.
Available since: 3.0
This function is not directly available to language bindings.
Parameters
list
-
Type: A list of
gpointer
A
GSList
returned fromsoup_header_parse_list()
orsoup_header_parse_quality_list()
The data is owned by the caller of the function.