diff options
Diffstat (limited to 'spectro/xdg_bds.h')
-rw-r--r-- | spectro/xdg_bds.h | 8 |
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 */ |