summaryrefslogtreecommitdiff
path: root/gtk/gtkbuildable.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-12-02 19:59:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-12-02 19:59:44 -0500
commitab9e99218f8c5877b52b5eb61822ddb882294e8b (patch)
tree626a4df631e6d5e56b4f4dd1ae5b0f9949f2e8a1 /gtk/gtkbuildable.h
parent714c610d6b148f891853c3fe501f4489f6564049 (diff)
downloadgtk+-ab9e99218f8c5877b52b5eb61822ddb882294e8b.tar.gz
docs: Remove mentions of <accelerator>
That is no longer supported, keyboard shortcuts are done with GtkShortcut now. Fixes: #3429
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r--gtk/gtkbuildable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h
index 058845caba..b446b570b9 100644
--- a/gtk/gtkbuildable.h
+++ b/gtk/gtkbuildable.h
@@ -110,8 +110,8 @@ struct _GtkBuildableParser
* @custom_tag_start: Implement this if the buildable needs to parse
* content below <child>. To handle an element, the implementation
* must fill in the @parser and @user_data and return %TRUE.
- * #GtkWidget implements this to parse keyboard accelerators specified
- * in <accelerator> elements.
+ * #GtkWidget implements this to parse accessible attributes specified
+ * in <accessibility> elements.
* Note that @user_data must be freed in @custom_tag_end or @custom_finished.
* @custom_tag_end: Called for the end tag of each custom element that is
* handled by the buildable (see @custom_tag_start).