: Setup a treeview for records manipulation.
[gnome-sound-recorder.git] / vapi / config.vapi
bloba39ee53398073bbda8fa4cbd46497f26070cac1c
1 /**
2  * This file is part of gnome-sound-recorder.
3  * Copyright (C) Martin Blanchard 2012 <tinram@gmx.fr>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software Foundation,
17  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18  *
19  */
21 [CCode (prefix = "",
22         lower_case_cprefix = "",
23         cheader_filename = "config.h")]
24 namespace Config {
25   public const string PACKAGE;
26   public const string PACKAGE_NAME;
27   public const string PACKAGE_SAFENAME;
28   public const string PACKAGE_VERSION;
29   public const string PACKAGE_URL;
30   public const string PACKAGE_DATADIR;
31   public const string PACKAGE_LOCALEDIR;
32   public const string GETTEXT_PACKAGE;