Method

XemeStanzaset_content_type

since: 0.1

Declaration [src]

void
xeme_stanza_set_content_type (
  XemeStanza* stanza,
  const char* content_type
)

Description [src]

Sets the content type of stanza.

Available since: 0.1

Parameters

content_type

Type: const char*

The new content type for the stanza.

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