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:50:05 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-22 15:50:05 +0200
commitf68fe5a1cd052386d444bbeab91c4caf8763ce10 (patch)
tree986014451967a1fd062833a15bc516cab6805f4b /spectro/xdg_bds.h
parent84a8f501bcac3bc25c35715c0b669db04a39e56d (diff)
parent615ab5513e79c4abc5bbe5c993587785b6a1738b (diff)
Merge tag 'upstream/1.9.2+repack'
Upstream version 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 */