[glib: 4/5] gicon: Do not mark g_icon_to_string() as to_tokens() invoker




commit 5a6ce161425f0ed50c27513c1e60d93f6fcda761
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu Oct 6 17:22:24 2022 +0200

    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.

 gio/gicon.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gio/gicon.c b/gio/gicon.c
index f1a4a29313..cd69922f14 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.
  *


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