Method

PurpleConversationwrite_system_message

since: 3.0

Declaration [src]

void
purple_conversation_write_system_message (
  PurpleConversation* conversation,
  const char* message,
  PurpleMessageFlags flags
)

Description [src]

Writes a system message to a chat or an IM.

Available since: 3.0

Parameters

message

Type: const char*

The message to write.

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

Type: PurpleMessageFlags

The message flags (you don’t need to set PURPLE_MESSAGE_SYSTEM.