Method
Gtk.PadController.set_action_entries
Declaration [src]
void
gtk_pad_controller_set_action_entries (
  GtkPadController* controller,
  const GtkPadActionEntry* entries,
  int n_entries
)
Parameters
| entries | An array of GtkPadActionEntry | 
| the action entries to set on  | |
| The length of the array is in the n_entriesargument | |
| Ownership is not transferred to the callee | |
| n_entries | int | 
| the number of elements in  |