From: Tomasz Miąsko Date: Thu, 1 Feb 2018 00:00:00 +0000 (+0000) Subject: Widget: Fix doc of default ::keynav-failed handler X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~729 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=494f75b4cf2dcf9a4389ebe120df7d53fa71f8c4;p=gtk4.git Widget: Fix doc of default ::keynav-failed handler https://bugzilla.gnome.org/show_bug.cgi?id=793089 --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 3d66f3e191..e2f1826cbc 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -8351,9 +8351,9 @@ gtk_widget_child_focus (GtkWidget *widget, * navigation outside the widget, e.g. by calling * gtk_widget_child_focus() on the widget’s toplevel. * - * The default ::keynav-failed handler returns %TRUE for + * The default ::keynav-failed handler returns %FALSE for * %GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other - * values of #GtkDirectionType it returns %FALSE. + * values of #GtkDirectionType it returns %TRUE. * * Whenever the default handler returns %TRUE, it also calls * gtk_widget_error_bell() to notify the user of the failed keyboard