Method

Gtk.Shortcut.set_action

Declaration [src]

void
gtk_shortcut_set_action (
  GtkShortcut* self,
  GtkShortcutAction* action
)

Description [src]

Sets the new action for self to be action.

Sets propertyGtk.Shortcut:action

Parameters

action GtkShortcutAction
 

The new action. If the action is NULL, the nothing action will be used.

 Can be NULL
 Ownership of the data is transferred to the callee