[gnome-builder] enums: add new error types
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] enums: add new error types
- Date: Sun, 17 Jul 2016 10:22:09 +0000 (UTC)
commit 7c06a427564ad9d026b258a3dd8d0dd3e09ea8ff
Author: Christian Hergert <chergert redhat com>
Date: Sun Jul 17 02:34:17 2016 -0700
enums: add new error types
libide/Makefile.am | 2 ++
libide/ide-enums.c.in | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index 91459fb..a315480 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -535,10 +535,12 @@ endif
glib_enum_headers = \
buffers/ide-buffer.h \
buildsystem/ide-build-result.h \
+ devices/ide-device.h \
diagnostics/ide-diagnostic.h \
doap/ide-doap.h \
files/ide-indent-style.h \
highlighting/ide-highlighter.h \
+ runtimes/ide-runtime.h \
sourceview/ide-source-view.h \
symbols/ide-symbol.h \
threading/ide-thread-pool.h \
diff --git a/libide/ide-enums.c.in b/libide/ide-enums.c.in
index 3e37734..0f71244 100644
--- a/libide/ide-enums.c.in
+++ b/libide/ide-enums.c.in
@@ -6,10 +6,12 @@
#include "buffers/ide-buffer.h"
#include "buildsystem/ide-build-result.h"
+#include "devices/ide-device.h"
#include "diagnostics/ide-diagnostic.h"
#include "doap/ide-doap.h"
#include "files/ide-indent-style.h"
#include "highlighting/ide-highlighter.h"
+#include "runtimes/ide-runtime.h"
#include "sourceview/ide-source-view.h"
#include "symbols/ide-symbol.h"
#include "threading/ide-thread-pool.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]