gtksourceview3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/lib/gtksourceview3/loader.rb +46 -0
- data/lib/gtksourceview3/mark-attributes.rb +29 -0
- data/lib/gtksourceview3.rb +47 -12
- data/test/run-test.rb +2 -0
- data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
- data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
- data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
- data/test/{test_source_view.rb → test-source-view.rb} +1 -1
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
- 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 +3 -3
- data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
- 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 +13 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
- data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
- metadata +43 -35
- data/ext/gtksourceview3/depend +0 -6
- data/ext/gtksourceview3/extconf.rb +0 -67
- data/ext/gtksourceview3/gtksourceview3.def +0 -2
- data/ext/gtksourceview3/rbgtksource.c +0 -53
- data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
- data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
- data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
- data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
- data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
- data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
- data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
- data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
- data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
- data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
- data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
- data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
- data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
- data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
- data/ext/gtksourceview3/rbgtksourceview.c +0 -94
- data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
- data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
- data/extconf.rb +0 -49
- data/lib/2.0/gtksourceview3.so +0 -0
- data/lib/2.1/gtksourceview3.so +0 -0
- data/lib/2.2/gtksourceview3.so +0 -0
- data/sample/sourcelanguagemanager.rb +0 -21
- data/sample/test.rb +0 -32
@@ -2,38 +2,57 @@
|
|
2
2
|
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
3
|
<book xmlns="http://www.devhelp.net/book" title="GtkSourceView 3 Reference Manual" link="index.html" author="" name="gtksourceview-3.0" version="2" language="c">
|
4
4
|
<chapters>
|
5
|
-
<sub name="API reference" link="
|
6
|
-
<sub name="
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
<sub name="
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
<sub name="
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
<sub name="
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
5
|
+
<sub name="API reference" link="pt01.html">
|
6
|
+
<sub name="Main Classes" link="ch01.html">
|
7
|
+
<sub name="GtkSourceBuffer" link="GtkSourceBuffer.html"/>
|
8
|
+
<sub name="GtkSourceView" link="GtkSourceView.html"/>
|
9
|
+
</sub>
|
10
|
+
<sub name="Syntax Highlighting" link="ch02.html">
|
11
|
+
<sub name="GtkSourceLanguage" link="GtkSourceLanguage.html"/>
|
12
|
+
<sub name="GtkSourceLanguageManager" link="GtkSourceLanguageManager.html"/>
|
13
|
+
<sub name="GtkSourceStyle" link="GtkSourceStyle.html"/>
|
14
|
+
<sub name="GtkSourceStyleScheme" link="GtkSourceStyleScheme.html"/>
|
15
|
+
<sub name="GtkSourceStyleSchemeManager" link="GtkSourceStyleSchemeManager.html"/>
|
16
|
+
<sub name="GtkSourceStyleSchemeChooser" link="GtkSourceStyleSchemeChooser.html"/>
|
17
|
+
<sub name="GtkSourceStyleSchemeChooserButton" link="GtkSourceStyleSchemeChooserButton.html"/>
|
18
|
+
<sub name="GtkSourceStyleSchemeChooserWidget" link="GtkSourceStyleSchemeChooserWidget.html"/>
|
19
|
+
</sub>
|
20
|
+
<sub name="Completion" link="ch03.html">
|
21
|
+
<sub name="GtkSourceCompletion" link="GtkSourceCompletion.html"/>
|
22
|
+
<sub name="GtkSourceCompletionContext" link="GtkSourceCompletionContext.html"/>
|
23
|
+
<sub name="GtkSourceCompletionInfo" link="GtkSourceCompletionInfo.html"/>
|
24
|
+
<sub name="GtkSourceCompletionItem" link="GtkSourceCompletionItem.html"/>
|
25
|
+
<sub name="GtkSourceCompletionProposal" link="GtkSourceCompletionProposal.html"/>
|
26
|
+
<sub name="GtkSourceCompletionProvider" link="GtkSourceCompletionProvider.html"/>
|
27
|
+
<sub name="GtkSourceCompletionWords" link="GtkSourceCompletionWords.html"/>
|
28
|
+
</sub>
|
29
|
+
<sub name="File Loading and Saving" link="ch04.html">
|
30
|
+
<sub name="GtkSourceEncoding" link="GtkSourceEncoding.html"/>
|
31
|
+
<sub name="GtkSourceFile" link="GtkSourceFile.html"/>
|
32
|
+
<sub name="GtkSourceFileLoader" link="GtkSourceFileLoader.html"/>
|
33
|
+
<sub name="GtkSourceFileSaver" link="GtkSourceFileSaver.html"/>
|
34
|
+
</sub>
|
35
|
+
<sub name="Gutter and Marks" link="ch05.html">
|
36
|
+
<sub name="GtkSourceGutter" link="GtkSourceGutter.html"/>
|
37
|
+
<sub name="GtkSourceGutterRenderer" link="GtkSourceGutterRenderer.html"/>
|
38
|
+
<sub name="GtkSourceGutterRendererPixbuf" link="GtkSourceGutterRendererPixbuf.html"/>
|
39
|
+
<sub name="GtkSourceGutterRendererText" link="GtkSourceGutterRendererText.html"/>
|
40
|
+
<sub name="GtkSourceMark" link="GtkSourceMark.html"/>
|
41
|
+
<sub name="GtkSourceMarkAttributes" link="GtkSourceMarkAttributes.html"/>
|
42
|
+
</sub>
|
43
|
+
<sub name="Printing" link="ch06.html">
|
44
|
+
<sub name="GtkSourcePrintCompositor" link="GtkSourcePrintCompositor.html"/>
|
45
|
+
</sub>
|
46
|
+
<sub name="Search and Replace" link="ch07.html">
|
47
|
+
<sub name="GtkSourceSearchContext" link="GtkSourceSearchContext.html"/>
|
48
|
+
<sub name="GtkSourceSearchSettings" link="GtkSourceSearchSettings.html"/>
|
49
|
+
</sub>
|
50
|
+
<sub name="Others" link="ch08.html">
|
51
|
+
<sub name="GtkSourceUndoManager" link="GtkSourceUndoManager.html"/>
|
52
|
+
<sub name="GtkSourceUtils" link="gtksourceview-3.0-GtkSourceUtils.html"/>
|
53
|
+
</sub>
|
35
54
|
</sub>
|
36
|
-
<sub name="Syntax highlighting reference" link="
|
55
|
+
<sub name="Syntax highlighting reference" link="pt02.html">
|
37
56
|
<sub name="Language Definition v2.0 Tutorial" link="lang-tutorial.html"/>
|
38
57
|
<sub name="Language Definition v2.0 Reference" link="lang-reference.html"/>
|
39
58
|
<sub name="Style Scheme Definition Reference" link="style-reference.html"/>
|
@@ -46,11 +65,12 @@
|
|
46
65
|
<sub name="Index of new symbols in 3.10" link="api-index-3-10.html"/>
|
47
66
|
<sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
|
48
67
|
<sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
|
68
|
+
<sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
|
49
69
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
50
70
|
</chapters>
|
51
71
|
<functions>
|
52
|
-
<keyword type="" name="Undo
|
53
|
-
<keyword type="" name="Context Classes" link="GtkSourceBuffer.html#id-1.2.2.9.6"/>
|
72
|
+
<keyword type="" name="Undo/Redo" link="GtkSourceBuffer.html#id-1.2.2.2.9.5"/>
|
73
|
+
<keyword type="" name="Context Classes" link="GtkSourceBuffer.html#id-1.2.2.2.9.6"/>
|
54
74
|
<keyword type="function" name="gtk_source_buffer_new ()" link="GtkSourceBuffer.html#gtk-source-buffer-new"/>
|
55
75
|
<keyword type="function" name="gtk_source_buffer_new_with_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-new-with-language"/>
|
56
76
|
<keyword type="function" name="gtk_source_buffer_set_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax"/>
|
@@ -83,6 +103,7 @@
|
|
83
103
|
<keyword type="function" name="gtk_source_buffer_get_source_marks_at_iter ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-source-marks-at-iter" since="2.2"/>
|
84
104
|
<keyword type="function" name="gtk_source_buffer_remove_source_marks ()" link="GtkSourceBuffer.html#gtk-source-buffer-remove-source-marks" since="2.2"/>
|
85
105
|
<keyword type="function" name="gtk_source_buffer_change_case ()" link="GtkSourceBuffer.html#gtk-source-buffer-change-case" since="3.12"/>
|
106
|
+
<keyword type="function" name="gtk_source_buffer_join_lines ()" link="GtkSourceBuffer.html#gtk-source-buffer-join-lines" since="3.16"/>
|
86
107
|
<keyword type="function" name="gtk_source_buffer_set_implicit_trailing_newline ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-implicit-trailing-newline" since="3.14"/>
|
87
108
|
<keyword type="function" name="gtk_source_buffer_get_implicit_trailing_newline ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-implicit-trailing-newline" since="3.14"/>
|
88
109
|
<keyword type="struct" name="GtkSourceBuffer" link="GtkSourceBuffer.html#GtkSourceBuffer-struct"/>
|
@@ -102,7 +123,147 @@
|
|
102
123
|
<keyword type="signal" name="The “redo” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-redo"/>
|
103
124
|
<keyword type="signal" name="The “source-mark-updated” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-source-mark-updated"/>
|
104
125
|
<keyword type="signal" name="The “undo” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-undo"/>
|
105
|
-
<keyword type="" name="
|
126
|
+
<keyword type="" name="GtkSourceView as GtkBuildable" link="GtkSourceView.html#id-1.2.2.3.10.6"/>
|
127
|
+
<keyword type="function" name="gtk_source_view_new ()" link="GtkSourceView.html#gtk-source-view-new"/>
|
128
|
+
<keyword type="function" name="gtk_source_view_new_with_buffer ()" link="GtkSourceView.html#gtk-source-view-new-with-buffer"/>
|
129
|
+
<keyword type="function" name="gtk_source_view_set_show_line_numbers ()" link="GtkSourceView.html#gtk-source-view-set-show-line-numbers"/>
|
130
|
+
<keyword type="function" name="gtk_source_view_get_show_line_numbers ()" link="GtkSourceView.html#gtk-source-view-get-show-line-numbers"/>
|
131
|
+
<keyword type="function" name="gtk_source_view_set_show_right_margin ()" link="GtkSourceView.html#gtk-source-view-set-show-right-margin"/>
|
132
|
+
<keyword type="function" name="gtk_source_view_get_show_right_margin ()" link="GtkSourceView.html#gtk-source-view-get-show-right-margin"/>
|
133
|
+
<keyword type="function" name="gtk_source_view_set_right_margin_position ()" link="GtkSourceView.html#gtk-source-view-set-right-margin-position"/>
|
134
|
+
<keyword type="function" name="gtk_source_view_get_right_margin_position ()" link="GtkSourceView.html#gtk-source-view-get-right-margin-position"/>
|
135
|
+
<keyword type="function" name="gtk_source_view_set_highlight_current_line ()" link="GtkSourceView.html#gtk-source-view-set-highlight-current-line"/>
|
136
|
+
<keyword type="function" name="gtk_source_view_get_highlight_current_line ()" link="GtkSourceView.html#gtk-source-view-get-highlight-current-line"/>
|
137
|
+
<keyword type="function" name="gtk_source_view_set_auto_indent ()" link="GtkSourceView.html#gtk-source-view-set-auto-indent"/>
|
138
|
+
<keyword type="function" name="gtk_source_view_get_auto_indent ()" link="GtkSourceView.html#gtk-source-view-get-auto-indent"/>
|
139
|
+
<keyword type="function" name="gtk_source_view_set_indent_on_tab ()" link="GtkSourceView.html#gtk-source-view-set-indent-on-tab" since="1.8"/>
|
140
|
+
<keyword type="function" name="gtk_source_view_get_indent_on_tab ()" link="GtkSourceView.html#gtk-source-view-get-indent-on-tab" since="1.8"/>
|
141
|
+
<keyword type="function" name="gtk_source_view_set_tab_width ()" link="GtkSourceView.html#gtk-source-view-set-tab-width"/>
|
142
|
+
<keyword type="function" name="gtk_source_view_get_tab_width ()" link="GtkSourceView.html#gtk-source-view-get-tab-width"/>
|
143
|
+
<keyword type="function" name="gtk_source_view_set_indent_width ()" link="GtkSourceView.html#gtk-source-view-set-indent-width"/>
|
144
|
+
<keyword type="function" name="gtk_source_view_get_indent_width ()" link="GtkSourceView.html#gtk-source-view-get-indent-width"/>
|
145
|
+
<keyword type="function" name="gtk_source_view_set_insert_spaces_instead_of_tabs ()" link="GtkSourceView.html#gtk-source-view-set-insert-spaces-instead-of-tabs"/>
|
146
|
+
<keyword type="function" name="gtk_source_view_get_insert_spaces_instead_of_tabs ()" link="GtkSourceView.html#gtk-source-view-get-insert-spaces-instead-of-tabs"/>
|
147
|
+
<keyword type="function" name="gtk_source_view_indent_lines ()" link="GtkSourceView.html#gtk-source-view-indent-lines" since="3.16"/>
|
148
|
+
<keyword type="function" name="gtk_source_view_unindent_lines ()" link="GtkSourceView.html#gtk-source-view-unindent-lines" since="3.16"/>
|
149
|
+
<keyword type="function" name="gtk_source_view_get_visual_column ()" link="GtkSourceView.html#gtk-source-view-get-visual-column"/>
|
150
|
+
<keyword type="function" name="gtk_source_view_set_smart_home_end ()" link="GtkSourceView.html#gtk-source-view-set-smart-home-end"/>
|
151
|
+
<keyword type="function" name="gtk_source_view_get_smart_home_end ()" link="GtkSourceView.html#gtk-source-view-get-smart-home-end"/>
|
152
|
+
<keyword type="function" name="gtk_source_view_set_mark_attributes ()" link="GtkSourceView.html#gtk-source-view-set-mark-attributes"/>
|
153
|
+
<keyword type="function" name="gtk_source_view_get_mark_attributes ()" link="GtkSourceView.html#gtk-source-view-get-mark-attributes"/>
|
154
|
+
<keyword type="function" name="gtk_source_view_set_show_line_marks ()" link="GtkSourceView.html#gtk-source-view-set-show-line-marks" since="2.2"/>
|
155
|
+
<keyword type="function" name="gtk_source_view_get_show_line_marks ()" link="GtkSourceView.html#gtk-source-view-get-show-line-marks" since="2.2"/>
|
156
|
+
<keyword type="function" name="gtk_source_view_set_draw_spaces ()" link="GtkSourceView.html#gtk-source-view-set-draw-spaces"/>
|
157
|
+
<keyword type="function" name="gtk_source_view_get_draw_spaces ()" link="GtkSourceView.html#gtk-source-view-get-draw-spaces"/>
|
158
|
+
<keyword type="function" name="gtk_source_view_get_completion ()" link="GtkSourceView.html#gtk-source-view-get-completion"/>
|
159
|
+
<keyword type="function" name="gtk_source_view_get_gutter ()" link="GtkSourceView.html#gtk-source-view-get-gutter" since="2.8"/>
|
160
|
+
<keyword type="function" name="gtk_source_view_set_background_pattern ()" link="GtkSourceView.html#gtk-source-view-set-background-pattern" since="3.16"/>
|
161
|
+
<keyword type="function" name="gtk_source_view_get_background_pattern ()" link="GtkSourceView.html#gtk-source-view-get-background-pattern" since="3.16"/>
|
162
|
+
<keyword type="struct" name="GtkSourceView" link="GtkSourceView.html#GtkSourceView-struct"/>
|
163
|
+
<keyword type="enum" name="enum GtkSourceSmartHomeEndType" link="GtkSourceView.html#GtkSourceSmartHomeEndType"/>
|
164
|
+
<keyword type="enum" name="enum GtkSourceDrawSpacesFlags" link="GtkSourceView.html#GtkSourceDrawSpacesFlags"/>
|
165
|
+
<keyword type="enum" name="enum GtkSourceViewGutterPosition" link="GtkSourceView.html#GtkSourceViewGutterPosition"/>
|
166
|
+
<keyword type="enum" name="enum GtkSourceBackgroundPatternType" link="GtkSourceView.html#GtkSourceBackgroundPatternType" since="3.16"/>
|
167
|
+
<keyword type="property" name="The “auto-indent” property" link="GtkSourceView.html#GtkSourceView--auto-indent"/>
|
168
|
+
<keyword type="property" name="The “background-pattern” property" link="GtkSourceView.html#GtkSourceView--background-pattern"/>
|
169
|
+
<keyword type="property" name="The “completion” property" link="GtkSourceView.html#GtkSourceView--completion"/>
|
170
|
+
<keyword type="property" name="The “draw-spaces” property" link="GtkSourceView.html#GtkSourceView--draw-spaces"/>
|
171
|
+
<keyword type="property" name="The “highlight-current-line” property" link="GtkSourceView.html#GtkSourceView--highlight-current-line"/>
|
172
|
+
<keyword type="property" name="The “indent-on-tab” property" link="GtkSourceView.html#GtkSourceView--indent-on-tab"/>
|
173
|
+
<keyword type="property" name="The “indent-width” property" link="GtkSourceView.html#GtkSourceView--indent-width"/>
|
174
|
+
<keyword type="property" name="The “insert-spaces-instead-of-tabs” property" link="GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs"/>
|
175
|
+
<keyword type="property" name="The “right-margin-position” property" link="GtkSourceView.html#GtkSourceView--right-margin-position"/>
|
176
|
+
<keyword type="property" name="The “show-line-marks” property" link="GtkSourceView.html#GtkSourceView--show-line-marks"/>
|
177
|
+
<keyword type="property" name="The “show-line-numbers” property" link="GtkSourceView.html#GtkSourceView--show-line-numbers"/>
|
178
|
+
<keyword type="property" name="The “show-right-margin” property" link="GtkSourceView.html#GtkSourceView--show-right-margin"/>
|
179
|
+
<keyword type="property" name="The “smart-home-end” property" link="GtkSourceView.html#GtkSourceView--smart-home-end"/>
|
180
|
+
<keyword type="property" name="The “tab-width” property" link="GtkSourceView.html#GtkSourceView--tab-width"/>
|
181
|
+
<keyword type="signal" name="The “change-case” signal" link="GtkSourceView.html#GtkSourceView-change-case"/>
|
182
|
+
<keyword type="signal" name="The “change-number” signal" link="GtkSourceView.html#GtkSourceView-change-number"/>
|
183
|
+
<keyword type="signal" name="The “join-lines” signal" link="GtkSourceView.html#GtkSourceView-join-lines"/>
|
184
|
+
<keyword type="signal" name="The “line-mark-activated” signal" link="GtkSourceView.html#GtkSourceView-line-mark-activated"/>
|
185
|
+
<keyword type="signal" name="The “move-lines” signal" link="GtkSourceView.html#GtkSourceView-move-lines"/>
|
186
|
+
<keyword type="signal" name="The “move-to-matching-bracket” signal" link="GtkSourceView.html#GtkSourceView-move-to-matching-bracket"/>
|
187
|
+
<keyword type="signal" name="The “move-words” signal" link="GtkSourceView.html#GtkSourceView-move-words"/>
|
188
|
+
<keyword type="signal" name="The “redo” signal" link="GtkSourceView.html#GtkSourceView-redo"/>
|
189
|
+
<keyword type="signal" name="The “show-completion” signal" link="GtkSourceView.html#GtkSourceView-show-completion"/>
|
190
|
+
<keyword type="signal" name="The “smart-home-end” signal" link="GtkSourceView.html#GtkSourceView-smart-home-end"/>
|
191
|
+
<keyword type="signal" name="The “undo” signal" link="GtkSourceView.html#GtkSourceView-undo"/>
|
192
|
+
<keyword type="function" name="gtk_source_language_get_id ()" link="GtkSourceLanguage.html#gtk-source-language-get-id"/>
|
193
|
+
<keyword type="function" name="gtk_source_language_get_name ()" link="GtkSourceLanguage.html#gtk-source-language-get-name"/>
|
194
|
+
<keyword type="function" name="gtk_source_language_get_section ()" link="GtkSourceLanguage.html#gtk-source-language-get-section"/>
|
195
|
+
<keyword type="function" name="gtk_source_language_get_hidden ()" link="GtkSourceLanguage.html#gtk-source-language-get-hidden"/>
|
196
|
+
<keyword type="function" name="gtk_source_language_get_metadata ()" link="GtkSourceLanguage.html#gtk-source-language-get-metadata"/>
|
197
|
+
<keyword type="function" name="gtk_source_language_get_mime_types ()" link="GtkSourceLanguage.html#gtk-source-language-get-mime-types"/>
|
198
|
+
<keyword type="function" name="gtk_source_language_get_globs ()" link="GtkSourceLanguage.html#gtk-source-language-get-globs"/>
|
199
|
+
<keyword type="function" name="gtk_source_language_get_style_name ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-name"/>
|
200
|
+
<keyword type="function" name="gtk_source_language_get_style_ids ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-ids"/>
|
201
|
+
<keyword type="function" name="gtk_source_language_get_style_fallback ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-fallback" since="3.4"/>
|
202
|
+
<keyword type="struct" name="GtkSourceLanguage" link="GtkSourceLanguage.html#GtkSourceLanguage-struct"/>
|
203
|
+
<keyword type="property" name="The “hidden” property" link="GtkSourceLanguage.html#GtkSourceLanguage--hidden"/>
|
204
|
+
<keyword type="property" name="The “id” property" link="GtkSourceLanguage.html#GtkSourceLanguage--id"/>
|
205
|
+
<keyword type="property" name="The “name” property" link="GtkSourceLanguage.html#GtkSourceLanguage--name"/>
|
206
|
+
<keyword type="property" name="The “section” property" link="GtkSourceLanguage.html#GtkSourceLanguage--section"/>
|
207
|
+
<keyword type="function" name="gtk_source_language_manager_new ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-new"/>
|
208
|
+
<keyword type="function" name="gtk_source_language_manager_get_default ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-default"/>
|
209
|
+
<keyword type="function" name="gtk_source_language_manager_set_search_path ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-set-search-path"/>
|
210
|
+
<keyword type="function" name="gtk_source_language_manager_get_search_path ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-search-path"/>
|
211
|
+
<keyword type="function" name="gtk_source_language_manager_get_language_ids ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language-ids"/>
|
212
|
+
<keyword type="function" name="gtk_source_language_manager_get_language ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language"/>
|
213
|
+
<keyword type="function" name="gtk_source_language_manager_guess_language ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language" since="2.4"/>
|
214
|
+
<keyword type="struct" name="GtkSourceLanguageManager" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager-struct"/>
|
215
|
+
<keyword type="property" name="The “language-ids” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids"/>
|
216
|
+
<keyword type="property" name="The “search-path” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path"/>
|
217
|
+
<keyword type="function" name="gtk_source_style_copy ()" link="GtkSourceStyle.html#gtk-source-style-copy" since="2.0"/>
|
218
|
+
<keyword type="struct" name="GtkSourceStyle" link="GtkSourceStyle.html#GtkSourceStyle-struct"/>
|
219
|
+
<keyword type="property" name="The “background” property" link="GtkSourceStyle.html#GtkSourceStyle--background"/>
|
220
|
+
<keyword type="property" name="The “background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--background-set"/>
|
221
|
+
<keyword type="property" name="The “bold” property" link="GtkSourceStyle.html#GtkSourceStyle--bold"/>
|
222
|
+
<keyword type="property" name="The “bold-set” property" link="GtkSourceStyle.html#GtkSourceStyle--bold-set"/>
|
223
|
+
<keyword type="property" name="The “foreground” property" link="GtkSourceStyle.html#GtkSourceStyle--foreground"/>
|
224
|
+
<keyword type="property" name="The “foreground-set” property" link="GtkSourceStyle.html#GtkSourceStyle--foreground-set"/>
|
225
|
+
<keyword type="property" name="The “italic” property" link="GtkSourceStyle.html#GtkSourceStyle--italic"/>
|
226
|
+
<keyword type="property" name="The “italic-set” property" link="GtkSourceStyle.html#GtkSourceStyle--italic-set"/>
|
227
|
+
<keyword type="property" name="The “line-background” property" link="GtkSourceStyle.html#GtkSourceStyle--line-background"/>
|
228
|
+
<keyword type="property" name="The “line-background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--line-background-set"/>
|
229
|
+
<keyword type="property" name="The “scale” property" link="GtkSourceStyle.html#GtkSourceStyle--scale"/>
|
230
|
+
<keyword type="property" name="The “scale-set” property" link="GtkSourceStyle.html#GtkSourceStyle--scale-set"/>
|
231
|
+
<keyword type="property" name="The “strikethrough” property" link="GtkSourceStyle.html#GtkSourceStyle--strikethrough"/>
|
232
|
+
<keyword type="property" name="The “strikethrough-set” property" link="GtkSourceStyle.html#GtkSourceStyle--strikethrough-set"/>
|
233
|
+
<keyword type="property" name="The “underline” property" link="GtkSourceStyle.html#GtkSourceStyle--underline"/>
|
234
|
+
<keyword type="property" name="The “underline-set” property" link="GtkSourceStyle.html#GtkSourceStyle--underline-set"/>
|
235
|
+
<keyword type="function" name="gtk_source_style_scheme_get_id ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-id" since="2.0"/>
|
236
|
+
<keyword type="function" name="gtk_source_style_scheme_get_name ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-name" since="2.0"/>
|
237
|
+
<keyword type="function" name="gtk_source_style_scheme_get_description ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-description" since="2.0"/>
|
238
|
+
<keyword type="function" name="gtk_source_style_scheme_get_authors ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-authors" since="2.0"/>
|
239
|
+
<keyword type="function" name="gtk_source_style_scheme_get_filename ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-filename" since="2.0"/>
|
240
|
+
<keyword type="function" name="gtk_source_style_scheme_get_style ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-style" since="2.0"/>
|
241
|
+
<keyword type="struct" name="GtkSourceStyleScheme" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme-struct"/>
|
242
|
+
<keyword type="property" name="The “description” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--description"/>
|
243
|
+
<keyword type="property" name="The “filename” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--filename"/>
|
244
|
+
<keyword type="property" name="The “id” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--id"/>
|
245
|
+
<keyword type="property" name="The “name” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--name"/>
|
246
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_new ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-new"/>
|
247
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_get_default ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-default"/>
|
248
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_set_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path"/>
|
249
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_append_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-append-search-path"/>
|
250
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_prepend_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-prepend-search-path"/>
|
251
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_get_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-search-path"/>
|
252
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_get_scheme_ids ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme-ids"/>
|
253
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_get_scheme ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme"/>
|
254
|
+
<keyword type="function" name="gtk_source_style_scheme_manager_force_rescan ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-force-rescan"/>
|
255
|
+
<keyword type="struct" name="GtkSourceStyleSchemeManager" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager-struct"/>
|
256
|
+
<keyword type="property" name="The “scheme-ids” property" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--scheme-ids"/>
|
257
|
+
<keyword type="property" name="The “search-path” property" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--search-path"/>
|
258
|
+
<keyword type="function" name="gtk_source_style_scheme_chooser_get_style_scheme ()" link="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-get-style-scheme" since="3.16"/>
|
259
|
+
<keyword type="function" name="gtk_source_style_scheme_chooser_set_style_scheme ()" link="GtkSourceStyleSchemeChooser.html#gtk-source-style-scheme-chooser-set-style-scheme" since="3.16"/>
|
260
|
+
<keyword type="struct" name="GtkSourceStyleSchemeChooser" link="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser-struct"/>
|
261
|
+
<keyword type="property" name="The “style-scheme” property" link="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser--style-scheme"/>
|
262
|
+
<keyword type="function" name="gtk_source_style_scheme_chooser_button_new ()" link="GtkSourceStyleSchemeChooserButton.html#gtk-source-style-scheme-chooser-button-new" since="3.16"/>
|
263
|
+
<keyword type="struct" name="struct GtkSourceStyleSchemeChooserButton" link="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct"/>
|
264
|
+
<keyword type="function" name="gtk_source_style_scheme_chooser_widget_new ()" link="GtkSourceStyleSchemeChooserWidget.html#gtk-source-style-scheme-chooser-widget-new" since="3.16"/>
|
265
|
+
<keyword type="struct" name="struct GtkSourceStyleSchemeChooserWidget" link="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct"/>
|
266
|
+
<keyword type="" name="GtkSourceCompletion as GtkBuildable" link="GtkSourceCompletion.html#id-1.2.4.2.10.11"/>
|
106
267
|
<keyword type="function" name="gtk_source_completion_add_provider ()" link="GtkSourceCompletion.html#gtk-source-completion-add-provider"/>
|
107
268
|
<keyword type="function" name="gtk_source_completion_remove_provider ()" link="GtkSourceCompletion.html#gtk-source-completion-remove-provider"/>
|
108
269
|
<keyword type="function" name="gtk_source_completion_get_providers ()" link="GtkSourceCompletion.html#gtk-source-completion-get-providers"/>
|
@@ -339,31 +500,6 @@
|
|
339
500
|
<keyword type="struct" name="GtkSourceGutterRendererText" link="GtkSourceGutterRendererText.html#GtkSourceGutterRendererText-struct"/>
|
340
501
|
<keyword type="property" name="The “markup” property" link="GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--markup"/>
|
341
502
|
<keyword type="property" name="The “text” property" link="GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--text"/>
|
342
|
-
<keyword type="function" name="gtk_source_language_get_id ()" link="GtkSourceLanguage.html#gtk-source-language-get-id"/>
|
343
|
-
<keyword type="function" name="gtk_source_language_get_name ()" link="GtkSourceLanguage.html#gtk-source-language-get-name"/>
|
344
|
-
<keyword type="function" name="gtk_source_language_get_section ()" link="GtkSourceLanguage.html#gtk-source-language-get-section"/>
|
345
|
-
<keyword type="function" name="gtk_source_language_get_hidden ()" link="GtkSourceLanguage.html#gtk-source-language-get-hidden"/>
|
346
|
-
<keyword type="function" name="gtk_source_language_get_metadata ()" link="GtkSourceLanguage.html#gtk-source-language-get-metadata"/>
|
347
|
-
<keyword type="function" name="gtk_source_language_get_mime_types ()" link="GtkSourceLanguage.html#gtk-source-language-get-mime-types"/>
|
348
|
-
<keyword type="function" name="gtk_source_language_get_globs ()" link="GtkSourceLanguage.html#gtk-source-language-get-globs"/>
|
349
|
-
<keyword type="function" name="gtk_source_language_get_style_name ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-name"/>
|
350
|
-
<keyword type="function" name="gtk_source_language_get_style_ids ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-ids"/>
|
351
|
-
<keyword type="function" name="gtk_source_language_get_style_fallback ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-fallback" since="3.4"/>
|
352
|
-
<keyword type="struct" name="GtkSourceLanguage" link="GtkSourceLanguage.html#GtkSourceLanguage-struct"/>
|
353
|
-
<keyword type="property" name="The “hidden” property" link="GtkSourceLanguage.html#GtkSourceLanguage--hidden"/>
|
354
|
-
<keyword type="property" name="The “id” property" link="GtkSourceLanguage.html#GtkSourceLanguage--id"/>
|
355
|
-
<keyword type="property" name="The “name” property" link="GtkSourceLanguage.html#GtkSourceLanguage--name"/>
|
356
|
-
<keyword type="property" name="The “section” property" link="GtkSourceLanguage.html#GtkSourceLanguage--section"/>
|
357
|
-
<keyword type="function" name="gtk_source_language_manager_new ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-new"/>
|
358
|
-
<keyword type="function" name="gtk_source_language_manager_get_default ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-default"/>
|
359
|
-
<keyword type="function" name="gtk_source_language_manager_set_search_path ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-set-search-path"/>
|
360
|
-
<keyword type="function" name="gtk_source_language_manager_get_search_path ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-search-path"/>
|
361
|
-
<keyword type="function" name="gtk_source_language_manager_get_language_ids ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language-ids"/>
|
362
|
-
<keyword type="function" name="gtk_source_language_manager_get_language ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language"/>
|
363
|
-
<keyword type="function" name="gtk_source_language_manager_guess_language ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language" since="2.4"/>
|
364
|
-
<keyword type="struct" name="GtkSourceLanguageManager" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager-struct"/>
|
365
|
-
<keyword type="property" name="The “language-ids” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids"/>
|
366
|
-
<keyword type="property" name="The “search-path” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path"/>
|
367
503
|
<keyword type="function" name="gtk_source_mark_new ()" link="GtkSourceMark.html#gtk-source-mark-new" since="2.2"/>
|
368
504
|
<keyword type="function" name="gtk_source_mark_get_category ()" link="GtkSourceMark.html#gtk-source-mark-get-category" since="2.2"/>
|
369
505
|
<keyword type="function" name="gtk_source_mark_next ()" link="GtkSourceMark.html#gtk-source-mark-next" since="2.2"/>
|
@@ -448,6 +584,8 @@
|
|
448
584
|
<keyword type="function" name="gtk_source_search_context_set_settings ()" link="GtkSourceSearchContext.html#gtk-source-search-context-set-settings" since="3.10"/>
|
449
585
|
<keyword type="function" name="gtk_source_search_context_get_highlight ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-highlight" since="3.10"/>
|
450
586
|
<keyword type="function" name="gtk_source_search_context_set_highlight ()" link="GtkSourceSearchContext.html#gtk-source-search-context-set-highlight" since="3.10"/>
|
587
|
+
<keyword type="function" name="gtk_source_search_context_get_match_style ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-match-style" since="3.16"/>
|
588
|
+
<keyword type="function" name="gtk_source_search_context_set_match_style ()" link="GtkSourceSearchContext.html#gtk-source-search-context-set-match-style" since="3.16"/>
|
451
589
|
<keyword type="function" name="gtk_source_search_context_get_occurrences_count ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrences-count" since="3.10"/>
|
452
590
|
<keyword type="function" name="gtk_source_search_context_get_occurrence_position ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrence-position" since="3.10"/>
|
453
591
|
<keyword type="function" name="gtk_source_search_context_forward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward" since="3.10"/>
|
@@ -462,6 +600,7 @@
|
|
462
600
|
<keyword type="struct" name="GtkSourceSearchContext" link="GtkSourceSearchContext.html#GtkSourceSearchContext-struct"/>
|
463
601
|
<keyword type="property" name="The “buffer” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--buffer"/>
|
464
602
|
<keyword type="property" name="The “highlight” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--highlight"/>
|
603
|
+
<keyword type="property" name="The “match-style” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--match-style"/>
|
465
604
|
<keyword type="property" name="The “occurrences-count” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--occurrences-count"/>
|
466
605
|
<keyword type="property" name="The “regex-error” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--regex-error"/>
|
467
606
|
<keyword type="property" name="The “settings” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--settings"/>
|
@@ -482,47 +621,6 @@
|
|
482
621
|
<keyword type="property" name="The “regex-enabled” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--regex-enabled"/>
|
483
622
|
<keyword type="property" name="The “search-text” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text"/>
|
484
623
|
<keyword type="property" name="The “wrap-around” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around"/>
|
485
|
-
<keyword type="function" name="gtk_source_style_copy ()" link="GtkSourceStyle.html#gtk-source-style-copy" since="2.0"/>
|
486
|
-
<keyword type="struct" name="GtkSourceStyle" link="GtkSourceStyle.html#GtkSourceStyle-struct"/>
|
487
|
-
<keyword type="property" name="The “background” property" link="GtkSourceStyle.html#GtkSourceStyle--background"/>
|
488
|
-
<keyword type="property" name="The “background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--background-set"/>
|
489
|
-
<keyword type="property" name="The “bold” property" link="GtkSourceStyle.html#GtkSourceStyle--bold"/>
|
490
|
-
<keyword type="property" name="The “bold-set” property" link="GtkSourceStyle.html#GtkSourceStyle--bold-set"/>
|
491
|
-
<keyword type="property" name="The “foreground” property" link="GtkSourceStyle.html#GtkSourceStyle--foreground"/>
|
492
|
-
<keyword type="property" name="The “foreground-set” property" link="GtkSourceStyle.html#GtkSourceStyle--foreground-set"/>
|
493
|
-
<keyword type="property" name="The “italic” property" link="GtkSourceStyle.html#GtkSourceStyle--italic"/>
|
494
|
-
<keyword type="property" name="The “italic-set” property" link="GtkSourceStyle.html#GtkSourceStyle--italic-set"/>
|
495
|
-
<keyword type="property" name="The “line-background” property" link="GtkSourceStyle.html#GtkSourceStyle--line-background"/>
|
496
|
-
<keyword type="property" name="The “line-background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--line-background-set"/>
|
497
|
-
<keyword type="property" name="The “scale” property" link="GtkSourceStyle.html#GtkSourceStyle--scale"/>
|
498
|
-
<keyword type="property" name="The “scale-set” property" link="GtkSourceStyle.html#GtkSourceStyle--scale-set"/>
|
499
|
-
<keyword type="property" name="The “strikethrough” property" link="GtkSourceStyle.html#GtkSourceStyle--strikethrough"/>
|
500
|
-
<keyword type="property" name="The “strikethrough-set” property" link="GtkSourceStyle.html#GtkSourceStyle--strikethrough-set"/>
|
501
|
-
<keyword type="property" name="The “underline” property" link="GtkSourceStyle.html#GtkSourceStyle--underline"/>
|
502
|
-
<keyword type="property" name="The “underline-set” property" link="GtkSourceStyle.html#GtkSourceStyle--underline-set"/>
|
503
|
-
<keyword type="function" name="gtk_source_style_scheme_get_id ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-id" since="2.0"/>
|
504
|
-
<keyword type="function" name="gtk_source_style_scheme_get_name ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-name" since="2.0"/>
|
505
|
-
<keyword type="function" name="gtk_source_style_scheme_get_description ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-description" since="2.0"/>
|
506
|
-
<keyword type="function" name="gtk_source_style_scheme_get_authors ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-authors" since="2.0"/>
|
507
|
-
<keyword type="function" name="gtk_source_style_scheme_get_filename ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-filename" since="2.0"/>
|
508
|
-
<keyword type="function" name="gtk_source_style_scheme_get_style ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-style" since="2.0"/>
|
509
|
-
<keyword type="struct" name="GtkSourceStyleScheme" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme-struct"/>
|
510
|
-
<keyword type="property" name="The “description” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--description"/>
|
511
|
-
<keyword type="property" name="The “filename” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--filename"/>
|
512
|
-
<keyword type="property" name="The “id” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--id"/>
|
513
|
-
<keyword type="property" name="The “name” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--name"/>
|
514
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_new ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-new"/>
|
515
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_get_default ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-default"/>
|
516
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_set_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path"/>
|
517
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_append_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-append-search-path"/>
|
518
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_prepend_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-prepend-search-path"/>
|
519
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_get_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-search-path"/>
|
520
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_get_scheme_ids ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme-ids"/>
|
521
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_get_scheme ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme"/>
|
522
|
-
<keyword type="function" name="gtk_source_style_scheme_manager_force_rescan ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-force-rescan"/>
|
523
|
-
<keyword type="struct" name="GtkSourceStyleSchemeManager" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager-struct"/>
|
524
|
-
<keyword type="property" name="The “scheme-ids” property" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--scheme-ids"/>
|
525
|
-
<keyword type="property" name="The “search-path” property" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--search-path"/>
|
526
624
|
<keyword type="function" name="gtk_source_undo_manager_can_undo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-undo" since="2.10"/>
|
527
625
|
<keyword type="function" name="gtk_source_undo_manager_can_redo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-redo" since="2.10"/>
|
528
626
|
<keyword type="function" name="gtk_source_undo_manager_undo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-undo" since="2.10"/>
|
@@ -536,66 +634,60 @@
|
|
536
634
|
<keyword type="signal" name="The “can-undo-changed” signal" link="GtkSourceUndoManager.html#GtkSourceUndoManager-can-undo-changed"/>
|
537
635
|
<keyword type="function" name="gtk_source_utils_unescape_search_text ()" link="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text" since="3.10"/>
|
538
636
|
<keyword type="function" name="gtk_source_utils_escape_search_text ()" link="gtksourceview-3.0-GtkSourceUtils.html#gtk-source-utils-escape-search-text" since="3.10"/>
|
539
|
-
<keyword type="" name="
|
540
|
-
<keyword type="
|
541
|
-
<keyword type="
|
542
|
-
<keyword type="
|
543
|
-
<keyword type="
|
544
|
-
<keyword type="
|
545
|
-
<keyword type="
|
546
|
-
<keyword type="
|
547
|
-
<keyword type="
|
548
|
-
<keyword type="
|
549
|
-
<keyword type="
|
550
|
-
<keyword type="
|
551
|
-
<keyword type="
|
552
|
-
<keyword type="
|
553
|
-
<keyword type="
|
554
|
-
<keyword type="
|
555
|
-
<keyword type="
|
556
|
-
<keyword type="
|
557
|
-
<keyword type="
|
558
|
-
<keyword type="
|
559
|
-
<keyword type="
|
560
|
-
<keyword type="
|
561
|
-
<keyword type="
|
562
|
-
<keyword type="
|
563
|
-
<keyword type="
|
564
|
-
<keyword type="
|
565
|
-
<keyword type="
|
566
|
-
<keyword type="
|
567
|
-
<keyword type="
|
568
|
-
<keyword type="
|
569
|
-
<keyword type="
|
570
|
-
<keyword type="
|
571
|
-
<keyword type="
|
572
|
-
<keyword type="
|
573
|
-
<keyword type="
|
574
|
-
<keyword type="
|
575
|
-
<keyword type="
|
576
|
-
<keyword type="
|
577
|
-
<keyword type="
|
578
|
-
<keyword type="
|
579
|
-
<keyword type="
|
580
|
-
<keyword type="
|
581
|
-
<keyword type="
|
582
|
-
<keyword type="
|
583
|
-
<keyword type="
|
584
|
-
<keyword type="
|
585
|
-
<keyword type="
|
586
|
-
<keyword type="
|
587
|
-
<keyword type="
|
588
|
-
<keyword type="
|
589
|
-
<keyword type="
|
590
|
-
<keyword type="
|
591
|
-
<keyword type="
|
592
|
-
<keyword type="
|
593
|
-
<keyword type="
|
594
|
-
<keyword type="signal" name="The “undo” signal" link="GtkSourceView.html#GtkSourceView-undo"/>
|
595
|
-
<keyword type="" name="Simple contexts" link="lang-reference.html#id-1.3.3.13.5"/>
|
596
|
-
<keyword type="" name="Container contexts" link="lang-reference.html#id-1.3.3.13.6"/>
|
597
|
-
<keyword type="" name="Sub-pattern contexts" link="lang-reference.html#id-1.3.3.13.7"/>
|
598
|
-
<keyword type="" name="Reference contexts" link="lang-reference.html#id-1.3.3.13.8"/>
|
599
|
-
<keyword type="" name="Keyword contexts" link="lang-reference.html#id-1.3.3.13.9"/>
|
637
|
+
<keyword type="" name="Simple contexts" link="lang-reference.html#id-1.3.3.14.5"/>
|
638
|
+
<keyword type="" name="Container contexts" link="lang-reference.html#id-1.3.3.14.6"/>
|
639
|
+
<keyword type="" name="Sub-pattern contexts" link="lang-reference.html#id-1.3.3.14.7"/>
|
640
|
+
<keyword type="" name="Reference contexts" link="lang-reference.html#id-1.3.3.14.8"/>
|
641
|
+
<keyword type="" name="Keyword contexts" link="lang-reference.html#id-1.3.3.14.9"/>
|
642
|
+
<keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_NONE" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-NONE:CAPS"/>
|
643
|
+
<keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_OUT_OF_RANGE" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-OUT-OF-RANGE:CAPS"/>
|
644
|
+
<keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_NOT_FOUND" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-NOT-FOUND:CAPS"/>
|
645
|
+
<keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_FOUND" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-FOUND:CAPS"/>
|
646
|
+
<keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_LOWER" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-LOWER:CAPS"/>
|
647
|
+
<keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_UPPER" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-UPPER:CAPS"/>
|
648
|
+
<keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_TOGGLE" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-TOGGLE:CAPS"/>
|
649
|
+
<keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_TITLE" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-TITLE:CAPS"/>
|
650
|
+
<keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_DISABLED" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-DISABLED:CAPS"/>
|
651
|
+
<keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_BEFORE" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-BEFORE:CAPS"/>
|
652
|
+
<keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_AFTER" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-AFTER:CAPS"/>
|
653
|
+
<keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_ALWAYS" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-ALWAYS:CAPS"/>
|
654
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_SPACE" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-SPACE:CAPS"/>
|
655
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_TAB" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TAB:CAPS"/>
|
656
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_NEWLINE" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-NEWLINE:CAPS"/>
|
657
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_NBSP" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-NBSP:CAPS"/>
|
658
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_LEADING" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-LEADING:CAPS"/>
|
659
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_TEXT" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TEXT:CAPS"/>
|
660
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_TRAILING" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-TRAILING:CAPS"/>
|
661
|
+
<keyword type="constant" name="GTK_SOURCE_DRAW_SPACES_ALL" link="GtkSourceView.html#GTK-SOURCE-DRAW-SPACES-ALL:CAPS"/>
|
662
|
+
<keyword type="constant" name="GTK_SOURCE_VIEW_GUTTER_POSITION_LINES" link="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS"/>
|
663
|
+
<keyword type="constant" name="GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS" link="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS"/>
|
664
|
+
<keyword type="constant" name="GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE" link="GtkSourceView.html#GTK-SOURCE-BACKGROUND-PATTERN-TYPE-NONE:CAPS"/>
|
665
|
+
<keyword type="constant" name="GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID" link="GtkSourceView.html#GTK-SOURCE-BACKGROUND-PATTERN-TYPE-GRID:CAPS"/>
|
666
|
+
<keyword type="constant" name="GTK_SOURCE_COMPLETION_ERROR_ALREADY_BOUND" link="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR-ALREADY-BOUND:CAPS"/>
|
667
|
+
<keyword type="constant" name="GTK_SOURCE_COMPLETION_ERROR_NOT_BOUND" link="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR-NOT-BOUND:CAPS"/>
|
668
|
+
<keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_NONE" link="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-NONE:CAPS"/>
|
669
|
+
<keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE" link="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-INTERACTIVE:CAPS"/>
|
670
|
+
<keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_USER_REQUESTED" link="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-USER-REQUESTED:CAPS"/>
|
671
|
+
<keyword type="constant" name="GTK_SOURCE_NEWLINE_TYPE_LF" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-LF:CAPS"/>
|
672
|
+
<keyword type="constant" name="GTK_SOURCE_NEWLINE_TYPE_CR" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-CR:CAPS"/>
|
673
|
+
<keyword type="constant" name="GTK_SOURCE_NEWLINE_TYPE_CR_LF" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-CR-LF:CAPS"/>
|
674
|
+
<keyword type="constant" name="GTK_SOURCE_COMPRESSION_TYPE_NONE" link="GtkSourceFile.html#GTK-SOURCE-COMPRESSION-TYPE-NONE:CAPS"/>
|
675
|
+
<keyword type="constant" name="GTK_SOURCE_COMPRESSION_TYPE_GZIP" link="GtkSourceFile.html#GTK-SOURCE-COMPRESSION-TYPE-GZIP:CAPS"/>
|
676
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_LOADER_ERROR_TOO_BIG" link="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR-TOO-BIG:CAPS"/>
|
677
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_LOADER_ERROR_ENCODING_AUTO_DETECTION_FAILED" link="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR-ENCODING-AUTO-DETECTION-FAILED:CAPS"/>
|
678
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_LOADER_ERROR_CONVERSION_FALLBACK" link="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR-CONVERSION-FALLBACK:CAPS"/>
|
679
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_SAVER_ERROR_INVALID_CHARS" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR-INVALID-CHARS:CAPS"/>
|
680
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_SAVER_ERROR_EXTERNALLY_MODIFIED" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR-EXTERNALLY-MODIFIED:CAPS"/>
|
681
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_NONE" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-NONE:CAPS"/>
|
682
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_INVALID_CHARS" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-IGNORE-INVALID-CHARS:CAPS"/>
|
683
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_MODIFICATION_TIME" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-IGNORE-MODIFICATION-TIME:CAPS"/>
|
684
|
+
<keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_CREATE_BACKUP" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-CREATE-BACKUP:CAPS"/>
|
685
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_NORMAL" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-NORMAL:CAPS"/>
|
686
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_CURSOR" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-CURSOR:CAPS"/>
|
687
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_PRELIT" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-PRELIT:CAPS"/>
|
688
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_SELECTED" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-SELECTED:CAPS"/>
|
689
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_CELL" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-ALIGNMENT-MODE-CELL:CAPS"/>
|
690
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_FIRST" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-ALIGNMENT-MODE-FIRST:CAPS"/>
|
691
|
+
<keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_LAST" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-ALIGNMENT-MODE-LAST:CAPS"/>
|
600
692
|
</functions>
|
601
693
|
</book>
|