[glib: 2/5] gicon: Force g_icon_hash argument to be Gio.Icon for bindings




commit 7ea5e4c29359ad2624cdec7ca86d26cc610b685b
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Oct 6 04:48:30 2022 +0200

    gicon: Force g_icon_hash argument to be Gio.Icon for bindings

 gio/gicon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gicon.c b/gio/gicon.c
index ae0e4eb98c..16460ceb49 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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]