~and471/+junk/symphony-legacy

« back to all changes in this revision

Viewing changes to src/backend/paths.vala

  • Committer: rugby471 at gmail
  • Date: 2010-12-30 22:35:12 UTC
  • Revision ID: rugby471@gmail.com-20101230223512-haxau63fib53icrl
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright 2010 Andrew Higginson
 
2
 *
 
3
 * This program is free software; you can redistribute it and/or modify
 
4
 * it under the terms of the GNU General Public License as published by
 
5
 * the Free Software Foundation; either version 2 of the License, or
 
6
 * (at your option) any later version.
 
7
*/
 
8
 
 
9
using GLib.Path;
 
10
 
 
11
namespace Paths {
 
12
    public const string ALBUM_ART_DIR = build_path(DIR_SEPARATOR_S, Environment.get_user_cache_dir(), "media-art");
 
13
}