Home
last modified time | relevance | path

Searched refs:G_ICON_SERIALIZATION_MAGIC0 (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgicon.c39 #define G_ICON_SERIALIZATION_MAGIC0 ". " macro
263 s = g_string_new (G_ICON_SERIALIZATION_MAGIC0); in g_icon_to_string()
456 if (g_str_has_prefix (str, G_ICON_SERIALIZATION_MAGIC0)) in g_icon_new_for_string()
461 tokens = g_strsplit (str + sizeof (G_ICON_SERIALIZATION_MAGIC0) - 1, " ", 0); in g_icon_new_for_string()