Method

PurpleConnectionset_display_name

since: 2.0

Declaration [src]

void
purple_connection_set_display_name (
  PurpleConnection* gc,
  const char* name
)

Description [src]

Sets the connection’s displayed name.

Available since: 2.0

Parameters

name

Type: const char*

The displayed name.

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