Method

PurpleAccountis_status_active

since: 2.0

Declaration [src]

gboolean
purple_account_is_status_active (
  PurpleAccount* account,
  const char* status_id
)

Description [src]

Returns whether or not an account status is active.

Available since: 2.0

Parameters

status_id

Type: const char*

The status ID.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if active, or FALSE if not.