#ifndef NAUTILUS_ICON_NAMES_H #define NAUTILUS_ICON_NAMES_H /* Icons for places */ #define NAUTILUS_ICON_COMPUTER "computer" #define NAUTILUS_ICON_DESKTOP "user-desktop" #define NAUTILUS_ICON_FILESYSTEM "drive-harddisk" #define NAUTILUS_ICON_FOLDER "folder" #define NAUTILUS_ICON_FOLDER_REMOTE "folder-remote" #define NAUTILUS_ICON_HOME "user-home" #define NAUTILUS_ICON_NETWORK "network-workgroup" #define NAUTILUS_ICON_NETWORK_SERVER "network-server" #define NAUTILUS_ICON_SEARCH "system-search" #define NAUTILUS_ICON_TRASH "user-trash" #define NAUTILUS_ICON_TRASH_FULL "user-trash-full" /* Icons for emblems */ #define NAUTILUS_ICON_EMBLEM_READONLY "emblem-readonly" #define NAUTILUS_ICON_EMBLEM_UNREADABLE "emblem-unreadable" #define NAUTILUS_ICON_EMBLEM_SYMLINK "emblem-symbolic-link" /* Other icons */ #define NAUTILUS_ICON_TEMPLATE "text-x-generic-template" /* Icons not provided by fd.o naming spec or nautilus itself */ #define NAUTILUS_ICON_BURN "nautilus-cd-burner" #endif /* NAUTILUS_ICON_NAMES_H */