summaryrefslogtreecommitdiff
path: root/spectro/xdg_bds.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-22 15:49:39 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-22 15:49:39 +0200
commit615ab5513e79c4abc5bbe5c993587785b6a1738b (patch)
tree8630776536cec5ff775293fca49316f1c907d144 /spectro/xdg_bds.h
parent3db384424bd7398ffbb7a355cab8f15f3add009f (diff)
New upstream version 1.9.2+repackupstream/1.9.2+repack
Diffstat (limited to 'spectro/xdg_bds.h')
-rw-r--r--spectro/xdg_bds.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/spectro/xdg_bds.h b/spectro/xdg_bds.h
index 4fedbea..18101b0 100644
--- a/spectro/xdg_bds.h
+++ b/spectro/xdg_bds.h
@@ -32,9 +32,9 @@
/* Which type of storage */
typedef enum {
- xdg_data,
- xdg_conf,
- xdg_cache /* Note there is no xdg_local cache */
+ xdg_data, /* User/System Application related data */
+ xdg_conf, /* User/System Application configuration settings */
+ xdg_cache /* User Application cache storage area */
} xdg_storage_type;
/* What operation is being performed */
@@ -48,7 +48,7 @@ typedef enum {
/* the user context then the local system context.) */
typedef enum {
xdg_user, /* User context */
- xdg_local /* Local system wide context */
+ xdg_local /* Local System wide context */
} xdg_scope;
/* An error code */