Creates an action that when activated, emits the given action signal on the provided widget.
Returns the name of the signal that will be emitted.
Tries to parse the given string into an action.
Activates the action on the widget with the given args.
Prints the given action into a string for the developer.
Prints the given action into a human-readable string.
A gtk.shortcut.ShortcutAction that emits a signal.
Signals that are used in this way are referred to as keybinding signals, and they are expected to be defined with the G_SIGNAL_ACTION flag.