Method

PurpleMediaManagercreate_output_window

since: 2.6

Declaration [src]

gboolean
purple_media_manager_create_output_window (
  PurpleMediaManager* manager,
  PurpleMedia* media,
  const gchar* session_id,
  const gchar* participant
)

Description [src]

Signals that output windows should be created for the chosen stream.

This shouldn’t be called outside of mediamanager.c and media.c.

Available since: 2.6

Parameters

media

Type: PurpleMedia

Media session the output windows are registered for.

The data is owned by the caller of the function.
session_id

Type: const gchar*

The session the output windows are registered with.

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

Type: const gchar*

The participant the output windows are registered with.

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 it succeeded, FALSE if it failed.