[libgee] Add gir_namespace and gir_version attributes, fixes bug #666208
- From: Maciej Marcin Piechotka <mpiechotka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] Add gir_namespace and gir_version attributes, fixes bug #666208
- Date: Mon, 19 Dec 2011 02:56:35 +0000 (UTC)
commit f52493aa5dd77f6415b0a5daf15a73e1c05a0ac2
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 7800cf4..cee4bee 100644
--- a/gee/Makefile.am
+++ b/gee/Makefile.am
@@ -5,6 +5,7 @@ lib_LTLIBRARIES = \
$(NULL)
libgee_0_8_la_SOURCES = \
+ assemblyinfo.vala \
abstractbidirlist.vala \
abstractcollection.vala \
abstractlist.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]