[tracker/needle: 9/33] tracker-needle: Added config.vapi
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/needle: 9/33] tracker-needle: Added config.vapi
- Date: Thu, 2 Sep 2010 16:56:16 +0000 (UTC)
commit 08130bdb76283a2e16cb373b2c58557bbc109377
Author: Martyn Russell <martyn lanedo com>
Date: Tue Jun 29 22:17:09 2010 +0100
tracker-needle: Added config.vapi
src/tracker-needle/config.vapi | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/src/tracker-needle/config.vapi b/src/tracker-needle/config.vapi
new file mode 100644
index 0000000..981d93d
--- /dev/null
+++ b/src/tracker-needle/config.vapi
@@ -0,0 +1,31 @@
+// config.vapi
+//
+// Copyright (C) 2010 Martyn Russell <martyn lanedo com>
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301, USA.
+//
+
+[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
+namespace Config
+{
+ public const string GETTEXT_PACKAGE;
+ public const string APPNAME;
+ public const string APP_PATH;
+ public const string LOCALEDIR;
+ public const string APP_VERSION;
+}
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]