Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgthemedicon.c564 GThemedIcon *themed_icon = G_THEMED_ICON (icon); in g_themed_icon_to_tokens() local
571 for (n = 0; themed_icon->names[n] != NULL; n++) in g_themed_icon_to_tokens()
573 g_strdup (themed_icon->names[n])); in g_themed_icon_to_tokens()
615 GThemedIcon *themed_icon = G_THEMED_ICON (icon); in g_themed_icon_serialize() local
617 return g_variant_new ("(sv)", "themed", g_variant_new ("^as", themed_icon->names)); in g_themed_icon_serialize()
Dgcontenttype-win32.c224 GIcon *themed_icon; in g_content_type_get_icon() local
273 themed_icon = g_themed_icon_new (name); in g_content_type_get_icon()
276 return G_ICON (themed_icon); in g_content_type_get_icon()
Dgosxcontenttype.m277 GIcon *themed_icon;
314 themed_icon = g_themed_icon_new_from_names (icon_names, n);
321 return themed_icon;
Dgcontenttype.c524 GIcon *themed_icon; in g_content_type_get_icon_internal() local
558 themed_icon = g_themed_icon_new_from_names (icon_names, n); in g_content_type_get_icon_internal()
563 return themed_icon; in g_content_type_get_icon_internal()