Signal

PurpleMedia::stream-info

Declaration

void
stream_info (
  PurpleMedia* self,
  PurpleMediaInfoType type,
  gchar* session_id,
  gchar* participant,
  gboolean local,
  gpointer user_data
)

Description [src]

Emitted when information about the stream is available.

Default handler:

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

Parameters

type

Type: PurpleMediaInfoType

The type of the media.

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.
participant

Type: gchar*

The participant.

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

Type: gboolean

Whether this request originated from the libpurple user.