Method
GtkShortcutset_action
Declaration [src]
void
gtk_shortcut_set_action (
  GtkShortcut* self,
  GtkShortcutAction* action
)
Parameters
- action
- 
            Type: GtkShortcutActionThe new action. If the actionisNULL, the nothing action will be used.The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it.