ActionGroup.addToggleActionsFull

Warning gtk_action_group_add_toggle_actions_full is deprecated and should not be used in newly-written code. 3.10 This variant of gtk_action_group_add_toggle_actions() adds a GDestroyNotify callback for user_data. Since 2.4

class ActionGroup
void
addToggleActionsFull

Parameters

entries GtkToggleActionEntry[]

an array of toggle action descriptions. [array length=n_entries]

userData void*

data to pass to the action callbacks

destroy GDestroyNotify

destroy notification callback for user_data

Meta