Signal

PurpleProtocolActions::actions-changed

since: 3.0

Declaration

void
actions_changed (
  PurpleProtocolActions* self,
  PurpleAccount* account,
  gpointer user_data
)

Description [src]

A signal that is emitted to tell interested parties that the actions have changed.

Default handler:

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

Available since: 3.0

Parameters

account

Type: PurpleAccount

The PurpleAccount whose actions changed.

The data is owned by the caller of the function.