Method

PurpleConversationMemberis_account

unstable since: 3.0

Declaration [src]

gboolean
purple_conversation_member_is_account (
  PurpleConversationMember* member,
  PurpleAccount* account
)

Description [src]

Checks if the conversation member is for the given account.

This is a helper for checking if PurpleAccount:contact-info is the same as PurpleConversationMember:contact-info.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account to check.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

True if the conversation member is for the given account.