diff options
author | Heiko Rosemann <heiko.rosemann@web.de> | 2013-10-29 12:08:50 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 20:12:27 -0500 |
commit | b6dcaee8a97bc4318b83a8661d3c8890e56ee75e (patch) | |
tree | 4326ab3880d35ba8ca21dc3c6de330545b4d06dc /development/libxdg-basedir/README | |
parent | 911a71704a3dd5c953c1a0098090adbb3cc6a701 (diff) | |
download | slackbuilds-b6dcaee8a97bc4318b83a8661d3c8890e56ee75e.tar.gz |
libraries/libxdg-basedir: Added (XDG Base Directory implementation).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/libxdg-basedir/README')
-rw-r--r-- | development/libxdg-basedir/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/libxdg-basedir/README b/development/libxdg-basedir/README new file mode 100644 index 0000000000..779e88ba69 --- /dev/null +++ b/development/libxdg-basedir/README @@ -0,0 +1,9 @@ +libxdg-basedir An implementation of the XDG Base Directory specs + +The XDG Base Directory Specification defines where should user files +be looked for by defining one or more base directories relative in +with they should be located. + +This library implements functions to list the directories according +to the specification and provides a few higher-level functions. + |