Method

PurpleMediaBackendget_available_params

since: 2.8

Declaration [src]

const gchar**
purple_media_backend_get_available_params (
  PurpleMediaBackend* self
)

Description [src]

Gets the list of optional parameters supported by the media backend. The list should NOT be freed.

Available since: 2.8

Return value

Type: An array of utf8

NULL-terminated array of 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.