[latexila/wip/latexila-next: 18/50] latexila.h to ease introspection support



commit ee13c24490874b25f47620eee19bac37f2ca5a61
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Apr 30 17:11:45 2014 +0200

    latexila.h to ease introspection support

 src/liblatexila/Makefile.am |    1 +
 src/liblatexila/latexila.h  |   29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/src/liblatexila/Makefile.am b/src/liblatexila/Makefile.am
index fab0a8b..27a7ff2 100644
--- a/src/liblatexila/Makefile.am
+++ b/src/liblatexila/Makefile.am
@@ -24,6 +24,7 @@ if HAVE_INTROSPECTION
 INTROSPECTION_SCANNER_ARGS =   \
        -I$(top_srcdir)         \
        -I$(top_builddir)       \
+       --c-include=latexila.h  \
        --warn-all
 
 INTROSPECTION_GIRS = Latexila.gir
diff --git a/src/liblatexila/latexila.h b/src/liblatexila/latexila.h
new file mode 100644
index 0000000..3fd9fcf
--- /dev/null
+++ b/src/liblatexila/latexila.h
@@ -0,0 +1,29 @@
+/*
+ * This file is part of LaTeXila.
+ *
+ * Copyright (C) 2014 - Sébastien Wilmet <swilmet gnome org>
+ *
+ * LaTeXila 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * LaTeXila 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 LaTeXila.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __LATEXILA_H__
+#define __LATEXILA_H__
+
+#include "latexila-build-tools.h"
+#include "latexila-build-tools-default.h"
+#include "latexila-build-tools-personal.h"
+#include "latexila-post-processor.h"
+#include "latexila-post-processor-all-output.h"
+
+#endif /* __LATEXILA_H__ */


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