mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Merge branch 'nielsdg/set-action-enabled-doc-ref' into 'main'
widget: mention action_set_enabled in install_action See merge request GNOME/gtk!5524
This commit is contained in:
commit
b261f7f533
@ -12598,7 +12598,8 @@ gtk_widget_class_add_action (GtkWidgetClass *widget_class,
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user