From 2afdbd3644e95ae1c52db11f596dbfde6a4cd1a3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 30 Jun 2021 19:40:50 +0000 Subject: [PATCH] icontheme: Fix binding annotation --- gtk/gtkicontheme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 6bbbcf75ef..1d5ff13f5b 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1536,8 +1536,8 @@ gtk_icon_theme_add_search_path (GtkIconTheme *self, /** * gtk_icon_theme_set_resource_path: * @self: a `GtkIconTheme` - * @path: NULL-terminated array of resource paths - * that are searched for icons + * @path: (array zero-terminated=1) (element-type utf8) (nullable): + * NULL-terminated array of resource paths that are searched for icons * * Sets the resource paths that will be looked at when * looking for icons, similar to search paths.