summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-06 17:22:24 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-06 17:25:13 +0200
commit5a6ce161425f0ed50c27513c1e60d93f6fcda761 (patch)
tree4c6d83a0ada852c4416b3207efc8d3f3a26d4780
parentc3ebf6cdca10941b6c64e93067bf3b64419b8c0e (diff)
downloadglib-5a6ce161425f0ed50c27513c1e60d93f6fcda761.tar.gz
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.
-rw-r--r--gio/gicon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gio/gicon.c b/gio/gicon.c
index f1a4a2931..cd69922f1 100644
--- a/gio/gicon.c
+++ b/gio/gicon.c
@@ -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.
*