[gtksourceview] Add gtksource.h for single includes



commit 0430e3237f9295628421e55c9e054948e44bab17
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Jun 22 18:27:18 2011 +0200

    Add gtksource.h for single includes

 gtksourceview/Makefile.am |    1 +
 gtksourceview/gtksource.h |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/Makefile.am b/gtksourceview/Makefile.am
index 07498ae..7016609 100644
--- a/gtksourceview/Makefile.am
+++ b/gtksourceview/Makefile.am
@@ -21,6 +21,7 @@ BUILT_SOURCES = 			\
 lib_LTLIBRARIES = libgtksourceview-3.0.la
 
 libgtksourceview_headers =			\
+	gtksource.h				\
 	gtksourcebuffer.h			\
 	gtksourcecompletioncontext.h		\
 	gtksourcecompletion.h			\
diff --git a/gtksourceview/gtksource.h b/gtksourceview/gtksource.h
new file mode 100644
index 0000000..911fb50
--- /dev/null
+++ b/gtksourceview/gtksource.h
@@ -0,0 +1,45 @@
+/*
+ * gtksource.h
+ * This file is part of gtksourceview 
+ *
+ * gtksourceview is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ * 
+ * gtksourceview 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
+ * Lesser General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#ifndef __GTK_SOURCE_H__
+#define __GTK_SOURCE_H__
+
+#include <gtksourceview/gtksourcebuffer.h>
+#include <gtksourceview/gtksourcecompletioncontext.h>
+#include <gtksourceview/gtksourcecompletion.h>
+#include <gtksourceview/gtksourcecompletioninfo.h>
+#include <gtksourceview/gtksourcecompletionitem.h>
+#include <gtksourceview/gtksourcecompletionproposal.h>
+#include <gtksourceview/gtksourcecompletionprovider.h>
+#include <gtksourceview/gtksourcegutter.h>
+#include <gtksourceview/gtksourcegutterrenderer.h>
+#include <gtksourceview/gtksourcegutterrenderertext.h>
+#include <gtksourceview/gtksourcegutterrendererpixbuf.h>
+#include <gtksourceview/gtksourcelanguage.h>
+#include <gtksourceview/gtksourcelanguagemanager.h>
+#include <gtksourceview/gtksourcemark.h>
+#include <gtksourceview/gtksourcemarkattributes.h>
+#include <gtksourceview/gtksourceprintcompositor.h>
+#include <gtksourceview/gtksourcestyle.h>
+#include <gtksourceview/gtksourcestylescheme.h>
+#include <gtksourceview/gtksourcestyleschememanager.h>
+#include <gtksourceview/gtksourceundomanager.h>
+#include <gtksourceview/gtksourceview.h>
+
+#endif /* __GTK_SOURCE_H__ */



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