Merge branch 'markand-main-patch-04776' into 'main'

gtk: Missing end of code block

See merge request GNOME/gtk!4902
This commit is contained in:
Emmanuele Bassi 2022-07-26 15:09:28 +00:00
commit c92b27f41b

View File

@ -408,6 +408,7 @@
*
* G_OBJECT_CLASS (foo_widget_parent_class)->dispose (gobject);
* }
* ```
*
* You can access widgets defined in the template using the
* [id@gtk_widget_get_template_child] function, but you will typically declare