[libgee/0.6] Add gir_namespace and gir_version attributes, fixes bug #666208



commit 472ab29f4c757c7dbfd7c24368f31b3423508384
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Mon Dec 19 03:26:37 2011 +0100

    Add gir_namespace and gir_version attributes, fixes bug #666208
    
    Currently they are specified in assemblyinfo.vala which needs to be
    first file passed to vala. See bug #Â666478 for details.

 gee/Makefile.am       |    1 +
 gee/assemblyinfo.vala |   25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/gee/Makefile.am b/gee/Makefile.am
index 2a6bde7..3dcde96 100644
--- a/gee/Makefile.am
+++ b/gee/Makefile.am
@@ -14,6 +14,7 @@ lib_LTLIBRARIES = \
 	$(NULL)
 
 libgee_la_VALASOURCES = \
+	assemblyinfo.vala \
 	abstractcollection.vala \
 	abstractlist.vala \
 	abstractmap.vala \
diff --git a/gee/assemblyinfo.vala b/gee/assemblyinfo.vala
new file mode 100644
index 0000000..8f3474b
--- /dev/null
+++ b/gee/assemblyinfo.vala
@@ -0,0 +1,25 @@
+/* functions.vala
+ *
+ * Copyright (C) 2011  Maciej Piechotka
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+
+ * This library 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
+ * Lesser General Public License for more details.
+
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ *
+ * Author:
+ * 	Maciej Piechotka <uzytkownik2 gmail com>
+ */
+
+[CCode (gir_namespace = "Gee", gir_version = "0.8")]
+namespace Gee {}
+



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