Method

XemeStanzaset_xml_lang

since: 0.1

Declaration [src]

void
xeme_stanza_set_xml_lang (
  XemeStanza* stanza,
  const char* xml_lang
)

Description [src]

Sets the XML Lang of stanza.

Available since: 0.1

Sets propertyXeme.Stanza:xml-lang

Parameters

xml_lang

Type: const char*

The new XML Lang.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.