Method

XemeMessageremove_subject

unstable since: 0.1

Declaration [src]

gboolean
xeme_message_remove_subject (
  XemeMessage* message,
  const char* language
)

Description [src]

Removes the subject with given language.

Available since: 0.1

Parameters

language

Type: const char*

The language.

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

Return value

Type: gboolean

True if a subject was found and removed.