diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-31 23:04:40 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-31 23:04:40 -0500 |
commit | 761a9fff03812af3c0beb26da1094c69fc3a0a72 (patch) | |
tree | 1ef4a2ed2927e62d8449aff72f87942dd4b9320f /vapi | |
parent | 143845e62636b2bbc1316e794be40c37e3505c71 (diff) | |
download | ayatana-indicator-bluetooth-761a9fff03812af3c0beb26da1094c69fc3a0a72.tar.gz ayatana-indicator-bluetooth-761a9fff03812af3c0beb26da1094c69fc3a0a72.tar.bz2 ayatana-indicator-bluetooth-761a9fff03812af3c0beb26da1094c69fc3a0a72.zip |
add a vapi/ directory off the top package directory
Diffstat (limited to 'vapi')
-rw-r--r-- | vapi/config.vapi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vapi/config.vapi b/vapi/config.vapi new file mode 100644 index 0000000..15c4c88 --- /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 GNOMELOCALEDIR; + public const string PKGDATADIR; + public const string PACKAGE_NAME; + public const string PACKAGE_VERSION; +} |