Signal

PurpleProtocolManager::registered

since: 3.0

Declaration

void
registered (
  PurpleProtocolManager* self,
  PurpleProtocol* protocol,
  gpointer user_data
)

Description [src]

Emitted after protocol has been registered in manager.

Default handler:

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

Available since: 3.0

Parameters

protocol

Type: PurpleProtocol

The PurpleProtocol that was registered.

The data is owned by the caller of the function.