~sao/unity/show_launcher_in_navmode

« back to all changes in this revision

Viewing changes to vapi/config.vapi

  • Committer: Neil Jagdish Patel
  • Date: 2010-02-12 12:29:17 UTC
  • mto: (124.1.2 unity.miscfixes)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: neil.patel@canonical.com-20100212122917-ruemhr36vi0mut83
InitialĀ translationĀ support

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 DATADIR;
 
24
  public const string PKGDATADIR;
 
25
  public const string GETTEXT_PACKAGE;
 
26
  public const string LOCALE_DIR;
 
27
  public const string VERSION;
 
28
}