Method

PurpleMediaerror

since: 2.6

Declaration [src]

void
purple_media_error (
  PurpleMedia* media,
  const gchar* error,
  ...
)

Description [src]

Signals an error in the media session.

Available since: 2.6

This method is not directly available to language bindings.

Parameters

error

Type: const gchar*

The format of the error message to send in the signal.

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

Type: 

The arguments to plug into the format.