[tracker/needle] needle: Added config.vapi



commit 7ab1c1ce1bec998269fb705235fd1b443b600eed
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Jun 29 22:17:09 2010 +0100

    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]