From: David Demelier Date: Tue, 26 Jul 2022 14:52:30 +0000 (+0000) Subject: gtk: Missing end of code block X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~36^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06bec5fb4596b468ac032e58c8066266e5cd8a36;p=gtk4.git gtk: Missing end of code block --- diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 0f36edb72e..003b61f0bd 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -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