Home
last modified time | relevance | path

Searched refs:themed2 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgthemedicon.c546 GThemedIcon *themed2 = G_THEMED_ICON (icon2); in g_themed_icon_equal() local
549 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()