Method
PurpleMediaManagerget_element_info
Declaration [src]
PurpleMediaElementInfo*
purple_media_manager_get_element_info (
PurpleMediaManager* manager,
const gchar* name
)
Parameters
name |
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
Returns: | PurpleMediaElementInfo |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |