Method

PurpleBuddyset_local_alias

since: 3.0

Declaration [src]

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

Description [src]

Sets the local alias for the buddy.

Available since: 3.0

Parameters

alias

Type: const char*

The local alias for the buddy.

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