Method

PurpleContactequal

unstable since: 3.0

Declaration [src]

gboolean
purple_contact_equal (
  PurpleContact* a,
  PurpleContact* b
)

Description [src]

Checks two PurpleContact objects for equality.

Available since: 3.0

Parameters

b

Type: PurpleContact

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.