diff options
author | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:29:30 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:29:30 +0100 |
commit | e51f2bbb5a0f25b37330891d769b996a2c13d277 (patch) | |
tree | 25d429c588012a476c15b6ca5b4bf393613beca3 /src/config.vapi | |
parent | 438230655b539ad6aa15b017a792cab8ca7f6d89 (diff) | |
parent | 2d71d20a62ca8f6989d86db58ce64c7a862675dd (diff) |
Merge tag 'upstream/3.10.0'
Upstream version 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; |