Method

PurpleMediaManagerenumerate_elements

since: 3.0

Declaration [src]

GList*
purple_media_manager_enumerate_elements (
  PurpleMediaManager* manager,
  PurpleMediaElementType type
)

Description [src]

Enumerates the elements in manager filtered by type.

Available since: 3.0

Parameters

type

Type: PurpleMediaElementType

The type of element infos to get.

Return value

Type: A list of PurpleMediaElementInfo*

A GList of registered PurpleMediaElementInfo instances that match type.

The caller of the method takes ownership of the data container, but not the data inside it.