mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user