Method

PurpleAccountequal

unstable since: 3.0

Declaration [src]

gboolean
purple_account_equal (
  PurpleAccount* a,
  PurpleAccount* b
)

Description [src]

Checks two PurpleAccount objects for equality.

Available since: 3.0

Parameters

b

Type: PurpleAccount

The second instance.

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

Return value

Type: gboolean

True if a and b are equal; false otherwise.