Signal

PurpleContacts::added

unstable since: 3.0

Declaration

void
added (
  PurpleContacts* self,
  PurpleContact* contact,
  gpointer user_data
)

Description [src]

Emitted when a contact is added.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

contact

Type: PurpleContact

The contact that was added.

The data is owned by the caller of the function.