Method

PurpleConversationsend_confirm

since: 3.0

Declaration [src]

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

Description [src]

Sends a message to a conversation after confirming with the user.

This function is intended for use in cases where the user hasn’t explicitly and knowingly caused a message to be sent. The confirmation ensures that the user isn’t sending a message by mistake.

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.