Method

XemeStanzaget_xml_lang

since: 0.1

Declaration [src]

const char*
xeme_stanza_get_xml_lang (
  XemeStanza* stanza
)

Description [src]

Gets the XML Lang of stanza.

Available since: 0.1

Gets propertyXeme.Stanza:xml-lang

Return value

Type: const char*

The XML lang of stanza.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.