[gnome-builder/gnome-builder-3-18] add gnome-builder.h header for public api in builder



commit 0150754706d20364fcf4361c42a0d06b3ebc3698
Author: Christian Hergert <christian hergert me>
Date:   Tue Sep 29 15:41:04 2015 -0700

    add gnome-builder.h header for public api in builder
    
    We still don't install these, but can fixup the generated vapi file.

 src/gnome-builder.h |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-builder.h b/src/gnome-builder.h
new file mode 100644
index 0000000..3004a41
--- /dev/null
+++ b/src/gnome-builder.h
@@ -0,0 +1,36 @@
+/* gnome-builder.h
+ *
+ * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ *
+ * 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 GNOME_BUILDER_H
+#define GNOME_BUILDER_H
+
+#include "app/gb-application.h"
+#include "app/gb-application-addin.h"
+#include "documents/gb-document.h"
+#include "editor/gb-editor-view.h"
+#include "editor/gb-editor-view-addin.h"
+#include "util/gb-menu-extension.h"
+#include "tree/gb-tree-builder.h"
+#include "tree/gb-tree.h"
+#include "tree/gb-tree-node.h"
+#include "tree/gb-tree-types.h"
+#include "views/gb-view.h"
+#include "views/gb-view-stack.h"
+#include "workbench/gb-workbench.h"
+
+#endif /* GNOME_BUILDER_H */


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