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