summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2013-10-15 19:25:30 +0300
committerEric Koegel <eric.koegel@gmail.com>2013-10-19 21:23:17 +0300
commitc460b0acb86791eb7ee9d954fae505589b88a68a (patch)
treeed00a16f9187ac68e25f9210d0d1ee6aeb974f4a /common
parent7fd36c23d7e72cec2721c5324b63ca1e57dd2fef (diff)
downloadxfdesktop-c460b0acb86791eb7ee9d954fae505589b88a68a.tar.gz
More removable device icon types (Bug 4056)
In xfdesktop-settings the removable devices option now has an expander allowing the user to show network shares, devices, or unknown/other volumes (such as mtp devices).
Diffstat (limited to 'common')
-rw-r--r--common/xfdesktop-common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h
index 4dcec738..88e86c5d 100644
--- a/common/xfdesktop-common.h
+++ b/common/xfdesktop-common.h
@@ -53,6 +53,15 @@
#define SINGLE_WORKSPACE_MODE "/backdrop/single-workspace-mode"
#define SINGLE_WORKSPACE_NUMBER "/backdrop/single-workspace-number"
+#define DESKTOP_ICONS_SHOW_THUMBNAILS "/desktop-icons/show-thumbnails"
+#define DESKTOP_ICONS_SHOW_NETWORK_REMOVABLE "/desktop-icons/file-icons/show-network-removable"
+#define DESKTOP_ICONS_SHOW_DEVICE_REMOVABLE "/desktop-icons/file-icons/show-device-removable"
+#define DESKTOP_ICONS_SHOW_UNKNWON_REMOVABLE "/desktop-icons/file-icons/show-unknown-removable"
+#define DESKTOP_ICONS_SHOW_HOME "/desktop-icons/file-icons/show-home"
+#define DESKTOP_ICONS_SHOW_TRASH "/desktop-icons/file-icons/show-trash"
+#define DESKTOP_ICONS_SHOW_FILESYSTEM "/desktop-icons/file-icons/show-filesystem"
+#define DESKTOP_ICONS_SHOW_REMOVABLE "/desktop-icons/file-icons/show-removable"
+
/**
* File information namespaces queried for #GFileInfo objects.
*/