add_entries
Description:
[ Version ( deprecated = true ,  deprecated_since = "2.38" ,  since = "2.30" ) ]
public void add_entries (ActionEntry[] entries, void* user_data)
  public void add_entries (ActionEntry[] entries, void* user_data)
Warning: add_entries is deprecated since 2.38.
A convenience function for creating multiple SimpleAction instances and adding them to the action group.
Note: 
      
    
    Parameters:
| this | |
| entries | a pointer to the first item in an array of ActionEntry structs | 
| user_data | the user data for signal connections | 
| n_entries | the length of  |