Method

PurpleActionMenuset_label

since: 3.0

Declaration [src]

void
purple_action_menu_set_label (
  PurpleActionMenu* act,
  const gchar* label
)

Description [src]

Set the label to the PurpleActionMenu.

Available since: 3.0

Parameters

label

Type: const gchar*

The label for the menu action.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.