gtkicontheme: Fix typo in return annotation

This commit is contained in:
Maximiliano Sandoval 2024-05-25 18:21:50 +02:00
parent 611fcfb1c7
commit 411b7f12b5
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -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)