docs: Add missing description for GtkWidget::move-focus

This commit is contained in:
Emmanuele Bassi 2020-12-16 15:59:35 +00:00
parent 9fa4c2f5b8
commit fb93baeae4

View File

@ -1535,7 +1535,9 @@ gtk_widget_class_init (GtkWidgetClass *klass)
/**
* GtkWidget::move-focus:
* @widget: the object which received the signal.
* @direction:
* @direction: the direction of the focus move
*
* Emitted when the focus is moved.
*/
widget_signals[MOVE_FOCUS] =
g_signal_new (I_("move-focus"),