cheese r622 - in branches/cheese-vala: . vapi



Author: jhaitsma
Date: Tue Apr  1 22:36:58 2008
New Revision: 622
URL: http://svn.gnome.org/viewvc/cheese?rev=622&view=rev

Log:
Add vapi files


Added:
   branches/cheese-vala/vapi/
   branches/cheese-vala/vapi/config.vapi
Modified:
   branches/cheese-vala/   (props changed)

Added: branches/cheese-vala/vapi/config.vapi
==============================================================================
--- (empty file)
+++ branches/cheese-vala/vapi/config.vapi	Tue Apr  1 22:36:58 2008
@@ -0,0 +1,29 @@
+/* config.vapi
+ * 
+ * Copyright (C) 2007,2008 Jaap Haitsma <jaap haitsma org>
+ *
+ * Licensed under the GNU General Public License Version 2
+ *
+ * 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, see <http://www.gnu.org/licenses/>.
+ */
+
+[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
+namespace Config {
+	public const string GETTEXT_PACKAGE;
+	public const string PACKAGE_DATADIR;
+	public const string PACKAGE_LOCALEDIR;
+	public const string PACKAGE_NAME;
+	public const string PACKAGE_VERSION;
+	public const string VERSION;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]