Method

PurpleMediaparam_is_supported

since: 2.8

Declaration [src]

gboolean
purple_media_param_is_supported (
  PurpleMedia* media,
  const gchar* param
)

Description [src]

Checks if given optional parameter is supported by the media backend.

Available since: 2.8

Parameters

param

Type: const gchar*

Name of parameter.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if backend recognizes the parameter, FALSE otherwise.