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

a

Type: PurpleAccount

The first instance.

The argument can be NULL.
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.