Method

PurpleConversationsend

since: 3.0

Declaration [src]

void
purple_conversation_send (
  PurpleConversation* conversation,
  const char* message
)

Description [src]

Sends a message to this conversation. This function calls purple_conversation_send_with_flags() with no additional 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.