SimpleActionGroup.addEntries

Warning g_simple_action_group_add_entries has been deprecated since version 2.38 and should not be used in newly-written code. Use g_action_map_add_action_entries() A convenience function for creating multiple GSimpleAction instances and adding them to the action group. Since 2.30

class SimpleActionGroup
void
addEntries

Parameters

entries GActionEntry[]

a pointer to the first item in an array of GActionEntry structs. [array length=n_entries]

userData void*

the user data for signal connections

Meta