Method

PurpleConversationsend_with_flags

since: 3.0

Declaration [src]

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

Description [src]

Sends a message to this conversation with specified flags.

Available since: 3.0

Parameters

message

Type: const char*

The message to send.

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

Type: PurpleMessageFlags

The PurpleMessageFlags to use in addition to PURPLE_MESSAGE_SEND.