Method

PurpleProtocolget_action_menu

unstable since: 3.0

Declaration [src]

BirbActionMenu*
purple_protocol_get_action_menu (
  PurpleProtocol* protocol,
  PurpleAccount* account
)

Description [src]

Gets a BirbActionMenu for account.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account.

The data is owned by the caller of the method.

Return value

Type: BirbActionMenu

The new action menu or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.