Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dg-icon.c391 GIcon *icon1, *icon2, *icon3, *icon4; in test_themed_icon() local
398 icon1 = g_themed_icon_new ("testicon"); in test_themed_icon()
400 g_object_get (icon1, "use-default-fallbacks", &fallbacks, NULL); in test_themed_icon()
403 names = g_themed_icon_get_names (G_THEMED_ICON (icon1)); in test_themed_icon()
408 g_themed_icon_prepend_name (G_THEMED_ICON (icon1), "first-symbolic"); in test_themed_icon()
409 g_themed_icon_append_name (G_THEMED_ICON (icon1), "last"); in test_themed_icon()
410 names = g_themed_icon_get_names (G_THEMED_ICON (icon1)); in test_themed_icon()
418 g_assert_cmpuint (g_icon_hash (icon1), ==, 1812785139); in test_themed_icon()
421 g_assert (g_icon_equal (icon1, icon2)); in test_themed_icon()
434 g_object_unref (icon1); in test_themed_icon()
[all …]
/third_party/glib/gio/
Dgicon.c116 g_icon_equal (GIcon *icon1, in g_icon_equal() argument
121 if (icon1 == NULL && icon2 == NULL) in g_icon_equal()
124 if (icon1 == NULL || icon2 == NULL) in g_icon_equal()
127 if (G_TYPE_FROM_INSTANCE (icon1) != G_TYPE_FROM_INSTANCE (icon2)) in g_icon_equal()
130 iface = G_ICON_GET_IFACE (icon1); in g_icon_equal()
132 return (* iface->equal) (icon1, icon2); in g_icon_equal()
Dgicon.h68 gboolean (* equal) (GIcon *icon1,
87 gboolean g_icon_equal (GIcon *icon1,
Dgbytesicon.c192 g_bytes_icon_equal (GIcon *icon1, in g_bytes_icon_equal() argument
195 GBytesIcon *bytes1 = G_BYTES_ICON (icon1); in g_bytes_icon_equal()
Dgemblem.c267 g_emblem_equal (GIcon *icon1, in g_emblem_equal() argument
270 GEmblem *emblem1 = G_EMBLEM (icon1); in g_emblem_equal()
Dgfileicon.c210 g_file_icon_equal (GIcon *icon1, in g_file_icon_equal() argument
213 GFileIcon *file1 = G_FILE_ICON (icon1); in g_file_icon_equal()
Dgemblemedicon.c283 g_emblemed_icon_equal (GIcon *icon1, in g_emblemed_icon_equal() argument
286 GEmblemedIcon *emblemed1 = G_EMBLEMED_ICON (icon1); in g_emblemed_icon_equal()
Dgthemedicon.c542 g_themed_icon_equal (GIcon *icon1, in g_themed_icon_equal() argument
545 GThemedIcon *themed1 = G_THEMED_ICON (icon1); in g_themed_icon_equal()