Method

PidginDisplayItemset_menu

unstable since: 3.0

Declaration [src]

void
pidgin_display_item_set_menu (
  PidginDisplayItem* item,
  GMenuModel* menu
)

Description [src]

Sets the menu for item to menu.

Available since: 3.0

Parameters

menu

Type: GMenuModel

The new menu.

The argument can be NULL.
The data is owned by the caller of the method.