Method

PurpleMediaCandidateget_foundation

since: 2.6

Declaration [src]

gchar*
purple_media_candidate_get_foundation (
  PurpleMediaCandidate* candidate
)

Description [src]

Gets the foundation (identifier) from the candidate.

Available since: 2.6

Return value

Type: gchar*

The foundation.

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.