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