Method
PurpleMediaManagerremove_output_windows
Declaration [src]
void
purple_media_manager_remove_output_windows (
PurpleMediaManager* manager,
PurpleMedia* media,
const gchar* session_id,
const gchar* participant
)
Parameters
media
-
Type:
PurpleMedia
The media instance the output windows were registered for.
The data is owned by the caller of the function. session_id
-
Type:
const gchar*
The session the output windows were registered for.
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 were registered for.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.