Method

PurpleBuddyset_name

Declaration [src]

void
purple_buddy_set_name (
  PurpleBuddy* buddy,
  const char* name
)

Description [src]

Sets a buddy’s name.

Sets propertyPurple.Buddy:name

Parameters

name

Type: const char*

The name.

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