diff options
author | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:28:26 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:28:26 +0100 |
commit | 2d71d20a62ca8f6989d86db58ce64c7a862675dd (patch) | |
tree | 534c40e7c4b35662d60e261898b6b1ebd5724bed /src/config.vapi | |
parent | 695f537db79b0921621b54998ae46f331fff9105 (diff) |
Imported Upstream version 3.10.0upstream/3.10.0
Diffstat (limited to 'src/config.vapi')
-rw-r--r-- | src/config.vapi | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/config.vapi b/src/config.vapi index c326020..e6efeda 100644 --- a/src/config.vapi +++ b/src/config.vapi @@ -1,10 +1,7 @@ -[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] -namespace Config -{ - public const string PKGDATADIR; - public const string LOCALE_DIR; - public const string GETTEXT_PACKAGE; - public const string VERSION; - public const string UI_DIR; - public const string ICON_DIR; -} +[CCode (cprefix = "", lower_case_cprefix = "")] +public const string PKGDATADIR; +public const string LOCALE_DIR; +public const string GETTEXT_PACKAGE; +public const string VERSION; +public const string UI_DIR; +public const string ICON_DIR; |