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

/external/bluetooth/glib/gio/
H A Dgthemedicon.c149 GThemedIcon *themed = G_THEMED_ICON (object); local
151 g_return_if_fail (themed->names != NULL && themed->names[0] != NULL);
153 if (themed->use_default_fallbacks)
160 p = themed->names[0];
168 last = g_strdup (themed->names[0]);
170 g_strfreev (themed->names);
172 themed->names = g_new (char *, dashes + 1 + 1);
173 themed->names[i++] = last;
176 themed
185 GThemedIcon *themed; local
256 g_themed_icon_init(GThemedIcon *themed) argument
433 GThemedIcon *themed = G_THEMED_ICON (icon); local
[all...]

Completed in 34 milliseconds