When looking at `gtk_widget_class_install_action()`, it isn't
immediately obvious how actions can be enabled or disabled. Add a
reference to the `gtk_widget_action_set_enabled()` method so people have
a quick link to that.
* actions to be added for all instances of this class.
*
* Actions installed by this function are stateless. The only state
- * they have is whether they are enabled or not.
+ * they have is whether they are enabled or not (which can be changed with
+ * [method@Gtk.Widget.action_set_enabled]).
*/
void
gtk_widget_class_install_action (GtkWidgetClass *widget_class,