79328330

Date: 2025-01-04 05:54:32
Score: 0.5
Natty:
Report link

install_action is a class method. It's for adding an action to every instance of a class.

You probably want insert_action_group. You create an action group, such as a Gio.SimpleActionGroup, add your actions to it, then add it to the widget.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): is a
  • High reputation (-1):
Posted by: James Westman