Signal

PurpleContactManager::loaded-from-backend

unstable since: 3.0

Declaration

void
loaded_from_backend (
  PurpleContactManager* self,
  GError* error,
  gpointer user_data
)

Description [src]

Emitted when the contacts and people have been loaded from the backend.

This will always be emitted even if there is no backend.

Default handler:

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

Available since: 3.0

Parameters

error

Type: GError

An error if one was encountered.

The data is owned by the caller of the function.