Method

PurpleMediaElementInfoget_id

since: 2.6

Declaration [src]

gchar*
purple_media_element_info_get_id (
  PurpleMediaElementInfo* info
)

Description [src]

Gets the identifier from info.

Available since: 2.6

Return value

Type: gchar*

The identifier.

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.