mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
gicon: Fix an invalid introspection annotation
`(hash)` is not an annotation — it’s probably a typo for `(virtual hash)`. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
d71d4507b8
commit
2a8b0c2388
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user