Method

PurpleProtocolActionschanged

since: 3.0

Declaration [src]

void
purple_protocol_actions_changed (
  PurpleProtocolActions* actions,
  PurpleAccount* account
)

Description [src]

Emits the PurpleProtocolActions::actions-changed signal. This is meant to be called by PurpleProtocolActions implementations when actions have changed.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The PurpleAccount whose actions changed.

The data is owned by the caller of the function.