Method
XemeMessageadd_subject
since: 0.1
Declaration [src]
void
xeme_message_add_subject (
XemeMessage* message,
const char* language,
const char* content
)
Description [src]
Add content
as a subject to message
. If a subject already exists with
language
, it will be replaced by the new content
.
Available since: 0.1
Parameters
language
-
Type:
const char*
The value for the xml:lang tag.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. content
-
Type:
const char*
The content.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.