Signal

PurpleAccountManager::loaded-from-backend

unstable since: 3.0

Declaration

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

Description [src]

This signal is emitted after accounts have been loaded from the backend.

This will still be emitted 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

The error if one was encountered.

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