Method

PurpleMediaManagerset_active_element

since: 2.6

Declaration [src]

gboolean
purple_media_manager_set_active_element (
  PurpleMediaManager* manager,
  PurpleMediaElementInfo* info
)

Description [src]

Attempts to activate info as the active element.

Available since: 2.6

Parameters

info

Type: PurpleMediaElementInfo

The new element to activate.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if successful, otherwise FALSE.