Signal

PurpleMediaBackend::candidates-prepared

Declaration

void
candidates_prepared (
  PurpleMediaBackend* self,
  gchar* session_id,
  gchar* name,
  gpointer user_data
)

Description [src]

Emitted when the candidates have been prepared.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

session_id

Type: gchar*

The session id.

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

Type: gchar*

The name.

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