Method

PurpleMediaElementInfoget_name

since: 2.6

Declaration [src]

gchar*
purple_media_element_info_get_name (
  PurpleMediaElementInfo* info
)

Description [src]

Gets the name of info.

Available since: 2.6

Return value

Type: gchar*

The name of info.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.