Virtual Method

PurpleProtocolClientblist_node_menu

since: 3.0.0

Declaration [src]

GList*
blist_node_menu (
  PurpleProtocolClient* client,
  PurpleBlistNode* node
)

Description [src]

Gets a list of PurpleActionMenu structs, which represent extra actions to be shown in (for example) the right-click menu for node.

Available since: 3.0.0

Parameters

node

Type: PurpleBlistNode

The PurpleBlistNode instance.

The data is owned by the caller of the function.

Return value

Type: A list of PurpleActionMenu*

The list of PurpleActionMenu structs to display for node.

The caller of the function takes ownership of the data, and is responsible for freeing it.