Method

XemeMessageadd_subject

unstable since: 0.1

Declaration [src]

void
xeme_message_add_subject (
  XemeMessage* message,
  const char* language,
  const char* content
)

Description [src]

Add a subject to the message.

If a subject already exists with language, it will be replaced with the new content.

Available since: 0.1

Parameters

language

Type: const char*

The language.

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

Type: const char*

The content.

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