[gnome-builder] libide: add types and objects to ide.h



commit 2527d024ef65c6f3bff46f342169a5a090b57119
Author: Christian Hergert <chergert redhat com>
Date:   Sun Feb 14 20:49:18 2016 -0800

    libide: add types and objects to ide.h

 libide/ide-types.h |    8 ++++++--
 libide/ide.h       |   11 +++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-types.h b/libide/ide-types.h
index 2addcab..8f1b18e 100644
--- a/libide/ide-types.h
+++ b/libide/ide-types.h
@@ -41,6 +41,9 @@ typedef struct _IdeBuildResult                 IdeBuildResult;
 
 typedef struct _IdeBuildSystem                 IdeBuildSystem;
 
+typedef struct _IdeConfiguration               IdeConfiguration;
+typedef struct _IdeConfigurationManager        IdeConfigurationManager;
+
 typedef struct _IdeContext                     IdeContext;
 
 typedef struct _IdeDebugger                    IdeDebugger;
@@ -49,9 +52,7 @@ typedef struct _IdeDebuggerInterface           IdeDebuggerInterface;
 typedef struct _IdeDeployer                    IdeDeployer;
 
 typedef struct _IdeDevice                      IdeDevice;
-
 typedef struct _IdeDeviceManager               IdeDeviceManager;
-
 typedef struct _IdeDeviceProvider              IdeDeviceProvider;
 
 typedef struct _IdeDiagnostic                  IdeDiagnostic;
@@ -62,6 +63,9 @@ typedef struct _IdeDiagnostician               IdeDiagnostician;
 
 typedef struct _IdeDiagnosticProvider          IdeDiagnosticProvider;
 
+typedef struct _IdeEnvironment                 IdeEnvironment;
+typedef struct _IdeEnvironmentVariable         IdeEnvironmentVariable;
+
 typedef struct _IdeExecuter                    IdeExecuter;
 typedef struct _IdeExecuterInterface           IdeExecuterInterface;
 
diff --git a/libide/ide.h b/libide/ide.h
index 7ec2f35..cfb7ffc 100644
--- a/libide/ide.h
+++ b/libide/ide.h
@@ -25,6 +25,8 @@ G_BEGIN_DECLS
 
 #define IDE_INSIDE
 
+#include "ide-types.h"
+
 #include "ide-application.h"
 #include "ide-application-addin.h"
 #include "ide-application-tool.h"
@@ -40,6 +42,8 @@ G_BEGIN_DECLS
 #include "ide-completion-item.h"
 #include "ide-completion-provider.h"
 #include "ide-completion-results.h"
+#include "ide-configuration.h"
+#include "ide-configuration-manager.h"
 #include "ide-context.h"
 #include "ide-debug.h"
 #include "ide-debugger.h"
@@ -52,6 +56,9 @@ G_BEGIN_DECLS
 #include "ide-diagnostician.h"
 #include "ide-diagnostic-provider.h"
 #include "ide-enums.h"
+#include "ide-environment.h"
+#include "ide-environment-editor.h"
+#include "ide-environment-variable.h"
 #include "ide-executable.h"
 #include "ide-executer.h"
 #include "ide-file.h"
@@ -80,6 +87,9 @@ G_BEGIN_DECLS
 #include "ide-project-item.h"
 #include "ide-recent-projects.h"
 #include "ide-refactory.h"
+#include "ide-runtime.h"
+#include "ide-runtime-manager.h"
+#include "ide-runtime-provider.h"
 #include "ide-script.h"
 #include "ide-script-manager.h"
 #include "ide-search-context.h"
@@ -97,6 +107,7 @@ G_BEGIN_DECLS
 #include "ide-source-snippets-manager.h"
 #include "ide-source-snippets.h"
 #include "ide-source-view.h"
+#include "ide-subprocess-launcher.h"
 #include "ide-symbol-resolver.h"
 #include "ide-symbol.h"
 #include "ide-target.h"


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