Searched refs:themed1 (Results 1 – 1 of 1) sorted by relevance
449 GThemedIcon *themed1 = G_THEMED_ICON (icon1); 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()