Searched refs:themed_icon (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgthemedicon.c468 GThemedIcon *themed_icon = G_THEMED_ICON (icon); local
475 for (n = 0; themed_icon->names[n] != NULL; n++)
477 g_strdup (themed_icon->names[n]));
H A Dgcontenttype.c209 GIcon *themed_icon; local
250 themed_icon = g_themed_icon_new (name);
258 themed_icon = g_themed_icon_new_with_default_fallbacks (name);
262 return G_ICON (themed_icon);
754 GIcon *themed_icon; local
791 themed_icon = g_themed_icon_new_from_names (icon_names, n);
799 return themed_icon;

Completed in 56 milliseconds