Signal

PurpleProtocolManager::account-actions-changed

since: 3.0

Declaration

void
account_actions_changed (
  PurpleProtocolManager* self,
  PurpleProtocol* protocol,
  PurpleAccount* account,
  gpointer user_data
)

Description [src]

This is a propagation of the PurpleProtocolActions::actions-changed signal and will only be emitted for protocols that implement PurpleProtocolActions.

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 whose actions changed.

The data is owned by the caller of the function.
account

Type: PurpleAccount

The PurpleAccount whose actions changed.

The data is owned by the caller of the function.