[folks] Add namespace and version to libfolks-eds GIR



commit 2579f677bdc28a319589f24960abe6f53cfb9564
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Jun 27 15:26:55 2013 -0700

    Add namespace and version to libfolks-eds GIR
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=703402

 backends/eds/lib/Makefile.am         |    1 +
 backends/eds/lib/edsf-namespace.vala |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/backends/eds/lib/Makefile.am b/backends/eds/lib/Makefile.am
index 704ae40..1dc79be 100644
--- a/backends/eds/lib/Makefile.am
+++ b/backends/eds/lib/Makefile.am
@@ -29,6 +29,7 @@ pkgconfig_DATA = $(pkgconfig_in:.in=)
 libfolks_eds_la_vala.stamp:
 
 folks_eds_valasources = \
+       edsf-namespace.vala \
        edsf-persona.vala \
        edsf-persona-store.vala \
        memory-icon.vala \
diff --git a/backends/eds/lib/edsf-namespace.vala b/backends/eds/lib/edsf-namespace.vala
new file mode 100644
index 0000000..95740cf
--- /dev/null
+++ b/backends/eds/lib/edsf-namespace.vala
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 2013 Collabora Ltd.
+ *
+ * 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, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ *       Travis Reitter <travis reitter collabora co uk>
+ */
+
+/*
+ * This file serves as the representation for the FolksTelepathy namespace
+ * itself (mostly so that we can set its namespace and version attributes for
+ * GIR)
+ */
+
+[CCode (gir_namespace = "FolksEds", gir_version = "0.6")]
+namespace Edsf
+{
+}


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