Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgosxcontenttype.m275 char *icon_names[6];
290 icon_names[n++] = g_strdup (xdg_icon);
296 icon_names[n++] = mimetype_icon;
301 icon_names[n++] = generic_mimetype_icon;
307 icon_names[n + i] = icon_names[i];
308 icon_names[i] = g_strconcat (icon_names[i], "-symbolic", NULL);
314 themed_icon = g_themed_icon_new_from_names (icon_names, n);
317 g_free (icon_names[i]);
Dgcontenttype.c522 char *icon_names[6]; in g_content_type_get_icon_internal() local
535 icon_names[n++] = g_strdup (xdg_icon); in g_content_type_get_icon_internal()
541 icon_names[n++] = mimetype_icon; in g_content_type_get_icon_internal()
545 icon_names[n++] = generic_mimetype_icon; in g_content_type_get_icon_internal()
551 icon_names[n + i] = icon_names[i]; in g_content_type_get_icon_internal()
552 icon_names[i] = g_strconcat (icon_names[i], "-symbolic", NULL); in g_content_type_get_icon_internal()
558 themed_icon = g_themed_icon_new_from_names (icon_names, n); in g_content_type_get_icon_internal()
561 g_free (icon_names[i]); in g_content_type_get_icon_internal()
Dgfdonotificationbackend.c318 const gchar* const* icon_names = g_themed_icon_get_names(G_THEMED_ICON (icon)); in call_notify() local
321 g_variant_new_string (icon_names[0])); in call_notify()