ActionMapIF.addActionEntries

A convenience function for creating multiple GSimpleAction instances and adding them to a GActionMap. Each action is constructed as per one GActionEntry. Since 2.32

interface ActionMapIF
void
addActionEntries

Parameters

entries GActionEntry[]

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

userData void*

the user data for signal connections

Meta