Method

PurpleMediaManagerget_element_info

Declaration [src]

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

Description

No description available.

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.