Sha256: 1688bc7713058a6e5334b4d803d6b4edacc33d13195b755bd52c2102dad4fba2
Contents?: true
Size: 1.92 KB
Versions: 10
Compression:
Stored size: 1.92 KB
Contents
/* * 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/gtksourcetypes.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__ */
Version data entries
10 entries across 10 versions & 1 rubygems