Function

PurpleMediaCandidatelist_copy

since: 2.6

Declaration [src]

GList*
purple_media_candidate_list_copy (
  GList* candidates
)

Description [src]

Copies a GList of PurpleMediaCandidate and its contents.

Available since: 2.6

Parameters

candidates

Type: A list of None

The list of candidates to be copied.

The data is owned by the caller of the function.

Return value

Type: A list of None

The copy of the candidate list.

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