add_toggle_actions_full
Description:
[ Version ( since = "2.4" ) ]
public void add_toggle_actions_full (ToggleActionEntry[] entries, void* user_data, DestroyNotify? destroy)
public void add_toggle_actions_full (ToggleActionEntry[] entries, void* user_data, DestroyNotify? destroy)
This variant of add_toggle_actions adds a
DestroyNotify callback for user_data.
Parameters:
| this |
the action group |
| entries |
an array of toggle action descriptions |
| user_data |
data to pass to the action callbacks |
| destroy |
destroy notification callback for |
| n_entries |
the number of entries |