[gnome-builder/wip/slaf/xml-pack: 26/56] xml-pack: avoid include calls cycle



commit 579efc921df7818aa29b7197f533c5c65bf215cd
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun May 14 23:15:52 2017 +0200

    xml-pack: avoid include calls cycle

 plugins/xml-pack/ide-xml-types.h |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/plugins/xml-pack/ide-xml-types.h b/plugins/xml-pack/ide-xml-types.h
new file mode 100644
index 0000000..12b9954
--- /dev/null
+++ b/plugins/xml-pack/ide-xml-types.h
@@ -0,0 +1,38 @@
+/* ide-xml-types.h
+ *
+ * Copyright (C) 2017 Sebastien Lafargue <slafargue gnome org>
+ *
+ * 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 3 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/>.
+ */
+
+#ifndef IDE_XML_TYPES_H
+#define IDE_XML_TYPES_H
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+typedef enum
+{
+  IDE_XML_POSITION_KIND_UNKNOW,
+  IDE_XML_POSITION_KIND_BEFORE,
+  IDE_XML_POSITION_KIND_AFTER,
+  IDE_XML_POSITION_KIND_IN_START_TAG,
+  IDE_XML_POSITION_KIND_IN_END_TAG,
+  IDE_XML_POSITION_KIND_IN_CONTENT
+} IdeXmlPositionKind;
+
+G_END_DECLS
+
+#endif /* IDE_XML_TYPES_H */


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