Method

PurpleChatUserget_name

since: 3.0

Declaration [src]

const gchar*
purple_chat_user_get_name (
  PurpleChatUser* chat_user
)

Description [src]

Get the name of a chat user.

Available since: 3.0

Gets propertyPurple.ChatUser:name

Return value

Type: const gchar*

The name of the chat user.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.