Method
PurpleSavedPresenceequal
unstable 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
a-
Type:
PurpleSavedPresenceThe first instance.
The argument can be NULL. b-
Type:
PurpleSavedPresenceThe second instance.
The argument can be NULL.The data is owned by the caller of the method.