Method
PurpleConversationMemberget_alias
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_conversation_member_get_alias (
PurpleConversationMember* member
)
[−]
Description [src]
Gets the alias of a member.
Available since: 3.0
Gets property | Purple.ConversationMember:alias |
[−]
Return value
Type: const char*
The alias.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |