doc: Syntax fixes

This commit is contained in:
Marco Melorio 2021-07-13 22:53:19 +00:00
parent e7f228e240
commit eacfa2a966

View File

@ -5322,9 +5322,9 @@ gtk_widget_has_visible_focus (GtkWidget *widget)
* toplevel.
*
* This does not mean that the [property@Gtk.Widget:has-focus]
* property is necessarily set; [property@Gtk,Widget:has-focus]
* property is necessarily set; [property@Gtk.Widget:has-focus]
* will only be set if the toplevel widget additionally has the
* global input focus.)
* global input focus.
*
* Returns: %TRUE if the widget is the focus widget.
*/