Method

PurpleMediaget_available_params

since: 2.8

Declaration [src]

const gchar**
purple_media_get_available_params (
  PurpleMedia* media
)

Description [src]

Gets the list of optional parameters supported by the media backend.

The list is owned by the PurpleMedia internals and should NOT be freed.

Available since: 2.8

Return value

Type: An array of utf8

Names of supported parameters.

The array is NULL-terminated.
The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.