Searched refs:themed2 (Results 1 – 1 of 1) sorted by relevance
450 GThemedIcon *themed2 = G_THEMED_ICON (icon2); in g_themed_icon_equal() local453 for (i = 0; themed1->names[i] != NULL && themed2->names[i] != NULL; i++) in g_themed_icon_equal()455 if (!g_str_equal (themed1->names[i], themed2->names[i])) in g_themed_icon_equal()459 return themed1->names[i] == NULL && themed2->names[i] == NULL; in g_themed_icon_equal()