Method

PurpleConversationMemberget_badges

unstable since: 3.0

Declaration [src]

PurpleBadges*
purple_conversation_member_get_badges (
  PurpleConversationMember* member
)

Description [src]

Gets the PurpleBadges from member.

This is generally used by user interfaces to display the badges, and protocols will update the badges as necessary. That said, nothing is stopping plugins from adding their own.

Available since: 3.0

Return value

Type: PurpleBadges

The badges.

The returned data is owned by the instance.