Method

PurpleActionMenuset_data

since: 3.0

Declaration [src]

void
purple_action_menu_set_data (
  PurpleActionMenu* act,
  gpointer data
)

Description [src]

Set the label to the PurpleActionMenu.

Available since: 3.0

Parameters

data

Type: gpointer

The data used by this PurpleActionMenu.

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