Method

PurpleMediaManagerremove_output_window

since: 2.6

Declaration [src]

gboolean
purple_media_manager_remove_output_window (
  PurpleMediaManager* manager,
  gulong output_window_id
)

Description [src]

Remove a previously registered output window.

Available since: 2.6

Parameters

output_window_id

Type: gulong

The ID of the output window.

Return value

Type: gboolean

TRUE if it found the output window and was successful, else FALSE.