Home
last modified time | relevance | path

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

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-file.c4427 GIcon *icon, *mount_icon = NULL, *emblemed_icon; in caja_file_get_gicon() local
4450 mount_icon = g_mount_get_icon (mount); in caja_file_get_gicon()
4524 mount_icon != NULL) { in caja_file_get_gicon()
4526 icon = mount_icon; in caja_file_get_gicon()
4528 mount_icon != NULL && !g_icon_equal (mount_icon, icon)) { in caja_file_get_gicon()
4531 emblem = g_emblem_new (mount_icon); in caja_file_get_gicon()
4536 g_object_unref (mount_icon); in caja_file_get_gicon()
4539 } else if (mount_icon != NULL) { in caja_file_get_gicon()
4540 g_object_unref (mount_icon); in caja_file_get_gicon()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file.c4417 GIcon *icon, *mount_icon = NULL, *emblemed_icon; in nemo_file_get_gicon() local
4441 mount_icon = g_mount_get_icon (mount); in nemo_file_get_gicon()
4502 mount_icon != NULL) { in nemo_file_get_gicon()
4504 icon = mount_icon; in nemo_file_get_gicon()
4506 mount_icon != NULL && !g_icon_equal (mount_icon, icon)) { in nemo_file_get_gicon()
4508 emblem = g_emblem_new (mount_icon); in nemo_file_get_gicon()
4513 g_object_unref (mount_icon); in nemo_file_get_gicon()
4516 } else if (mount_icon != NULL) { in nemo_file_get_gicon()
4517 g_object_unref (mount_icon); in nemo_file_get_gicon()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file.c4618 GIcon *mount_icon; in get_mount_icon() local
4621 mount_icon = NULL; in get_mount_icon()
4625 mount_icon = g_mount_get_icon (mount); in get_mount_icon()
4629 return mount_icon; in get_mount_icon()