From 2a8b0c2388da0c1cfaa606afcef7691b877ad645 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 29 Nov 2023 11:56:46 +0000 Subject: [PATCH] gicon: Fix an invalid introspection annotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `(hash)` is not an annotation — it’s probably a typo for `(virtual hash)`. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gicon.c b/gio/gicon.c index f79a77a94..4031a7b30 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -83,7 +83,7 @@ g_icon_default_init (GIconInterface *iface) } /** - * g_icon_hash: (hash) + * g_icon_hash: (virtual hash) * @icon: (not nullable) (type Gio.Icon): #gconstpointer to an icon object. * * Gets a hash for an icon.