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 from soup_header_parse_list() or soup_header_parse_quality_list()

The data is owned by the caller of the function.