Function

PurpleMediaCodeclist_free

since: 2.6

Declaration [src]

void
purple_media_codec_list_free (
  GList* codecs
)

Description [src]

Frees a GList of PurpleMediaCodec and its contents.

Available since: 2.6

Parameters

codecs

Type: A list of None

The list of codecs to be freed.

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