From 615ab5513e79c4abc5bbe5c993587785b6a1738b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Oct 2016 15:49:39 +0200 Subject: New upstream version 1.9.2+repack --- spectro/xdg_bds.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spectro/xdg_bds.h') 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 */ -- cgit v1.2.3