Method

PurpleConversationequal

unstable since: 3.0

Declaration [src]

gboolean
purple_conversation_equal (
  PurpleConversation* conversation1,
  PurpleConversation* conversation2
)

Description [src]

Checks if two conversations are equal.

Equality is determined if the PurpleConversation:account, PurpleConversation:id, and PurpleConversation:type properties are equal.

Available since: 3.0

Parameters

conversation2

Type: PurpleConversation

The conversation to check.

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

Return value

Type: gboolean

True if the conversations are equal.