summaryrefslogtreecommitdiff
path: root/gtk/gtkfilter.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-18 17:05:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 19:17:49 -0400
commit8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch)
treebb493f2acbf893de29db9e393a4f364b7dd05ac2 /gtk/gtkfilter.c
parentab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff)
downloadgtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz
Documentation fixes
Mostly fixing up indentation of continuation lines, and other small cleanups.
Diffstat (limited to 'gtk/gtkfilter.c')
-rw-r--r--gtk/gtkfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilter.c b/gtk/gtkfilter.c
index 27c4d1bfe7..ca6e0e9463 100644
--- a/gtk/gtkfilter.c
+++ b/gtk/gtkfilter.c
@@ -122,7 +122,7 @@ gtk_filter_init (GtkFilter *self)
* Checks if the given @item is matched by the filter or not.
*
* Returns: %TRUE if the filter matches the item and a filter model should
- * keep it, %FALSE if not.
+ * keep it, %FALSE if not.
*/
gboolean
gtk_filter_match (GtkFilter *self,