Method

PurpleMediaCandidateget_username

since: 2.6

Declaration [src]

gchar*
purple_media_candidate_get_username (
  PurpleMediaCandidate* candidate
)

Description [src]

Gets the username. This can be NULL. It depends on the transmission type.

Available since: 2.6

Return value

Type: gchar*

The username.

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.