Function

PurpleMediaCodeclist_copy

since: 2.6

Declaration [src]

GList*
purple_media_codec_list_copy (
  GList* codecs
)

Description [src]

Copies a GList of PurpleMediaCodec and its contents.

Available since: 2.6

Parameters

codecs

Type: A list of None

The list of codecs to be copied.

The data is owned by the caller of the function.

Return value

Type: A list of None

The copy of the codec list.

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