Method

PurpleMediaManagerget_element_info

since: 2.6

Declaration [src]

PurpleMediaElementInfo*
purple_media_manager_get_element_info (
  PurpleMediaManager* manager,
  const gchar* name
)

Description [src]

Gets the element info for the element named name in manager.

Available since: 2.6

Parameters

name

Type: const gchar*

The name of the element to get.

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

Return value

Type: PurpleMediaElementInfo

The PurpleMediaElementInfo for name or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.