Method

PurpleRequestFieldAccountmatch

since: 3.0

Declaration [src]

gboolean
purple_request_field_account_match (
  PurpleRequestFieldAccount* field,
  PurpleAccount* account
)

Description [src]

Returns whether the specified account is matched by the filter or not.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account to check.

The data is owned by the caller of the function.

Return value

Type: gboolean

Whether or not to show the account.