summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-06 04:48:30 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-06 17:25:13 +0200
commit7ea5e4c29359ad2624cdec7ca86d26cc610b685b (patch)
tree377944ef0fc255fc8430f42ffc8596f8af5e3fa1
parent19cfc55847e694849080c88f824bdf2ab0d4d606 (diff)
downloadglib-7ea5e4c29359ad2624cdec7ca86d26cc610b685b.tar.gz
gicon: Force g_icon_hash argument to be Gio.Icon for bindings
-rw-r--r--gio/gicon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gicon.c b/gio/gicon.c
index ae0e4eb98..16460ceb4 100644
--- a/gio/gicon.c
+++ b/gio/gicon.c
@@ -85,7 +85,7 @@ g_icon_default_init (GIconInterface *iface)
/**
* g_icon_hash:
- * @icon: (not nullable): #gconstpointer to an icon object.
+ * @icon: (not nullable) (type Gio.Icon): #gconstpointer to an icon object.
*
* Gets a hash for an icon.
*