API版本: 2.0
库版本: 2.83.2
由 gi-docgen 2024.1生成
自: 2.20
gboolean to_tokens ( GIcon* icon, GPtrArray* tokens, gint* out_version )
将icon序列化为字符串标记。当调用g_icon_new_for_string()时可以调用此方法。
icon
g_icon_new_for_string()
tokens
类型: utf8数组
utf8
填充标记的数组。
out_version
类型: gint*
gint*
序列化标记的版本。
类型: gboolean
gboolean
TRUE 如果进行了序列化,否则 FALSE。
TRUE
FALSE