Method

PurpleMetaContacton_account

Declaration [src]

gboolean
purple_meta_contact_on_account (
  PurpleMetaContact* contact,
  PurpleAccount* account
)

Description [src]

Determines whether an account owns any buddies in a given contact.

Parameters

account

Type: PurpleAccount

The account.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if there are any buddies from account in the contact, or FALSE otherwise.