projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0be85c
)
gtk: Missing end of code block
author
David Demelier
<markand@malikania.fr>
Tue, 26 Jul 2022 14:52:30 +0000
(14:52 +0000)
committer
David Demelier
<markand@malikania.fr>
Tue, 26 Jul 2022 14:52:30 +0000
(14:52 +0000)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 0f36edb72e3e11dd9fb5a4387abdfa2edec91744..003b61f0bd455aeb7042c3c5cbdbf47b48daede0 100644
(file)
--- 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