projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6392c
)
sectionmodel: Fix GIR comment for sections-changed
author
Niels De Graef
<nielsdegraef@gmail.com>
Thu, 13 Jul 2023 23:03:21 +0000
(
01:03
+0200)
committer
Niels De Graef
<nielsdegraef@gmail.com>
Thu, 13 Jul 2023 23:03:21 +0000
(
01:03
+0200)
Make sure to end the signal name with a colon so GIR recognizes the
signal. This should also fix the problem that the documentation for that
signal is currently missing in the rendered gi-docgen output.
gtk/gtksectionmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtksectionmodel.c
b/gtk/gtksectionmodel.c
index 5e9c2eb10eccc6bd2e8de9f42b08a16dc6de6fc4..e3684fc4ea08fedb984ad0dad2c96828467b84f1 100644
(file)
--- a/
gtk/gtksectionmodel.c
+++ b/
gtk/gtksectionmodel.c
@@
-78,7
+78,7
@@
gtk_section_model_default_init (GtkSectionModelInterface *iface)
iface->get_section = gtk_section_model_default_get_section;
/**
- * GtkSectionModel::sections-changed
+ * GtkSectionModel::sections-changed
:
* @model: a `GtkSectionModel`
* @position: The first item that may have changed
* @n_items: number of items with changes