projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccfe889
)
| domain | current | suggestion |
author
Cam Cook
<cam.cook@linux.com>
Sun, 27 Nov 2022 11:30:30 +0000
(06:30 -0500)
committer
Cam Cook
<cam.cook@linux.com>
Sun, 27 Nov 2022 11:30:30 +0000
(06:30 -0500)
|--------|---------|------------|
| [GtkGridView](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkgridview.c#L1241) | "Sets the imodel to use." | "Sets the model to use." |
gtk/gtkgridview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgridview.c
b/gtk/gtkgridview.c
index 13bc1578c7bf7bf09eeab3df23d3b5b5ef84da54..2d91fd5096e1a6df0f9770e278762280fcc2ee6d 100644
(file)
--- a/
gtk/gtkgridview.c
+++ b/
gtk/gtkgridview.c
@@
-1238,7
+1238,7
@@
gtk_grid_view_get_model (GtkGridView *self)
* @self: a `GtkGridView`
* @model: (nullable) (transfer none): the model to use
*
- * Sets the
i
model to use.
+ * Sets the model to use.
*
* This must be a [iface@Gtk.SelectionModel].
*/