~azzar1/unity/lp-1226116

« back to all changes in this revision

Viewing changes to vapi/config.vapi

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-02 15:36:12 UTC
  • Revision ID: neil.patel@canonical.com-20110602153612-2x0m3impmjop71ee
remove more cruft

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- *//*
2
 
 * Copyright (C) 2009 Canonical Ltd
3
 
 *
4
 
 * This program is free software: you can redistribute it and/or modify
5
 
 * idst under the terms of the GNU General Public License version 3 as
6
 
 * published by the Free Software Foundation.
7
 
 *
8
 
 * This program is distributed in the hope that it will be useful,
9
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 
 * GNU General Public License for more details.
12
 
 *
13
 
 * You should have received a copy of the GNU General Public License
14
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
 
 *
16
 
 * Authored by Neil Jagdish Patel <neil.patel@canonical.com>
17
 
 *
18
 
 */
19
 
 
20
 
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
21
 
namespace Config
22
 
{
23
 
  public const string PREFIXDIR;
24
 
  public const string DATADIR;
25
 
  public const string PKGDATADIR;
26
 
  public const string GETTEXT_PACKAGE;
27
 
  public const string LOCALE_DIR;
28
 
  public const string VERSION;
29
 
  public const string INDICATORDIR;
30
 
  public const string INDICATORICONSDIR;
31
 
 
32
 
  public const string TESTUIDIR;
33
 
  public const string TESTUNITDIR;
34
 
}