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
@@ -22,11 +22,20 @@
|
|
22
22
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
23
23
|
*/
|
24
24
|
|
25
|
-
#ifndef
|
26
|
-
#define
|
25
|
+
#ifndef GTK_SOURCE_FILE_LOADER_H
|
26
|
+
#define GTK_SOURCE_FILE_LOADER_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>
|
38
|
+
#include <gtksourceview/gtksourcefile.h>
|
30
39
|
|
31
40
|
G_BEGIN_DECLS
|
32
41
|
|
@@ -52,7 +61,7 @@ typedef struct _GtkSourceFileLoaderPrivate GtkSourceFileLoaderPrivate;
|
|
52
61
|
*
|
53
62
|
* An error code used with the %GTK_SOURCE_FILE_LOADER_ERROR domain.
|
54
63
|
*/
|
55
|
-
typedef enum
|
64
|
+
typedef enum _GtkSourceFileLoaderError
|
56
65
|
{
|
57
66
|
GTK_SOURCE_FILE_LOADER_ERROR_TOO_BIG,
|
58
67
|
GTK_SOURCE_FILE_LOADER_ERROR_ENCODING_AUTO_DETECTION_FAILED,
|
@@ -133,4 +142,4 @@ GtkSourceCompressionType gtk_source_file_loader_get_compression_type
|
|
133
142
|
|
134
143
|
G_END_DECLS
|
135
144
|
|
136
|
-
#endif /*
|
145
|
+
#endif /* GTK_SOURCE_FILE_LOADER_H */
|
@@ -22,11 +22,20 @@
|
|
22
22
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
23
23
|
*/
|
24
24
|
|
25
|
-
#ifndef
|
26
|
-
#define
|
25
|
+
#ifndef GTK_SOURCE_FILE_SAVER_H
|
26
|
+
#define GTK_SOURCE_FILE_SAVER_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>
|
38
|
+
#include <gtksourceview/gtksourcefile.h>
|
30
39
|
|
31
40
|
G_BEGIN_DECLS
|
32
41
|
|
@@ -52,7 +61,7 @@ typedef struct _GtkSourceFileSaverPrivate GtkSourceFileSaverPrivate;
|
|
52
61
|
* An error code used with the %GTK_SOURCE_FILE_SAVER_ERROR domain.
|
53
62
|
* Since: 3.14
|
54
63
|
*/
|
55
|
-
typedef enum
|
64
|
+
typedef enum _GtkSourceFileSaverError
|
56
65
|
{
|
57
66
|
GTK_SOURCE_FILE_SAVER_ERROR_INVALID_CHARS,
|
58
67
|
GTK_SOURCE_FILE_SAVER_ERROR_EXTERNALLY_MODIFIED
|
@@ -68,7 +77,7 @@ typedef enum
|
|
68
77
|
* Flags to define the behavior of a #GtkSourceFileSaver.
|
69
78
|
* Since: 3.14
|
70
79
|
*/
|
71
|
-
typedef enum
|
80
|
+
typedef enum _GtkSourceFileSaverFlags
|
72
81
|
{
|
73
82
|
GTK_SOURCE_FILE_SAVER_FLAGS_NONE = 0,
|
74
83
|
GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_INVALID_CHARS = 1 << 0,
|
@@ -161,4 +170,4 @@ gboolean gtk_source_file_saver_save_finish (GtkSourceFileSaver *saver,
|
|
161
170
|
|
162
171
|
G_END_DECLS
|
163
172
|
|
164
|
-
#endif /*
|
173
|
+
#endif /* GTK_SOURCE_FILE_SAVER_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_GUTTER_H
|
23
|
+
#define GTK_SOURCE_GUTTER_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>
|
@@ -90,4 +98,4 @@ GtkSourceGutterRenderer *
|
|
90
98
|
|
91
99
|
G_END_DECLS
|
92
100
|
|
93
|
-
#endif /*
|
101
|
+
#endif /* GTK_SOURCE_GUTTER_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_GUTTER_RENDERER_H
|
23
|
+
#define GTK_SOURCE_GUTTER_RENDERER_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>
|
@@ -48,7 +56,7 @@ typedef struct _GtkSourceGutterRendererPrivate GtkSourceGutterRendererPrivate;
|
|
48
56
|
* @GTK_SOURCE_GUTTER_RENDERER_STATE_SELECTED: area in the renderer represents
|
49
57
|
* a line in the buffer which contains part of the selection
|
50
58
|
**/
|
51
|
-
typedef enum
|
59
|
+
typedef enum _GtkSourceGutterRendererState
|
52
60
|
{
|
53
61
|
GTK_SOURCE_GUTTER_RENDERER_STATE_NORMAL = 0,
|
54
62
|
GTK_SOURCE_GUTTER_RENDERER_STATE_CURSOR = 1 << 0,
|
@@ -65,7 +73,7 @@ typedef enum
|
|
65
73
|
* The alignment mode of the renderer, when a cell spans multiple lines (due to
|
66
74
|
* text wrapping).
|
67
75
|
**/
|
68
|
-
typedef enum
|
76
|
+
typedef enum _GtkSourceGutterRendererAlignmentMode
|
69
77
|
{
|
70
78
|
GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_CELL,
|
71
79
|
GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_FIRST,
|
@@ -105,7 +113,7 @@ struct _GtkSourceGutterRendererClass
|
|
105
113
|
/**
|
106
114
|
* GtkSourceGutterRendererClass::change_view:
|
107
115
|
* @renderer: a #GtkSourceGutterRenderer.
|
108
|
-
* @old_view: (
|
116
|
+
* @old_view: (nullable): the old #GtkTextView.
|
109
117
|
*
|
110
118
|
* This is called when the text view changes for @renderer.
|
111
119
|
*/
|
@@ -115,7 +123,7 @@ struct _GtkSourceGutterRendererClass
|
|
115
123
|
/**
|
116
124
|
* GtkSourceGutterRendererClass::change_buffer:
|
117
125
|
* @renderer: a #GtkSourceGutterRenderer.
|
118
|
-
* @old_buffer: (
|
126
|
+
* @old_buffer: (nullable): the old #GtkTextBuffer.
|
119
127
|
*
|
120
128
|
* This is called when the text buffer changes for @renderer.
|
121
129
|
*/
|
@@ -264,4 +272,4 @@ void gtk_source_gutter_renderer_query_data (GtkSourceGutterRenderer
|
|
264
272
|
|
265
273
|
G_END_DECLS
|
266
274
|
|
267
|
-
#endif /*
|
275
|
+
#endif /* GTK_SOURCE_GUTTER_RENDERER_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_GUTTER_RENDERER_PIXBUF_H
|
23
|
+
#define GTK_SOURCE_GUTTER_RENDERER_PIXBUF_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 <gtksourceview/gtksourcetypes.h>
|
26
34
|
#include <gtksourceview/gtksourcegutterrenderer.h>
|
@@ -92,4 +100,4 @@ const gchar *gtk_source_gutter_renderer_pixbuf_get_icon_name (GtkSourceGutter
|
|
92
100
|
|
93
101
|
G_END_DECLS
|
94
102
|
|
95
|
-
#endif /*
|
103
|
+
#endif /* GTK_SOURCE_GUTTER_RENDERER_TEXT_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_GUTTER_RENDERER_TEXT_H
|
23
|
+
#define GTK_SOURCE_GUTTER_RENDERER_TEXT_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 <gtksourceview/gtksourcetypes.h>
|
26
34
|
#include <gtksourceview/gtksourcegutterrenderer.h>
|
@@ -86,4 +94,4 @@ void gtk_source_gutter_renderer_text_measure_markup (GtkSourceGutterRendererText
|
|
86
94
|
|
87
95
|
G_END_DECLS
|
88
96
|
|
89
|
-
#endif /*
|
97
|
+
#endif /* GTK_SOURCE_GUTTER_RENDERER_TEXT_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_LANGUAGE_H
|
23
|
+
#define GTK_SOURCE_LANGUAGE_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>
|
@@ -92,5 +100,5 @@ const gchar *gtk_source_language_get_style_fallback (GtkSourceLanguage *language
|
|
92
100
|
|
93
101
|
G_END_DECLS
|
94
102
|
|
95
|
-
#endif /*
|
103
|
+
#endif /* GTK_SOURCE_LANGUAGE_H */
|
96
104
|
|
@@ -19,9 +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
|
-
|
22
|
+
#ifndef GTK_SOURCE_LANGUAGE_MANAGER_H
|
23
|
+
#define GTK_SOURCE_LANGUAGE_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
|
32
|
+
|
33
|
+
#include <glib-object.h>
|
25
34
|
#include <gtksourceview/gtksourcetypes.h>
|
26
35
|
|
27
36
|
G_BEGIN_DECLS
|
@@ -83,6 +92,9 @@ GtkSourceLanguage *gtk_source_language_manager_guess_language (GtkSourceLangua
|
|
83
92
|
const gchar *filename,
|
84
93
|
const gchar *content_type);
|
85
94
|
|
95
|
+
G_GNUC_INTERNAL
|
96
|
+
GtkSourceLanguageManager *_gtk_source_language_manager_peek_default (void);
|
97
|
+
|
86
98
|
G_END_DECLS
|
87
99
|
|
88
|
-
#endif /*
|
100
|
+
#endif /* GTK_SOURCE_LANGUAGE_MANAGER_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_MAP_H
|
23
|
+
#define GTK_SOURCE_MAP_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/gtksourceview.h>
|
@@ -65,4 +73,4 @@ GtkSourceView *gtk_source_map_get_view (GtkSourceMap *map);
|
|
65
73
|
|
66
74
|
G_END_DECLS
|
67
75
|
|
68
|
-
#endif /*
|
76
|
+
#endif /* GTK_SOURCE_MAP_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 GTKSOURCEMARK_H
|
23
|
+
#define GTKSOURCEMARK_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>
|
@@ -74,4 +82,4 @@ GtkSourceMark *gtk_source_mark_prev (GtkSourceMark *mark,
|
|
74
82
|
|
75
83
|
G_END_DECLS
|
76
84
|
|
77
|
-
#endif /*
|
85
|
+
#endif /* GTKSOURCEMARK_H */
|
@@ -20,8 +20,16 @@
|
|
20
20
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
21
21
|
*/
|
22
22
|
|
23
|
-
#ifndef
|
24
|
-
#define
|
23
|
+
#ifndef GTK_SOURCE_MARK_ATTRIBUTES_H
|
24
|
+
#define GTK_SOURCE_MARK_ATTRIBUTES_H
|
25
|
+
|
26
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
27
|
+
# if defined (__GNUC__)
|
28
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
29
|
+
# elif defined (G_OS_WIN32)
|
30
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
31
|
+
# endif
|
32
|
+
#endif
|
25
33
|
|
26
34
|
#include <gtk/gtk.h>
|
27
35
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -113,4 +121,4 @@ gchar *gtk_source_mark_attributes_get_tooltip_markup (GtkSourceMarkAt
|
|
113
121
|
|
114
122
|
G_END_DECLS
|
115
123
|
|
116
|
-
#endif /*
|
124
|
+
#endif /* GTK_SOURCE_MARK_ATTRIBUTES_H */
|
@@ -20,8 +20,16 @@
|
|
20
20
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
21
21
|
*/
|
22
22
|
|
23
|
-
#ifndef
|
24
|
-
#define
|
23
|
+
#ifndef GTK_SOURCE_PRINT_COMPOSITOR_H
|
24
|
+
#define GTK_SOURCE_PRINT_COMPOSITOR_H
|
25
|
+
|
26
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
27
|
+
# if defined (__GNUC__)
|
28
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
29
|
+
# elif defined (G_OS_WIN32)
|
30
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
31
|
+
# endif
|
32
|
+
#endif
|
25
33
|
|
26
34
|
#include <gtk/gtk.h>
|
27
35
|
#include <gtksourceview/gtksourcetypes.h>
|
@@ -218,4 +226,4 @@ void gtk_source_print_compositor_draw_page (GtkSourcePrintCompositor *compo
|
|
218
226
|
|
219
227
|
G_END_DECLS
|
220
228
|
|
221
|
-
#endif /*
|
229
|
+
#endif /* GTK_SOURCE_PRINT_COMPOSITOR_H */
|
@@ -0,0 +1,132 @@
|
|
1
|
+
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
|
2
|
+
* gtksourceregion.h - GtkTextMark-based region utility
|
3
|
+
* This file is part of GtkSourceView
|
4
|
+
*
|
5
|
+
* Copyright (C) 2002 Gustavo Giráldez <gustavo.giraldez@gmx.net>
|
6
|
+
* Copyright (C) 2016 Sébastien Wilmet <swilmet@gnome.org>
|
7
|
+
*
|
8
|
+
* This library is free software; you can redistribute it and/or
|
9
|
+
* modify it under the terms of the GNU Lesser General Public
|
10
|
+
* License as published by the Free Software Foundation; either
|
11
|
+
* version 2.1 of the License, or (at your option) any later version.
|
12
|
+
*
|
13
|
+
* This library is distributed in the hope that it will be useful,
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
* Lesser General Public License for more details.
|
17
|
+
*
|
18
|
+
* You should have received a copy of the GNU Lesser General Public
|
19
|
+
* License along with this library; if not, write to the Free Software
|
20
|
+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
21
|
+
*/
|
22
|
+
|
23
|
+
#ifndef GTK_SOURCE_REGION_H
|
24
|
+
#define GTK_SOURCE_REGION_H
|
25
|
+
|
26
|
+
#if !defined (GTK_SOURCE_H_INSIDE) && !defined (GTK_SOURCE_COMPILATION)
|
27
|
+
# if defined (__GNUC__)
|
28
|
+
# warning "Only <gtksourceview/gtksource.h> can be included directly."
|
29
|
+
# elif defined (G_OS_WIN32)
|
30
|
+
# pragma message("Only <gtksourceview/gtksource.h> can be included directly.")
|
31
|
+
# endif
|
32
|
+
#endif
|
33
|
+
|
34
|
+
#include <gtk/gtk.h>
|
35
|
+
#include <gtksourceview/gtksourceversion.h>
|
36
|
+
|
37
|
+
G_BEGIN_DECLS
|
38
|
+
|
39
|
+
#define GTK_SOURCE_TYPE_REGION (gtk_source_region_get_type ())
|
40
|
+
|
41
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
42
|
+
G_DECLARE_DERIVABLE_TYPE (GtkSourceRegion, gtk_source_region,
|
43
|
+
GTK_SOURCE, REGION,
|
44
|
+
GObject)
|
45
|
+
|
46
|
+
struct _GtkSourceRegionClass
|
47
|
+
{
|
48
|
+
GObjectClass parent_class;
|
49
|
+
|
50
|
+
/* Padding for future expansion */
|
51
|
+
gpointer padding[8];
|
52
|
+
};
|
53
|
+
|
54
|
+
/**
|
55
|
+
* GtkSourceRegionIter:
|
56
|
+
*
|
57
|
+
* #GtkSourceRegionIter is an opaque datatype; ignore all its fields.
|
58
|
+
* Initialize the iter with gtk_source_region_get_start_region_iter().
|
59
|
+
*
|
60
|
+
* Since: 3.22
|
61
|
+
*/
|
62
|
+
typedef struct _GtkSourceRegionIter GtkSourceRegionIter;
|
63
|
+
struct _GtkSourceRegionIter
|
64
|
+
{
|
65
|
+
/*< private >*/
|
66
|
+
gpointer dummy1;
|
67
|
+
guint32 dummy2;
|
68
|
+
gpointer dummy3;
|
69
|
+
};
|
70
|
+
|
71
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
72
|
+
GtkSourceRegion * gtk_source_region_new (GtkTextBuffer *buffer);
|
73
|
+
|
74
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
75
|
+
GtkTextBuffer * gtk_source_region_get_buffer (GtkSourceRegion *region);
|
76
|
+
|
77
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
78
|
+
void gtk_source_region_add_subregion (GtkSourceRegion *region,
|
79
|
+
const GtkTextIter *_start,
|
80
|
+
const GtkTextIter *_end);
|
81
|
+
|
82
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
83
|
+
void gtk_source_region_add_region (GtkSourceRegion *region,
|
84
|
+
GtkSourceRegion *region_to_add);
|
85
|
+
|
86
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
87
|
+
void gtk_source_region_subtract_subregion (GtkSourceRegion *region,
|
88
|
+
const GtkTextIter *_start,
|
89
|
+
const GtkTextIter *_end);
|
90
|
+
|
91
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
92
|
+
void gtk_source_region_subtract_region (GtkSourceRegion *region,
|
93
|
+
GtkSourceRegion *region_to_subtract);
|
94
|
+
|
95
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
96
|
+
GtkSourceRegion * gtk_source_region_intersect_subregion (GtkSourceRegion *region,
|
97
|
+
const GtkTextIter *_start,
|
98
|
+
const GtkTextIter *_end);
|
99
|
+
|
100
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
101
|
+
GtkSourceRegion * gtk_source_region_intersect_region (GtkSourceRegion *region1,
|
102
|
+
GtkSourceRegion *region2);
|
103
|
+
|
104
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
105
|
+
gboolean gtk_source_region_is_empty (GtkSourceRegion *region);
|
106
|
+
|
107
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
108
|
+
gboolean gtk_source_region_get_bounds (GtkSourceRegion *region,
|
109
|
+
GtkTextIter *start,
|
110
|
+
GtkTextIter *end);
|
111
|
+
|
112
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
113
|
+
void gtk_source_region_get_start_region_iter (GtkSourceRegion *region,
|
114
|
+
GtkSourceRegionIter *iter);
|
115
|
+
|
116
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
117
|
+
gboolean gtk_source_region_iter_is_end (GtkSourceRegionIter *iter);
|
118
|
+
|
119
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
120
|
+
gboolean gtk_source_region_iter_next (GtkSourceRegionIter *iter);
|
121
|
+
|
122
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
123
|
+
gboolean gtk_source_region_iter_get_subregion (GtkSourceRegionIter *iter,
|
124
|
+
GtkTextIter *start,
|
125
|
+
GtkTextIter *end);
|
126
|
+
|
127
|
+
GTK_SOURCE_AVAILABLE_IN_3_22
|
128
|
+
gchar * gtk_source_region_to_string (GtkSourceRegion *region);
|
129
|
+
|
130
|
+
G_END_DECLS
|
131
|
+
|
132
|
+
#endif /* GTK_SOURCE_REGION_H */
|