Searched refs:themed_icon (Results 1 – 4 of 4) sorted by relevance
564 GThemedIcon *themed_icon = G_THEMED_ICON (icon); in g_themed_icon_to_tokens() local571 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() local617 return g_variant_new ("(sv)", "themed", g_variant_new ("^as", themed_icon->names)); in g_themed_icon_serialize()
224 GIcon *themed_icon; in g_content_type_get_icon() local273 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()
277 GIcon *themed_icon;314 themed_icon = g_themed_icon_new_from_names (icon_names, n);321 return themed_icon;
524 GIcon *themed_icon; in g_content_type_get_icon_internal() local558 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()