mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
gicon: Do not mark g_icon_to_string() as to_tokens() invoker
That's not strictly true as they've different signature, and this leads to some introspection and documentation errors.
This commit is contained in:
parent
c3ebf6cdca
commit
5a6ce16142
@ -204,7 +204,6 @@ g_icon_to_string_tokenized (GIcon *icon, GString *s)
|
||||
* - If @icon is a #GThemedIcon with exactly one name and no fallbacks,
|
||||
* the encoding is simply the name (such as `network-server`).
|
||||
*
|
||||
* Virtual: to_tokens
|
||||
* Returns: (nullable): An allocated NUL-terminated UTF8 string or
|
||||
* %NULL if @icon can't be serialized. Use g_free() to free.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user