Method

PurpleXferset_remote_user

since: 3.0.0

Declaration [src]

void
purple_xfer_set_remote_user (
  PurpleXfer* xfer,
  const char* who
)

Description [src]

Sets the name of the remote user.

Available since: 3.0.0

Parameters

who

Type: const char*

The name of the remote user.

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