gtksourceview3 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +13 -7
@@ -2,7 +2,7 @@
|
|
2
2
|
* gtksourcesearchcontext.h
|
3
3
|
* This file is part of GtkSourceView
|
4
4
|
*
|
5
|
-
* Copyright (C) 2013 - Sébastien Wilmet <swilmet@gnome.org>
|
5
|
+
* Copyright (C) 2013, 2016 - Sébastien Wilmet <swilmet@gnome.org>
|
6
6
|
*
|
7
7
|
* GtkSourceView is free software; you can redistribute it and/or
|
8
8
|
* modify it under the terms of the GNU Lesser General Public
|
@@ -19,8 +19,16 @@
|
|
19
19
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
22
|
+
#ifndef GTK_SOURCE_SEARCH_CONTEXT_H
|
23
|
+
#define GTK_SOURCE_SEARCH_CONTEXT_H
|
24
|
+
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
24
32
|
|
25
33
|
#include <gtk/gtk.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -93,12 +101,19 @@ gint gtk_source_search_context_get_occurrence_position (GtkSourceSearchContex
|
|
93
101
|
const GtkTextIter *match_start,
|
94
102
|
const GtkTextIter *match_end);
|
95
103
|
|
96
|
-
|
104
|
+
GTK_SOURCE_DEPRECATED_IN_3_22_FOR (gtk_source_search_context_forward2)
|
97
105
|
gboolean gtk_source_search_context_forward (GtkSourceSearchContext *search,
|
98
106
|
const GtkTextIter *iter,
|
99
107
|
GtkTextIter *match_start,
|
100
108
|
GtkTextIter *match_end);
|
101
109
|
|
110
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
111
|
+
gboolean gtk_source_search_context_forward2 (GtkSourceSearchContext *search,
|
112
|
+
const GtkTextIter *iter,
|
113
|
+
GtkTextIter *match_start,
|
114
|
+
GtkTextIter *match_end,
|
115
|
+
gboolean *has_wrapped_around);
|
116
|
+
|
102
117
|
GTK_SOURCE_AVAILABLE_IN_3_10
|
103
118
|
void gtk_source_search_context_forward_async (GtkSourceSearchContext *search,
|
104
119
|
const GtkTextIter *iter,
|
@@ -106,19 +121,34 @@ void gtk_source_search_context_forward_async (GtkSourceSearchContext *searc
|
|
106
121
|
GAsyncReadyCallback callback,
|
107
122
|
gpointer user_data);
|
108
123
|
|
109
|
-
|
124
|
+
GTK_SOURCE_DEPRECATED_IN_3_22_FOR (gtk_source_search_context_forward_finish2)
|
110
125
|
gboolean gtk_source_search_context_forward_finish (GtkSourceSearchContext *search,
|
111
126
|
GAsyncResult *result,
|
112
127
|
GtkTextIter *match_start,
|
113
128
|
GtkTextIter *match_end,
|
114
129
|
GError **error);
|
115
130
|
|
116
|
-
|
131
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
132
|
+
gboolean gtk_source_search_context_forward_finish2 (GtkSourceSearchContext *search,
|
133
|
+
GAsyncResult *result,
|
134
|
+
GtkTextIter *match_start,
|
135
|
+
GtkTextIter *match_end,
|
136
|
+
gboolean *has_wrapped_around,
|
137
|
+
GError **error);
|
138
|
+
|
139
|
+
GTK_SOURCE_DEPRECATED_IN_3_22_FOR (gtk_source_search_context_backward2)
|
117
140
|
gboolean gtk_source_search_context_backward (GtkSourceSearchContext *search,
|
118
141
|
const GtkTextIter *iter,
|
119
142
|
GtkTextIter *match_start,
|
120
143
|
GtkTextIter *match_end);
|
121
144
|
|
145
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
146
|
+
gboolean gtk_source_search_context_backward2 (GtkSourceSearchContext *search,
|
147
|
+
const GtkTextIter *iter,
|
148
|
+
GtkTextIter *match_start,
|
149
|
+
GtkTextIter *match_end,
|
150
|
+
gboolean *has_wrapped_around);
|
151
|
+
|
122
152
|
GTK_SOURCE_AVAILABLE_IN_3_10
|
123
153
|
void gtk_source_search_context_backward_async (GtkSourceSearchContext *search,
|
124
154
|
const GtkTextIter *iter,
|
@@ -126,14 +156,22 @@ void gtk_source_search_context_backward_async (GtkSourceSearchContext *sear
|
|
126
156
|
GAsyncReadyCallback callback,
|
127
157
|
gpointer user_data);
|
128
158
|
|
129
|
-
|
159
|
+
GTK_SOURCE_DEPRECATED_IN_3_22_FOR (gtk_source_search_context_backward_finish2)
|
130
160
|
gboolean gtk_source_search_context_backward_finish (GtkSourceSearchContext *search,
|
131
161
|
GAsyncResult *result,
|
132
162
|
GtkTextIter *match_start,
|
133
163
|
GtkTextIter *match_end,
|
134
164
|
GError **error);
|
135
165
|
|
136
|
-
|
166
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
167
|
+
gboolean gtk_source_search_context_backward_finish2 (GtkSourceSearchContext *search,
|
168
|
+
GAsyncResult *result,
|
169
|
+
GtkTextIter *match_start,
|
170
|
+
GtkTextIter *match_end,
|
171
|
+
gboolean *has_wrapped_around,
|
172
|
+
GError **error);
|
173
|
+
|
174
|
+
GTK_SOURCE_DEPRECATED_IN_3_22_FOR (gtk_source_search_context_replace2)
|
137
175
|
gboolean gtk_source_search_context_replace (GtkSourceSearchContext *search,
|
138
176
|
const GtkTextIter *match_start,
|
139
177
|
const GtkTextIter *match_end,
|
@@ -141,6 +179,14 @@ gboolean gtk_source_search_context_replace (GtkSourceSearchContext *search,
|
|
141
179
|
gint replace_length,
|
142
180
|
GError **error);
|
143
181
|
|
182
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
183
|
+
gboolean gtk_source_search_context_replace2 (GtkSourceSearchContext *search,
|
184
|
+
GtkTextIter *match_start,
|
185
|
+
GtkTextIter *match_end,
|
186
|
+
const gchar *replace,
|
187
|
+
gint replace_length,
|
188
|
+
GError **error);
|
189
|
+
|
144
190
|
GTK_SOURCE_AVAILABLE_IN_3_10
|
145
191
|
guint gtk_source_search_context_replace_all (GtkSourceSearchContext *search,
|
146
192
|
const gchar *replace,
|
@@ -155,4 +201,4 @@ void _gtk_source_search_context_update_highlight (GtkSourceSearchContext *s
|
|
155
201
|
|
156
202
|
G_END_DECLS
|
157
203
|
|
158
|
-
#endif /*
|
204
|
+
#endif /* GTK_SOURCE_SEARCH_CONTEXT_H */
|
@@ -19,8 +19,16 @@
|
|
19
19
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
22
|
+
#ifndef GTK_SOURCE_SEARCH_SETTINGS_H
|
23
|
+
#define GTK_SOURCE_SEARCH_SETTINGS_H
|
24
|
+
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
24
32
|
|
25
33
|
#include <glib-object.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -94,4 +102,4 @@ gboolean gtk_source_search_settings_get_regex_enabled (GtkSourceSearchSetting
|
|
94
102
|
|
95
103
|
G_END_DECLS
|
96
104
|
|
97
|
-
#endif /*
|
105
|
+
#endif /* GTK_SOURCE_SEARCH_SETTINGS_H */
|
@@ -19,10 +19,18 @@
|
|
19
19
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
24
|
-
|
25
|
-
#
|
22
|
+
#ifndef GTK_SOURCE_STYLE_H
|
23
|
+
#define GTK_SOURCE_STYLE_H
|
24
|
+
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
32
|
+
|
33
|
+
#include <gtk/gtk.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
27
35
|
|
28
36
|
G_BEGIN_DECLS
|
@@ -42,6 +50,10 @@ GType gtk_source_style_get_type (void) G_GNUC_CONST;
|
|
42
50
|
GTK_SOURCE_AVAILABLE_IN_ALL
|
43
51
|
GtkSourceStyle *gtk_source_style_copy (const GtkSourceStyle *style);
|
44
52
|
|
53
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
54
|
+
void gtk_source_style_apply (const GtkSourceStyle *style,
|
55
|
+
GtkTextTag *tag);
|
56
|
+
|
45
57
|
G_END_DECLS
|
46
58
|
|
47
|
-
#endif /*
|
59
|
+
#endif /* GTK_SOURCE_STYLE_H */
|
@@ -19,8 +19,16 @@
|
|
19
19
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
22
|
+
#ifndef GTK_SOURCE_STYLE_SCHEME_H
|
23
|
+
#define GTK_SOURCE_STYLE_SCHEME_H
|
24
|
+
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
24
32
|
|
25
33
|
#include <gtk/gtk.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -114,4 +122,4 @@ gboolean _gtk_source_style_scheme_get_background_pattern_color (GtkSourceStyle
|
|
114
122
|
|
115
123
|
G_END_DECLS
|
116
124
|
|
117
|
-
#endif /*
|
125
|
+
#endif /* GTK_SOURCE_STYLE_SCHEME_H */
|
@@ -18,9 +18,18 @@
|
|
18
18
|
* along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
|
19
19
|
*/
|
20
20
|
|
21
|
-
#ifndef
|
22
|
-
#define
|
21
|
+
#ifndef GTK_SOURCE_STYLE_SCHEME_CHOOSER_H
|
22
|
+
#define GTK_SOURCE_STYLE_SCHEME_CHOOSER_H
|
23
23
|
|
24
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
25
|
+
# if defined (__GNUC__)
|
26
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
27
|
+
# elif defined (G_OS_WIN32)
|
28
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
29
|
+
# endif
|
30
|
+
#endif
|
31
|
+
|
32
|
+
#include <glib-object.h>
|
24
33
|
#include <gtksourceview/gtksourcetypes.h>
|
25
34
|
|
26
35
|
G_BEGIN_DECLS
|
@@ -59,4 +68,4 @@ void gtk_source_style_scheme_chooser_set_style_scheme
|
|
59
68
|
|
60
69
|
G_END_DECLS
|
61
70
|
|
62
|
-
#endif /*
|
71
|
+
#endif /* GTK_SOURCE_STYLE_SCHEME_CHOOSER_H */
|
data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h
CHANGED
@@ -19,8 +19,16 @@
|
|
19
19
|
* along with GtkSourceView. If not, see <http://www.gnu.org/licenses/>.
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
22
|
+
#ifndef GTK_SOURCE_STYLE_SCHEME_CHOOSER_BUTTON_H
|
23
|
+
#define GTK_SOURCE_STYLE_SCHEME_CHOOSER_BUTTON_H
|
24
|
+
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
24
32
|
|
25
33
|
#include <gtk/gtk.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -56,4 +64,4 @@ GtkWidget *gtk_source_style_scheme_chooser_button_new
|
|
56
64
|
|
57
65
|
G_END_DECLS
|
58
66
|
|
59
|
-
#endif /*
|
67
|
+
#endif /* GTK_SOURCE_STYLE_SCHEME_CHOOSER_BUTTON_H */
|
data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h
CHANGED
@@ -22,6 +22,14 @@
|
|
22
22
|
#ifndef GTK_SOURCE_STYLE_SCHEME_CHOOSER_WIDGET_H
|
23
23
|
#define GTK_SOURCE_STYLE_SCHEME_CHOOSER_WIDGET_H
|
24
24
|
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
32
|
+
|
25
33
|
#include <gtk/gtk.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
27
35
|
|
@@ -19,8 +19,16 @@
|
|
19
19
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
22
|
+
#ifndef GTK_SOURCE_STYLE_SCHEME_MANAGER_H
|
23
|
+
#define GTK_SOURCE_STYLE_SCHEME_MANAGER_H
|
24
|
+
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
24
32
|
|
25
33
|
#include <glib-object.h>
|
26
34
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -91,6 +99,10 @@ GTK_SOURCE_AVAILABLE_IN_ALL
|
|
91
99
|
GtkSourceStyleScheme *gtk_source_style_scheme_manager_get_scheme (GtkSourceStyleSchemeManager *manager,
|
92
100
|
const gchar *scheme_id);
|
93
101
|
|
102
|
+
G_GNUC_INTERNAL
|
103
|
+
GtkSourceStyleSchemeManager *
|
104
|
+
_gtk_source_style_scheme_manager_peek_default (void);
|
105
|
+
|
94
106
|
G_END_DECLS
|
95
107
|
|
96
|
-
#endif /*
|
108
|
+
#endif /* GTK_SOURCE_STYLE_SCHEME_MANAGER_H */
|
@@ -21,8 +21,16 @@
|
|
21
21
|
* Author: Sébastien Wilmet
|
22
22
|
*/
|
23
23
|
|
24
|
-
#ifndef
|
25
|
-
#define
|
24
|
+
#ifndef GTK_SOURCE_TAG_H
|
25
|
+
#define GTK_SOURCE_TAG_H
|
26
|
+
|
27
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
28
|
+
# if defined (__GNUC__)
|
29
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
30
|
+
# elif defined (G_OS_WIN32)
|
31
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
32
|
+
# endif
|
33
|
+
#endif
|
26
34
|
|
27
35
|
#include <gtk/gtk.h>
|
28
36
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -48,4 +56,4 @@ GtkTextTag * gtk_source_tag_new (const gchar *name);
|
|
48
56
|
|
49
57
|
G_END_DECLS
|
50
58
|
|
51
|
-
#endif /*
|
59
|
+
#endif /* GTK_SOURCE_TAG_H */
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* gtksourcetypes.h
|
3
3
|
* This file is part of GtkSourceView
|
4
4
|
*
|
5
|
-
* Copyright (C) 2012-
|
5
|
+
* Copyright (C) 2012-2016 - Sébastien Wilmet <swilmet@gnome.org>
|
6
6
|
*
|
7
7
|
* GtkSourceView is free software; you can redistribute it and/or
|
8
8
|
* modify it under the terms of the GNU Lesser General Public
|
@@ -19,10 +19,18 @@
|
|
19
19
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
20
20
|
*/
|
21
21
|
|
22
|
-
#ifndef
|
23
|
-
#define
|
22
|
+
#ifndef GTK_SOURCE_TYPES_H
|
23
|
+
#define GTK_SOURCE_TYPES_H
|
24
24
|
|
25
|
-
#
|
25
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
26
|
+
# if defined (__GNUC__)
|
27
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
28
|
+
# elif defined (G_OS_WIN32)
|
29
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
30
|
+
# endif
|
31
|
+
#endif
|
32
|
+
|
33
|
+
#include <glib.h>
|
26
34
|
#include <gtksourceview/gtksourceversion.h>
|
27
35
|
|
28
36
|
G_BEGIN_DECLS
|
@@ -56,61 +64,6 @@ typedef struct _GtkSourceTag GtkSourceTag;
|
|
56
64
|
typedef struct _GtkSourceUndoManager GtkSourceUndoManager;
|
57
65
|
typedef struct _GtkSourceView GtkSourceView;
|
58
66
|
|
59
|
-
/**
|
60
|
-
* GtkSourceNewlineType:
|
61
|
-
* @GTK_SOURCE_NEWLINE_TYPE_LF: line feed, used on UNIX.
|
62
|
-
* @GTK_SOURCE_NEWLINE_TYPE_CR: carriage return, used on Mac.
|
63
|
-
* @GTK_SOURCE_NEWLINE_TYPE_CR_LF: carriage return followed by a line feed, used
|
64
|
-
* on Windows.
|
65
|
-
*
|
66
|
-
* Since: 3.14
|
67
|
-
*/
|
68
|
-
typedef enum
|
69
|
-
{
|
70
|
-
GTK_SOURCE_NEWLINE_TYPE_LF,
|
71
|
-
GTK_SOURCE_NEWLINE_TYPE_CR,
|
72
|
-
GTK_SOURCE_NEWLINE_TYPE_CR_LF
|
73
|
-
} GtkSourceNewlineType;
|
74
|
-
|
75
|
-
/**
|
76
|
-
* GTK_SOURCE_NEWLINE_TYPE_DEFAULT:
|
77
|
-
*
|
78
|
-
* The default newline type on the current OS.
|
79
|
-
*
|
80
|
-
* Since: 3.14
|
81
|
-
*/
|
82
|
-
#ifdef G_OS_WIN32
|
83
|
-
#define GTK_SOURCE_NEWLINE_TYPE_DEFAULT GTK_SOURCE_NEWLINE_TYPE_CR_LF
|
84
|
-
#else
|
85
|
-
#define GTK_SOURCE_NEWLINE_TYPE_DEFAULT GTK_SOURCE_NEWLINE_TYPE_LF
|
86
|
-
#endif
|
87
|
-
|
88
|
-
/**
|
89
|
-
* GtkSourceCompressionType:
|
90
|
-
* @GTK_SOURCE_COMPRESSION_TYPE_NONE: plain text.
|
91
|
-
* @GTK_SOURCE_COMPRESSION_TYPE_GZIP: gzip compression.
|
92
|
-
*
|
93
|
-
* Since: 3.14
|
94
|
-
*/
|
95
|
-
typedef enum
|
96
|
-
{
|
97
|
-
GTK_SOURCE_COMPRESSION_TYPE_NONE,
|
98
|
-
GTK_SOURCE_COMPRESSION_TYPE_GZIP
|
99
|
-
} GtkSourceCompressionType;
|
100
|
-
|
101
|
-
/**
|
102
|
-
* GtkSourceBackgroundPatternType:
|
103
|
-
* @GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE: no pattern
|
104
|
-
* @GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID: grid pattern
|
105
|
-
*
|
106
|
-
* Since: 3.16
|
107
|
-
*/
|
108
|
-
typedef enum
|
109
|
-
{
|
110
|
-
GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE,
|
111
|
-
GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID
|
112
|
-
} GtkSourceBackgroundPatternType;
|
113
|
-
|
114
67
|
G_END_DECLS
|
115
68
|
|
116
|
-
#endif /*
|
69
|
+
#endif /* GTK_SOURCE_TYPES_H */
|
@@ -22,8 +22,16 @@
|
|
22
22
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
23
23
|
*/
|
24
24
|
|
25
|
-
#ifndef
|
26
|
-
#define
|
25
|
+
#ifndef GTK_SOURCE_UNDO_MANAGER_H
|
26
|
+
#define GTK_SOURCE_UNDO_MANAGER_H
|
27
|
+
|
28
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
29
|
+
# if defined (__GNUC__)
|
30
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
31
|
+
# elif defined (G_OS_WIN32)
|
32
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
33
|
+
# endif
|
34
|
+
#endif
|
27
35
|
|
28
36
|
#include <gtk/gtk.h>
|
29
37
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -85,4 +93,4 @@ void gtk_source_undo_manager_can_redo_changed (GtkSourceUndoManage
|
|
85
93
|
|
86
94
|
G_END_DECLS
|
87
95
|
|
88
|
-
#endif /*
|
96
|
+
#endif /* GTK_SOURCE_UNDO_MANAGER_H */
|