From 2d71d20a62ca8f6989d86db58ce64c7a862675dd Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Sat, 5 Oct 2013 15:28:26 +0100 Subject: Imported Upstream version 3.10.0 --- src/config.vapi | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/config.vapi') 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; -- cgit v1.2.3