Method

PurpleSavedPresenceequal

since: 3.0

Declaration [src]

gboolean
purple_saved_presence_equal (
  PurpleSavedPresence* a,
  PurpleSavedPresence* b
)

Description [src]

Checks if a is equal to b. This is done by checking each property for equality.

Available since: 3.0

Parameters

b

Type: PurpleSavedPresence

The second instance.

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

Return value

Type: gboolean

TRUE if a is equal to b, otherwise FALSE.