aboutsummaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-17 16:10:03 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-17 16:10:03 +0000
commit09ac621b4caf975b36433bdb0f053317c960223e (patch)
tree811d61f1408d44fb8c496990c00ea4b2afefadec /vapi
parent4f18ab234a9ace138eade48a7a548fd8fa596eec (diff)
downloadayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.gz
ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.bz2
ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.zip
working now - needed a hack in the common-def header - automake you drive me nuts
Diffstat (limited to 'vapi')
-rw-r--r--vapi/config.vapi8
1 files changed, 8 insertions, 0 deletions
diff --git a/vapi/config.vapi b/vapi/config.vapi
new file mode 100644
index 0000000..4be6d11
--- /dev/null
+++ b/vapi/config.vapi
@@ -0,0 +1,8 @@
+[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "../config.h")]
+namespace Config {
+ public const string GETTEXT_PACKAGE;
+ public const string LOCALEDIR;
+ public const string PKGDATADIR;
+ public const string PACKAGE_NAME;
+ public const string PACKAGE_VERSION;
+}