diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-06-22 16:31:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-06-22 17:03:51 -0400 |
commit | 35a88c144008f0ccac87ce85d17e32d76c23250b (patch) | |
tree | 043da04397df9d5cac42603eef037b2ad62647f1 /docs | |
parent | d1f4068b9471184bd431f04b87c3201fd721d898 (diff) | |
download | gtk+-35a88c144008f0ccac87ce85d17e32d76c23250b.tar.gz |
widget: Rename a function
set_enabled is shorter and more to the point
than enabled_changed, now that we no longer have
a callback to query the state.
Adapt all callers.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 8f3d7a9f02..6d93fc0ebf 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -4633,7 +4633,7 @@ GtkWidgetActionActivateFunc gtk_widget_class_install_action gtk_widget_class_install_property_action gtk_widget_class_query_action -gtk_widget_action_enabled_changed +gtk_widget_action_set_enabled <SUBSECTION Standard> GTK_WIDGET |