From 411b7f12b5aa42060b3d3ce0aeb88545e5955e3c Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 18:21:50 +0200 Subject: [PATCH] gtkicontheme: Fix typo in return annotation --- gtk/gtkicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index a51376cbe6..e7a4006429 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1699,7 +1699,7 @@ gtk_icon_theme_set_theme_name (GtkIconTheme *self, * * Gets the current icon theme name. * - * Returns (transfer full): the current icon theme name, + * Returns: (transfer full): the current icon theme name, */ char * gtk_icon_theme_get_theme_name (GtkIconTheme *self)