HomeSort by relevance Sort by last modified time
    Searched refs:themed_icon (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gthemedicon.c 468 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]));
gcontenttype.c 209 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;
    [all...]

Completed in 85 milliseconds