Method

PurpleXferconversation_write

since: 2.0.0

Declaration [src]

void
purple_xfer_conversation_write (
  PurpleXfer* xfer,
  const gchar* message,
  gboolean is_error
)

Description [src]

Displays a file transfer-related message in the conversation window.

This is a wrapper around purple_conversation_write_system_message.

Available since: 2.0.0

Parameters

message

Type: const gchar*

The message to display.

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

Type: gboolean

Is this an error message?.