Merge branch 'window-set-focus-docstring-fix' into 'gtk-3-24'

window: Fix docstring formatting on 'set-focus' signal

See merge request GNOME/gtk!1677
This commit is contained in:
Matthias Clasen 2020-04-12 22:50:07 +00:00
commit e51cfe2349

View File

@ -1134,7 +1134,7 @@ gtk_window_class_init (GtkWindowClass *klass)
20, GTK_PARAM_READWRITE));
/**
* GtkWindow:set-focus:
* GtkWindow::set-focus:
* @window: the window which received the signal
* @widget: (nullable): the newly focused widget (or %NULL for no focus)
*