Function

PurpleMediaCandidatelist_free

since: 2.6

Declaration [src]

void
purple_media_candidate_list_free (
  GList* candidates
)

Description [src]

Frees a GList of PurpleMediaCandidate and its contents.

Available since: 2.6

Parameters

candidates

Type: A list of None

The list of candidates to be freed.

The called function takes ownership of the data, and is responsible for freeing it.