Method

PurpleBuddyset_server_alias

Declaration [src]

void
purple_buddy_set_server_alias (
  PurpleBuddy* buddy,
  const char* alias
)

Description [src]

Sets the server alias for a buddy.

Parameters

alias

Type: const char*

The server alias to be set.

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