gtksourceview4 3.2.9-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (379) hide show
  1. checksums.yaml +7 -0
  2. data/COPYING.LIB +502 -0
  3. data/README.md +24 -0
  4. data/Rakefile +61 -0
  5. data/dependency-check/Rakefile +43 -0
  6. data/gtksourceview4.gemspec +45 -0
  7. data/lib/gtksourceview4.rb +56 -0
  8. data/lib/gtksourceview4/deprecated.rb +49 -0
  9. data/lib/gtksourceview4/loader.rb +49 -0
  10. data/lib/gtksourceview4/mark-attributes.rb +29 -0
  11. data/test/run-test.rb +62 -0
  12. data/test/test-mark-attributes.rb +26 -0
  13. data/test/test-source-gutter-renderer.rb +33 -0
  14. data/test/test-source-language-manager.rb +46 -0
  15. data/test/test-source-view.rb +55 -0
  16. data/vendor/local/bin/libgtksourceview-4-0.dll +0 -0
  17. data/vendor/local/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +72 -0
  18. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +107 -0
  19. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource.h +67 -0
  20. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +63 -0
  21. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +279 -0
  22. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +156 -0
  23. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +102 -0
  24. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +77 -0
  25. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +92 -0
  26. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +126 -0
  27. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +166 -0
  28. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceencoding.h +74 -0
  29. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefile.h +195 -0
  30. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +140 -0
  31. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +168 -0
  32. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutter.h +93 -0
  33. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +272 -0
  34. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +91 -0
  35. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +92 -0
  36. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceinit.h +40 -0
  37. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +98 -0
  38. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +92 -0
  39. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemap.h +70 -0
  40. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemark.h +79 -0
  41. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +112 -0
  42. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +223 -0
  43. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceregion.h +127 -0
  44. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +161 -0
  45. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +100 -0
  46. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +144 -0
  47. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyle.h +54 -0
  48. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +119 -0
  49. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +66 -0
  50. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +64 -0
  51. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +64 -0
  52. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +100 -0
  53. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetag.h +54 -0
  54. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetypes.h +73 -0
  55. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +90 -0
  56. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceutils.h +41 -0
  57. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceversion.h +578 -0
  58. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceview.h +266 -0
  59. data/vendor/local/lib/girepository-1.0/GtkSource-4.typelib +0 -0
  60. data/vendor/local/lib/libgtksourceview-4.dll.a +0 -0
  61. data/vendor/local/lib/libgtksourceview-4.la +41 -0
  62. data/vendor/local/lib/pkgconfig/gtksourceview-4.pc +12 -0
  63. data/vendor/local/share/gir-1.0/GtkSource-4.gir +12999 -0
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +2421 -0
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +1087 -0
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +402 -0
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +207 -0
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +497 -0
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +668 -0
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +837 -0
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +343 -0
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +391 -0
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +769 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +780 -0
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +965 -0
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +438 -0
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +1708 -0
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +369 -0
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +299 -0
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +579 -0
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +473 -0
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +254 -0
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +307 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +788 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +2121 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +870 -0
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +1216 -0
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +603 -0
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +671 -0
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +433 -0
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +396 -0
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +214 -0
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +127 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +127 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +460 -0
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +179 -0
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +460 -0
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +2369 -0
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annexes.html +55 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +74 -0
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-0.html +62 -0
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-10.html +86 -0
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-12.html +34 -0
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-2.html +270 -0
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-4.html +34 -0
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-8.html +46 -0
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-0.html +42 -0
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-10.html +170 -0
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-12.html +38 -0
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-14.html +298 -0
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-16.html +106 -0
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-18.html +114 -0
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-20.html +130 -0
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-22.html +106 -0
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-24.html +126 -0
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-4.html +34 -0
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-4-0.html +65 -0
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-deprecated.html +30 -0
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +2586 -0
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-reference.html +174 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/completion.html +52 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +43 -0
  123. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/general.html +32 -0
  124. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +151 -0
  125. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +100 -0
  126. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +511 -0
  127. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +819 -0
  128. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gutter.html +49 -0
  129. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/home.png +0 -0
  130. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/index.html +215 -0
  131. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/intro.html +56 -0
  132. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +946 -0
  133. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +652 -0
  134. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +0 -0
  135. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left.png +0 -0
  136. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/main-classes.html +37 -0
  137. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/misc.html +52 -0
  138. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/object-tree.html +98 -0
  139. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +152 -0
  140. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +33 -0
  141. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/printing.html +32 -0
  142. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +0 -0
  143. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right.png +0 -0
  144. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +37 -0
  145. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style-reference.html +305 -0
  146. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style.css +483 -0
  147. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/styling.html +49 -0
  148. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +49 -0
  149. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +37 -0
  150. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +0 -0
  151. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up.png +0 -0
  152. data/vendor/local/share/gtksourceview-4/language-specs/R.lang +2198 -0
  153. data/vendor/local/share/gtksourceview-4/language-specs/abnf.lang +109 -0
  154. data/vendor/local/share/gtksourceview-4/language-specs/actionscript.lang +267 -0
  155. data/vendor/local/share/gtksourceview-4/language-specs/ada.lang +220 -0
  156. data/vendor/local/share/gtksourceview-4/language-specs/ansforth94.lang +728 -0
  157. data/vendor/local/share/gtksourceview-4/language-specs/asp.lang +1096 -0
  158. data/vendor/local/share/gtksourceview-4/language-specs/automake.lang +329 -0
  159. data/vendor/local/share/gtksourceview-4/language-specs/awk.lang +137 -0
  160. data/vendor/local/share/gtksourceview-4/language-specs/bennugd.lang +266 -0
  161. data/vendor/local/share/gtksourceview-4/language-specs/bibtex.lang +120 -0
  162. data/vendor/local/share/gtksourceview-4/language-specs/bluespec.lang +187 -0
  163. data/vendor/local/share/gtksourceview-4/language-specs/boo.lang +256 -0
  164. data/vendor/local/share/gtksourceview-4/language-specs/c.lang +343 -0
  165. data/vendor/local/share/gtksourceview-4/language-specs/cg.lang +231 -0
  166. data/vendor/local/share/gtksourceview-4/language-specs/changelog.lang +91 -0
  167. data/vendor/local/share/gtksourceview-4/language-specs/chdr.lang +50 -0
  168. data/vendor/local/share/gtksourceview-4/language-specs/cmake.lang +817 -0
  169. data/vendor/local/share/gtksourceview-4/language-specs/cobol.lang +646 -0
  170. data/vendor/local/share/gtksourceview-4/language-specs/cpp.lang +119 -0
  171. data/vendor/local/share/gtksourceview-4/language-specs/cpphdr.lang +41 -0
  172. data/vendor/local/share/gtksourceview-4/language-specs/csharp.lang +285 -0
  173. data/vendor/local/share/gtksourceview-4/language-specs/css.lang +2411 -0
  174. data/vendor/local/share/gtksourceview-4/language-specs/csv.lang +73 -0
  175. data/vendor/local/share/gtksourceview-4/language-specs/cuda.lang +281 -0
  176. data/vendor/local/share/gtksourceview-4/language-specs/d.lang +317 -0
  177. data/vendor/local/share/gtksourceview-4/language-specs/def.lang +261 -0
  178. data/vendor/local/share/gtksourceview-4/language-specs/desktop.lang +297 -0
  179. data/vendor/local/share/gtksourceview-4/language-specs/diff.lang +84 -0
  180. data/vendor/local/share/gtksourceview-4/language-specs/docbook.lang +475 -0
  181. data/vendor/local/share/gtksourceview-4/language-specs/dosbatch.lang +166 -0
  182. data/vendor/local/share/gtksourceview-4/language-specs/dot.lang +139 -0
  183. data/vendor/local/share/gtksourceview-4/language-specs/dpatch.lang +47 -0
  184. data/vendor/local/share/gtksourceview-4/language-specs/dtd.lang +139 -0
  185. data/vendor/local/share/gtksourceview-4/language-specs/dtl.lang +297 -0
  186. data/vendor/local/share/gtksourceview-4/language-specs/eiffel.lang +238 -0
  187. data/vendor/local/share/gtksourceview-4/language-specs/erlang.lang +262 -0
  188. data/vendor/local/share/gtksourceview-4/language-specs/fcl.lang +113 -0
  189. data/vendor/local/share/gtksourceview-4/language-specs/forth.lang +234 -0
  190. data/vendor/local/share/gtksourceview-4/language-specs/fortran.lang +710 -0
  191. data/vendor/local/share/gtksourceview-4/language-specs/fsharp.lang +324 -0
  192. data/vendor/local/share/gtksourceview-4/language-specs/gap.lang +84 -0
  193. data/vendor/local/share/gtksourceview-4/language-specs/gdb-log.lang +151 -0
  194. data/vendor/local/share/gtksourceview-4/language-specs/genie.lang +237 -0
  195. data/vendor/local/share/gtksourceview-4/language-specs/glsl.lang +482 -0
  196. data/vendor/local/share/gtksourceview-4/language-specs/go.lang +274 -0
  197. data/vendor/local/share/gtksourceview-4/language-specs/groovy.lang +330 -0
  198. data/vendor/local/share/gtksourceview-4/language-specs/gtk-doc.lang +90 -0
  199. data/vendor/local/share/gtksourceview-4/language-specs/gtkrc.lang +115 -0
  200. data/vendor/local/share/gtksourceview-4/language-specs/haddock.lang +161 -0
  201. data/vendor/local/share/gtksourceview-4/language-specs/haskell-literate.lang +58 -0
  202. data/vendor/local/share/gtksourceview-4/language-specs/haskell.lang +227 -0
  203. data/vendor/local/share/gtksourceview-4/language-specs/haxe.lang +237 -0
  204. data/vendor/local/share/gtksourceview-4/language-specs/html.lang +286 -0
  205. data/vendor/local/share/gtksourceview-4/language-specs/idl-exelis.lang +619 -0
  206. data/vendor/local/share/gtksourceview-4/language-specs/idl.lang +153 -0
  207. data/vendor/local/share/gtksourceview-4/language-specs/imagej.lang +783 -0
  208. data/vendor/local/share/gtksourceview-4/language-specs/ini.lang +94 -0
  209. data/vendor/local/share/gtksourceview-4/language-specs/j.lang +239 -0
  210. data/vendor/local/share/gtksourceview-4/language-specs/jade.lang +248 -0
  211. data/vendor/local/share/gtksourceview-4/language-specs/java.lang +188 -0
  212. data/vendor/local/share/gtksourceview-4/language-specs/javascript.lang +354 -0
  213. data/vendor/local/share/gtksourceview-4/language-specs/json.lang +124 -0
  214. data/vendor/local/share/gtksourceview-4/language-specs/julia.lang +376 -0
  215. data/vendor/local/share/gtksourceview-4/language-specs/kotlin.lang +389 -0
  216. data/vendor/local/share/gtksourceview-4/language-specs/language.dtd +72 -0
  217. data/vendor/local/share/gtksourceview-4/language-specs/language.rng +372 -0
  218. data/vendor/local/share/gtksourceview-4/language-specs/language2.rng +481 -0
  219. data/vendor/local/share/gtksourceview-4/language-specs/latex.lang +636 -0
  220. data/vendor/local/share/gtksourceview-4/language-specs/less.lang +793 -0
  221. data/vendor/local/share/gtksourceview-4/language-specs/lex.lang +208 -0
  222. data/vendor/local/share/gtksourceview-4/language-specs/libtool.lang +55 -0
  223. data/vendor/local/share/gtksourceview-4/language-specs/llvm.lang +314 -0
  224. data/vendor/local/share/gtksourceview-4/language-specs/logcat.lang +107 -0
  225. data/vendor/local/share/gtksourceview-4/language-specs/lua.lang +301 -0
  226. data/vendor/local/share/gtksourceview-4/language-specs/m4.lang +1374 -0
  227. data/vendor/local/share/gtksourceview-4/language-specs/makefile.lang +190 -0
  228. data/vendor/local/share/gtksourceview-4/language-specs/mallard.lang +123 -0
  229. data/vendor/local/share/gtksourceview-4/language-specs/markdown.lang +401 -0
  230. data/vendor/local/share/gtksourceview-4/language-specs/matlab.lang +148 -0
  231. data/vendor/local/share/gtksourceview-4/language-specs/maxima.lang +1864 -0
  232. data/vendor/local/share/gtksourceview-4/language-specs/mediawiki.lang +326 -0
  233. data/vendor/local/share/gtksourceview-4/language-specs/meson.lang +132 -0
  234. data/vendor/local/share/gtksourceview-4/language-specs/modelica.lang +261 -0
  235. data/vendor/local/share/gtksourceview-4/language-specs/mxml.lang +64 -0
  236. data/vendor/local/share/gtksourceview-4/language-specs/nemerle.lang +262 -0
  237. data/vendor/local/share/gtksourceview-4/language-specs/netrexx.lang +318 -0
  238. data/vendor/local/share/gtksourceview-4/language-specs/nsis.lang +87 -0
  239. data/vendor/local/share/gtksourceview-4/language-specs/objc.lang +119 -0
  240. data/vendor/local/share/gtksourceview-4/language-specs/objj.lang +127 -0
  241. data/vendor/local/share/gtksourceview-4/language-specs/ocaml.lang +301 -0
  242. data/vendor/local/share/gtksourceview-4/language-specs/ocl.lang +138 -0
  243. data/vendor/local/share/gtksourceview-4/language-specs/octave.lang +1757 -0
  244. data/vendor/local/share/gtksourceview-4/language-specs/ooc.lang +264 -0
  245. data/vendor/local/share/gtksourceview-4/language-specs/opal.lang +342 -0
  246. data/vendor/local/share/gtksourceview-4/language-specs/opencl.lang +599 -0
  247. data/vendor/local/share/gtksourceview-4/language-specs/pascal.lang +267 -0
  248. data/vendor/local/share/gtksourceview-4/language-specs/perl.lang +1044 -0
  249. data/vendor/local/share/gtksourceview-4/language-specs/php.lang +362 -0
  250. data/vendor/local/share/gtksourceview-4/language-specs/pig.lang +292 -0
  251. data/vendor/local/share/gtksourceview-4/language-specs/pkgconfig.lang +61 -0
  252. data/vendor/local/share/gtksourceview-4/language-specs/po.lang +93 -0
  253. data/vendor/local/share/gtksourceview-4/language-specs/prolog.lang +248 -0
  254. data/vendor/local/share/gtksourceview-4/language-specs/protobuf.lang +134 -0
  255. data/vendor/local/share/gtksourceview-4/language-specs/puppet.lang +696 -0
  256. data/vendor/local/share/gtksourceview-4/language-specs/python.lang +475 -0
  257. data/vendor/local/share/gtksourceview-4/language-specs/python3.lang +198 -0
  258. data/vendor/local/share/gtksourceview-4/language-specs/rpmspec.lang +215 -0
  259. data/vendor/local/share/gtksourceview-4/language-specs/rst.lang +141 -0
  260. data/vendor/local/share/gtksourceview-4/language-specs/ruby.lang +748 -0
  261. data/vendor/local/share/gtksourceview-4/language-specs/rust.lang +334 -0
  262. data/vendor/local/share/gtksourceview-4/language-specs/scala.lang +383 -0
  263. data/vendor/local/share/gtksourceview-4/language-specs/scheme.lang +301 -0
  264. data/vendor/local/share/gtksourceview-4/language-specs/scilab.lang +208 -0
  265. data/vendor/local/share/gtksourceview-4/language-specs/scss.lang +878 -0
  266. data/vendor/local/share/gtksourceview-4/language-specs/sh.lang +516 -0
  267. data/vendor/local/share/gtksourceview-4/language-specs/sml.lang +200 -0
  268. data/vendor/local/share/gtksourceview-4/language-specs/sparql.lang +451 -0
  269. data/vendor/local/share/gtksourceview-4/language-specs/sql.lang +617 -0
  270. data/vendor/local/share/gtksourceview-4/language-specs/sweave.lang +66 -0
  271. data/vendor/local/share/gtksourceview-4/language-specs/swift.lang +440 -0
  272. data/vendor/local/share/gtksourceview-4/language-specs/systemverilog.lang +262 -0
  273. data/vendor/local/share/gtksourceview-4/language-specs/t2t.lang +149 -0
  274. data/vendor/local/share/gtksourceview-4/language-specs/tcl.lang +145 -0
  275. data/vendor/local/share/gtksourceview-4/language-specs/tera.lang +142 -0
  276. data/vendor/local/share/gtksourceview-4/language-specs/texinfo.lang +447 -0
  277. data/vendor/local/share/gtksourceview-4/language-specs/thrift.lang +266 -0
  278. data/vendor/local/share/gtksourceview-4/language-specs/toml.lang +282 -0
  279. data/vendor/local/share/gtksourceview-4/language-specs/vala.lang +411 -0
  280. data/vendor/local/share/gtksourceview-4/language-specs/vbnet.lang +247 -0
  281. data/vendor/local/share/gtksourceview-4/language-specs/verilog.lang +475 -0
  282. data/vendor/local/share/gtksourceview-4/language-specs/vhdl.lang +247 -0
  283. data/vendor/local/share/gtksourceview-4/language-specs/xml.lang +219 -0
  284. data/vendor/local/share/gtksourceview-4/language-specs/xslt.lang +120 -0
  285. data/vendor/local/share/gtksourceview-4/language-specs/yacc.lang +176 -0
  286. data/vendor/local/share/gtksourceview-4/language-specs/yaml.lang +213 -0
  287. data/vendor/local/share/gtksourceview-4/styles/classic.xml +122 -0
  288. data/vendor/local/share/gtksourceview-4/styles/cobalt.xml +150 -0
  289. data/vendor/local/share/gtksourceview-4/styles/kate.xml +171 -0
  290. data/vendor/local/share/gtksourceview-4/styles/oblivion.xml +133 -0
  291. data/vendor/local/share/gtksourceview-4/styles/solarized-dark.xml +103 -0
  292. data/vendor/local/share/gtksourceview-4/styles/solarized-light.xml +102 -0
  293. data/vendor/local/share/gtksourceview-4/styles/styles.rng +139 -0
  294. data/vendor/local/share/gtksourceview-4/styles/tango.xml +130 -0
  295. data/vendor/local/share/license/gtksourceview/AUTHORS +15 -0
  296. data/vendor/local/share/license/gtksourceview/COPYING +504 -0
  297. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +0 -0
  298. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-4.mo +0 -0
  299. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +0 -0
  300. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-4.mo +0 -0
  301. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-4.mo +0 -0
  302. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  303. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  304. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +0 -0
  305. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +0 -0
  306. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +0 -0
  307. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +0 -0
  308. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +0 -0
  309. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +0 -0
  310. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-4.mo +0 -0
  311. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-4.mo +0 -0
  312. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +0 -0
  313. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-4.mo +0 -0
  314. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +0 -0
  315. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +0 -0
  316. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +0 -0
  317. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +0 -0
  318. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-4.mo +0 -0
  319. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-4.mo +0 -0
  320. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  321. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +0 -0
  322. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  323. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  324. data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +0 -0
  325. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +0 -0
  326. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  327. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  328. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-4.mo +0 -0
  329. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  330. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  331. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  332. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-4.mo +0 -0
  333. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-4.mo +0 -0
  334. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +0 -0
  335. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  336. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  337. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +0 -0
  338. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +0 -0
  339. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +0 -0
  340. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +0 -0
  341. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  342. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  343. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +0 -0
  344. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  345. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  346. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +0 -0
  347. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +0 -0
  348. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +0 -0
  349. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  350. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  351. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +0 -0
  352. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-4.mo +0 -0
  353. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +0 -0
  354. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  355. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +0 -0
  356. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +0 -0
  357. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +0 -0
  358. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +0 -0
  359. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +0 -0
  360. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-4.mo +0 -0
  361. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  362. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  363. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +0 -0
  364. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  365. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +0 -0
  366. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +0 -0
  367. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +0 -0
  368. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-4.mo +0 -0
  369. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  370. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-4.mo +0 -0
  371. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  372. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +0 -0
  373. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  374. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  375. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +0 -0
  376. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +0 -0
  377. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +0 -0
  378. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +0 -0
  379. metadata +437 -0
@@ -0,0 +1,819 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <book xmlns="http://www.devhelp.net/book" title="GtkSourceView 4 Reference Manual" link="index.html" author="" name="gtksourceview-4.0" version="2" language="c">
3
+ <chapters>
4
+ <sub name="Introduction" link="intro.html"/>
5
+ <sub name="API reference" link="api-reference.html">
6
+ <sub name="General" link="general.html">
7
+ <sub name="GtkSourceView Initialization and Finalization" link="gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html"/>
8
+ </sub>
9
+ <sub name="Main Classes" link="main-classes.html">
10
+ <sub name="GtkSourceBuffer" link="GtkSourceBuffer.html"/>
11
+ <sub name="GtkSourceView" link="GtkSourceView.html"/>
12
+ </sub>
13
+ <sub name="Syntax Highlighting" link="syntax-highlighting.html">
14
+ <sub name="GtkSourceLanguage" link="GtkSourceLanguage.html"/>
15
+ <sub name="GtkSourceLanguageManager" link="GtkSourceLanguageManager.html"/>
16
+ </sub>
17
+ <sub name="Styling" link="styling.html">
18
+ <sub name="GtkSourceStyle" link="GtkSourceStyle.html"/>
19
+ <sub name="GtkSourceStyleScheme" link="GtkSourceStyleScheme.html"/>
20
+ <sub name="GtkSourceStyleSchemeManager" link="GtkSourceStyleSchemeManager.html"/>
21
+ <sub name="GtkSourceStyleSchemeChooser" link="GtkSourceStyleSchemeChooser.html"/>
22
+ <sub name="GtkSourceStyleSchemeChooserButton" link="GtkSourceStyleSchemeChooserButton.html"/>
23
+ <sub name="GtkSourceStyleSchemeChooserWidget" link="GtkSourceStyleSchemeChooserWidget.html"/>
24
+ </sub>
25
+ <sub name="Completion" link="completion.html">
26
+ <sub name="GtkSourceCompletion" link="GtkSourceCompletion.html"/>
27
+ <sub name="GtkSourceCompletionContext" link="GtkSourceCompletionContext.html"/>
28
+ <sub name="GtkSourceCompletionInfo" link="GtkSourceCompletionInfo.html"/>
29
+ <sub name="GtkSourceCompletionItem" link="GtkSourceCompletionItem.html"/>
30
+ <sub name="GtkSourceCompletionProposal" link="GtkSourceCompletionProposal.html"/>
31
+ <sub name="GtkSourceCompletionProvider" link="GtkSourceCompletionProvider.html"/>
32
+ <sub name="GtkSourceCompletionWords" link="GtkSourceCompletionWords.html"/>
33
+ </sub>
34
+ <sub name="File Loading and Saving" link="file-loading-and-saving.html">
35
+ <sub name="GtkSourceEncoding" link="GtkSourceEncoding.html"/>
36
+ <sub name="GtkSourceFile" link="GtkSourceFile.html"/>
37
+ <sub name="GtkSourceFileLoader" link="GtkSourceFileLoader.html"/>
38
+ <sub name="GtkSourceFileSaver" link="GtkSourceFileSaver.html"/>
39
+ </sub>
40
+ <sub name="Gutter and Marks" link="gutter.html">
41
+ <sub name="GtkSourceGutter" link="GtkSourceGutter.html"/>
42
+ <sub name="GtkSourceGutterRenderer" link="GtkSourceGutterRenderer.html"/>
43
+ <sub name="GtkSourceGutterRendererPixbuf" link="GtkSourceGutterRendererPixbuf.html"/>
44
+ <sub name="GtkSourceGutterRendererText" link="GtkSourceGutterRendererText.html"/>
45
+ <sub name="GtkSourceMark" link="GtkSourceMark.html"/>
46
+ <sub name="GtkSourceMarkAttributes" link="GtkSourceMarkAttributes.html"/>
47
+ </sub>
48
+ <sub name="Printing" link="printing.html">
49
+ <sub name="GtkSourcePrintCompositor" link="GtkSourcePrintCompositor.html"/>
50
+ </sub>
51
+ <sub name="Search and Replace" link="search-and-replace.html">
52
+ <sub name="GtkSourceSearchContext" link="GtkSourceSearchContext.html"/>
53
+ <sub name="GtkSourceSearchSettings" link="GtkSourceSearchSettings.html"/>
54
+ </sub>
55
+ <sub name="Misc" link="misc.html">
56
+ <sub name="GtkSourceMap" link="GtkSourceMap.html"/>
57
+ <sub name="GtkSourceRegion" link="GtkSourceRegion.html"/>
58
+ <sub name="GtkSourceSpaceDrawer" link="GtkSourceSpaceDrawer.html"/>
59
+ <sub name="GtkSourceTag" link="GtkSourceTag.html"/>
60
+ <sub name="GtkSourceUndoManager" link="GtkSourceUndoManager.html"/>
61
+ <sub name="GtkSourceUtils" link="gtksourceview-4.0-GtkSourceUtils.html"/>
62
+ <sub name="Version Information" link="gtksourceview-4.0-Version-Information.html"/>
63
+ </sub>
64
+ </sub>
65
+ <sub name="Syntax highlighting reference" link="syntax-highlighting-reference.html">
66
+ <sub name="Language Definition v2.0 Tutorial" link="lang-tutorial.html"/>
67
+ <sub name="Language Definition v2.0 Reference" link="lang-reference.html"/>
68
+ <sub name="Style Scheme Definition Reference" link="style-reference.html"/>
69
+ </sub>
70
+ <sub name="Porting Guide" link="porting-guide.html">
71
+ <sub name="GtkSourceView 3 -&gt; 4 Porting Guide" link="porting-guide-3-to-4.html"/>
72
+ </sub>
73
+ <sub name="Annexes" link="annexes.html">
74
+ <sub name="Object Hierarchy" link="object-tree.html"/>
75
+ <sub name="Annotation Glossary" link="annotation-glossary.html"/>
76
+ <sub name="Index of all symbols" link="api-index-full.html"/>
77
+ <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
78
+ <sub name="Index of new symbols in 2.0" link="api-index-2-0.html"/>
79
+ <sub name="Index of new symbols in 2.2" link="api-index-2-2.html"/>
80
+ <sub name="Index of new symbols in 2.4" link="api-index-2-4.html"/>
81
+ <sub name="Index of new symbols in 2.8" link="api-index-2-8.html"/>
82
+ <sub name="Index of new symbols in 2.10" link="api-index-2-10.html"/>
83
+ <sub name="Index of new symbols in 2.12" link="api-index-2-12.html"/>
84
+ <sub name="Index of new symbols in 3.0" link="api-index-3-0.html"/>
85
+ <sub name="Index of new symbols in 3.4" link="api-index-3-4.html"/>
86
+ <sub name="Index of new symbols in 3.10" link="api-index-3-10.html"/>
87
+ <sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
88
+ <sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
89
+ <sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
90
+ <sub name="Index of new symbols in 3.18" link="api-index-3-18.html"/>
91
+ <sub name="Index of new symbols in 3.20" link="api-index-3-20.html"/>
92
+ <sub name="Index of new symbols in 3.22" link="api-index-3-22.html"/>
93
+ <sub name="Index of new symbols in 3.24" link="api-index-3-24.html"/>
94
+ <sub name="Index of new symbols in 4.0" link="api-index-4-0.html"/>
95
+ </sub>
96
+ </chapters>
97
+ <functions>
98
+ <keyword type="function" name="gtk_source_init ()" link="gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html#gtk-source-init" since="4.0"/>
99
+ <keyword type="function" name="gtk_source_finalize ()" link="gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html#gtk-source-finalize" since="4.0"/>
100
+ <keyword type="function" name="gtk_source_buffer_new ()" link="GtkSourceBuffer.html#gtk-source-buffer-new"/>
101
+ <keyword type="function" name="gtk_source_buffer_new_with_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-new-with-language"/>
102
+ <keyword type="function" name="gtk_source_buffer_create_source_tag ()" link="GtkSourceBuffer.html#gtk-source-buffer-create-source-tag" since="3.20"/>
103
+ <keyword type="function" name="gtk_source_buffer_set_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-language"/>
104
+ <keyword type="function" name="gtk_source_buffer_get_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-language"/>
105
+ <keyword type="function" name="gtk_source_buffer_set_style_scheme ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-style-scheme"/>
106
+ <keyword type="function" name="gtk_source_buffer_get_style_scheme ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-style-scheme"/>
107
+ <keyword type="function" name="gtk_source_buffer_set_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax"/>
108
+ <keyword type="function" name="gtk_source_buffer_get_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-syntax"/>
109
+ <keyword type="function" name="gtk_source_buffer_set_highlight_matching_brackets ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-matching-brackets"/>
110
+ <keyword type="function" name="gtk_source_buffer_get_highlight_matching_brackets ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-matching-brackets"/>
111
+ <keyword type="function" name="gtk_source_buffer_ensure_highlight ()" link="GtkSourceBuffer.html#gtk-source-buffer-ensure-highlight"/>
112
+ <keyword type="function" name="gtk_source_buffer_undo ()" link="GtkSourceBuffer.html#gtk-source-buffer-undo"/>
113
+ <keyword type="function" name="gtk_source_buffer_redo ()" link="GtkSourceBuffer.html#gtk-source-buffer-redo"/>
114
+ <keyword type="function" name="gtk_source_buffer_can_undo ()" link="GtkSourceBuffer.html#gtk-source-buffer-can-undo"/>
115
+ <keyword type="function" name="gtk_source_buffer_can_redo ()" link="GtkSourceBuffer.html#gtk-source-buffer-can-redo"/>
116
+ <keyword type="function" name="gtk_source_buffer_begin_not_undoable_action ()" link="GtkSourceBuffer.html#gtk-source-buffer-begin-not-undoable-action"/>
117
+ <keyword type="function" name="gtk_source_buffer_end_not_undoable_action ()" link="GtkSourceBuffer.html#gtk-source-buffer-end-not-undoable-action"/>
118
+ <keyword type="function" name="gtk_source_buffer_get_max_undo_levels ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-max-undo-levels"/>
119
+ <keyword type="function" name="gtk_source_buffer_set_max_undo_levels ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-max-undo-levels"/>
120
+ <keyword type="function" name="gtk_source_buffer_get_undo_manager ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-undo-manager"/>
121
+ <keyword type="function" name="gtk_source_buffer_set_undo_manager ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-undo-manager"/>
122
+ <keyword type="function" name="gtk_source_buffer_iter_has_context_class ()" link="GtkSourceBuffer.html#gtk-source-buffer-iter-has-context-class" since="2.10"/>
123
+ <keyword type="function" name="gtk_source_buffer_get_context_classes_at_iter ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-context-classes-at-iter" since="2.10"/>
124
+ <keyword type="function" name="gtk_source_buffer_iter_forward_to_context_class_toggle ()" link="GtkSourceBuffer.html#gtk-source-buffer-iter-forward-to-context-class-toggle" since="2.10"/>
125
+ <keyword type="function" name="gtk_source_buffer_iter_backward_to_context_class_toggle ()" link="GtkSourceBuffer.html#gtk-source-buffer-iter-backward-to-context-class-toggle" since="2.10"/>
126
+ <keyword type="function" name="gtk_source_buffer_create_source_mark ()" link="GtkSourceBuffer.html#gtk-source-buffer-create-source-mark" since="2.2"/>
127
+ <keyword type="function" name="gtk_source_buffer_forward_iter_to_source_mark ()" link="GtkSourceBuffer.html#gtk-source-buffer-forward-iter-to-source-mark" since="2.2"/>
128
+ <keyword type="function" name="gtk_source_buffer_backward_iter_to_source_mark ()" link="GtkSourceBuffer.html#gtk-source-buffer-backward-iter-to-source-mark" since="2.2"/>
129
+ <keyword type="function" name="gtk_source_buffer_get_source_marks_at_line ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-source-marks-at-line" since="2.2"/>
130
+ <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"/>
131
+ <keyword type="function" name="gtk_source_buffer_remove_source_marks ()" link="GtkSourceBuffer.html#gtk-source-buffer-remove-source-marks" since="2.2"/>
132
+ <keyword type="function" name="gtk_source_buffer_change_case ()" link="GtkSourceBuffer.html#gtk-source-buffer-change-case" since="3.12"/>
133
+ <keyword type="function" name="gtk_source_buffer_join_lines ()" link="GtkSourceBuffer.html#gtk-source-buffer-join-lines" since="3.16"/>
134
+ <keyword type="function" name="gtk_source_buffer_sort_lines ()" link="GtkSourceBuffer.html#gtk-source-buffer-sort-lines" since="3.18"/>
135
+ <keyword type="function" name="gtk_source_buffer_set_implicit_trailing_newline ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-implicit-trailing-newline" since="3.14"/>
136
+ <keyword type="function" name="gtk_source_buffer_get_implicit_trailing_newline ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-implicit-trailing-newline" since="3.14"/>
137
+ <keyword type="struct" name="GtkSourceBuffer" link="GtkSourceBuffer.html#GtkSourceBuffer-struct"/>
138
+ <keyword type="enum" name="enum GtkSourceBracketMatchType" link="GtkSourceBuffer.html#GtkSourceBracketMatchType"/>
139
+ <keyword type="enum" name="enum GtkSourceChangeCaseType" link="GtkSourceBuffer.html#GtkSourceChangeCaseType" since="3.12"/>
140
+ <keyword type="enum" name="enum GtkSourceSortFlags" link="GtkSourceBuffer.html#GtkSourceSortFlags" since="3.18"/>
141
+ <keyword type="property" name="The “can-redo” property" link="GtkSourceBuffer.html#GtkSourceBuffer--can-redo"/>
142
+ <keyword type="property" name="The “can-undo” property" link="GtkSourceBuffer.html#GtkSourceBuffer--can-undo"/>
143
+ <keyword type="property" name="The “highlight-matching-brackets” property" link="GtkSourceBuffer.html#GtkSourceBuffer--highlight-matching-brackets"/>
144
+ <keyword type="property" name="The “highlight-syntax” property" link="GtkSourceBuffer.html#GtkSourceBuffer--highlight-syntax"/>
145
+ <keyword type="property" name="The “implicit-trailing-newline” property" link="GtkSourceBuffer.html#GtkSourceBuffer--implicit-trailing-newline"/>
146
+ <keyword type="property" name="The “language” property" link="GtkSourceBuffer.html#GtkSourceBuffer--language"/>
147
+ <keyword type="property" name="The “max-undo-levels” property" link="GtkSourceBuffer.html#GtkSourceBuffer--max-undo-levels"/>
148
+ <keyword type="property" name="The “style-scheme” property" link="GtkSourceBuffer.html#GtkSourceBuffer--style-scheme"/>
149
+ <keyword type="property" name="The “undo-manager” property" link="GtkSourceBuffer.html#GtkSourceBuffer--undo-manager"/>
150
+ <keyword type="signal" name="The “bracket-matched” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-bracket-matched"/>
151
+ <keyword type="signal" name="The “highlight-updated” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-highlight-updated"/>
152
+ <keyword type="signal" name="The “redo” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-redo"/>
153
+ <keyword type="signal" name="The “source-mark-updated” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-source-mark-updated"/>
154
+ <keyword type="signal" name="The “undo” signal" link="GtkSourceBuffer.html#GtkSourceBuffer-undo"/>
155
+ <keyword type="function" name="gtk_source_view_new ()" link="GtkSourceView.html#gtk-source-view-new"/>
156
+ <keyword type="function" name="gtk_source_view_new_with_buffer ()" link="GtkSourceView.html#gtk-source-view-new-with-buffer"/>
157
+ <keyword type="function" name="gtk_source_view_get_completion ()" link="GtkSourceView.html#gtk-source-view-get-completion"/>
158
+ <keyword type="function" name="gtk_source_view_get_gutter ()" link="GtkSourceView.html#gtk-source-view-get-gutter" since="2.8"/>
159
+ <keyword type="function" name="gtk_source_view_get_space_drawer ()" link="GtkSourceView.html#gtk-source-view-get-space-drawer" since="3.24"/>
160
+ <keyword type="function" name="gtk_source_view_set_show_line_numbers ()" link="GtkSourceView.html#gtk-source-view-set-show-line-numbers"/>
161
+ <keyword type="function" name="gtk_source_view_get_show_line_numbers ()" link="GtkSourceView.html#gtk-source-view-get-show-line-numbers"/>
162
+ <keyword type="function" name="gtk_source_view_set_show_right_margin ()" link="GtkSourceView.html#gtk-source-view-set-show-right-margin"/>
163
+ <keyword type="function" name="gtk_source_view_get_show_right_margin ()" link="GtkSourceView.html#gtk-source-view-get-show-right-margin"/>
164
+ <keyword type="function" name="gtk_source_view_set_right_margin_position ()" link="GtkSourceView.html#gtk-source-view-set-right-margin-position"/>
165
+ <keyword type="function" name="gtk_source_view_get_right_margin_position ()" link="GtkSourceView.html#gtk-source-view-get-right-margin-position"/>
166
+ <keyword type="function" name="gtk_source_view_set_highlight_current_line ()" link="GtkSourceView.html#gtk-source-view-set-highlight-current-line"/>
167
+ <keyword type="function" name="gtk_source_view_get_highlight_current_line ()" link="GtkSourceView.html#gtk-source-view-get-highlight-current-line"/>
168
+ <keyword type="function" name="gtk_source_view_set_auto_indent ()" link="GtkSourceView.html#gtk-source-view-set-auto-indent"/>
169
+ <keyword type="function" name="gtk_source_view_get_auto_indent ()" link="GtkSourceView.html#gtk-source-view-get-auto-indent"/>
170
+ <keyword type="function" name="gtk_source_view_set_indent_on_tab ()" link="GtkSourceView.html#gtk-source-view-set-indent-on-tab"/>
171
+ <keyword type="function" name="gtk_source_view_get_indent_on_tab ()" link="GtkSourceView.html#gtk-source-view-get-indent-on-tab"/>
172
+ <keyword type="function" name="gtk_source_view_set_tab_width ()" link="GtkSourceView.html#gtk-source-view-set-tab-width"/>
173
+ <keyword type="function" name="gtk_source_view_get_tab_width ()" link="GtkSourceView.html#gtk-source-view-get-tab-width"/>
174
+ <keyword type="function" name="gtk_source_view_set_indent_width ()" link="GtkSourceView.html#gtk-source-view-set-indent-width"/>
175
+ <keyword type="function" name="gtk_source_view_get_indent_width ()" link="GtkSourceView.html#gtk-source-view-get-indent-width"/>
176
+ <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"/>
177
+ <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"/>
178
+ <keyword type="function" name="gtk_source_view_indent_lines ()" link="GtkSourceView.html#gtk-source-view-indent-lines" since="3.16"/>
179
+ <keyword type="function" name="gtk_source_view_unindent_lines ()" link="GtkSourceView.html#gtk-source-view-unindent-lines" since="3.16"/>
180
+ <keyword type="function" name="gtk_source_view_get_visual_column ()" link="GtkSourceView.html#gtk-source-view-get-visual-column"/>
181
+ <keyword type="function" name="gtk_source_view_set_smart_backspace ()" link="GtkSourceView.html#gtk-source-view-set-smart-backspace" since="3.18"/>
182
+ <keyword type="function" name="gtk_source_view_get_smart_backspace ()" link="GtkSourceView.html#gtk-source-view-get-smart-backspace" since="3.18"/>
183
+ <keyword type="function" name="gtk_source_view_set_smart_home_end ()" link="GtkSourceView.html#gtk-source-view-set-smart-home-end"/>
184
+ <keyword type="function" name="gtk_source_view_get_smart_home_end ()" link="GtkSourceView.html#gtk-source-view-get-smart-home-end"/>
185
+ <keyword type="function" name="gtk_source_view_set_mark_attributes ()" link="GtkSourceView.html#gtk-source-view-set-mark-attributes"/>
186
+ <keyword type="function" name="gtk_source_view_get_mark_attributes ()" link="GtkSourceView.html#gtk-source-view-get-mark-attributes"/>
187
+ <keyword type="function" name="gtk_source_view_set_show_line_marks ()" link="GtkSourceView.html#gtk-source-view-set-show-line-marks" since="2.2"/>
188
+ <keyword type="function" name="gtk_source_view_get_show_line_marks ()" link="GtkSourceView.html#gtk-source-view-get-show-line-marks" since="2.2"/>
189
+ <keyword type="function" name="gtk_source_view_set_background_pattern ()" link="GtkSourceView.html#gtk-source-view-set-background-pattern" since="3.16"/>
190
+ <keyword type="function" name="gtk_source_view_get_background_pattern ()" link="GtkSourceView.html#gtk-source-view-get-background-pattern" since="3.16"/>
191
+ <keyword type="struct" name="GtkSourceView" link="GtkSourceView.html#GtkSourceView-struct"/>
192
+ <keyword type="enum" name="enum GtkSourceSmartHomeEndType" link="GtkSourceView.html#GtkSourceSmartHomeEndType"/>
193
+ <keyword type="enum" name="enum GtkSourceViewGutterPosition" link="GtkSourceView.html#GtkSourceViewGutterPosition"/>
194
+ <keyword type="enum" name="enum GtkSourceBackgroundPatternType" link="GtkSourceView.html#GtkSourceBackgroundPatternType" since="3.16"/>
195
+ <keyword type="property" name="The “auto-indent” property" link="GtkSourceView.html#GtkSourceView--auto-indent"/>
196
+ <keyword type="property" name="The “background-pattern” property" link="GtkSourceView.html#GtkSourceView--background-pattern"/>
197
+ <keyword type="property" name="The “completion” property" link="GtkSourceView.html#GtkSourceView--completion"/>
198
+ <keyword type="property" name="The “highlight-current-line” property" link="GtkSourceView.html#GtkSourceView--highlight-current-line"/>
199
+ <keyword type="property" name="The “indent-on-tab” property" link="GtkSourceView.html#GtkSourceView--indent-on-tab"/>
200
+ <keyword type="property" name="The “indent-width” property" link="GtkSourceView.html#GtkSourceView--indent-width"/>
201
+ <keyword type="property" name="The “insert-spaces-instead-of-tabs” property" link="GtkSourceView.html#GtkSourceView--insert-spaces-instead-of-tabs"/>
202
+ <keyword type="property" name="The “right-margin-position” property" link="GtkSourceView.html#GtkSourceView--right-margin-position"/>
203
+ <keyword type="property" name="The “show-line-marks” property" link="GtkSourceView.html#GtkSourceView--show-line-marks"/>
204
+ <keyword type="property" name="The “show-line-numbers” property" link="GtkSourceView.html#GtkSourceView--show-line-numbers"/>
205
+ <keyword type="property" name="The “show-right-margin” property" link="GtkSourceView.html#GtkSourceView--show-right-margin"/>
206
+ <keyword type="property" name="The “smart-backspace” property" link="GtkSourceView.html#GtkSourceView--smart-backspace"/>
207
+ <keyword type="property" name="The “smart-home-end” property" link="GtkSourceView.html#GtkSourceView--smart-home-end"/>
208
+ <keyword type="property" name="The “space-drawer” property" link="GtkSourceView.html#GtkSourceView--space-drawer"/>
209
+ <keyword type="property" name="The “tab-width” property" link="GtkSourceView.html#GtkSourceView--tab-width"/>
210
+ <keyword type="signal" name="The “change-case” signal" link="GtkSourceView.html#GtkSourceView-change-case"/>
211
+ <keyword type="signal" name="The “change-number” signal" link="GtkSourceView.html#GtkSourceView-change-number"/>
212
+ <keyword type="signal" name="The “join-lines” signal" link="GtkSourceView.html#GtkSourceView-join-lines"/>
213
+ <keyword type="signal" name="The “line-mark-activated” signal" link="GtkSourceView.html#GtkSourceView-line-mark-activated"/>
214
+ <keyword type="signal" name="The “move-lines” signal" link="GtkSourceView.html#GtkSourceView-move-lines"/>
215
+ <keyword type="signal" name="The “move-to-matching-bracket” signal" link="GtkSourceView.html#GtkSourceView-move-to-matching-bracket"/>
216
+ <keyword type="signal" name="The “move-words” signal" link="GtkSourceView.html#GtkSourceView-move-words"/>
217
+ <keyword type="signal" name="The “redo” signal" link="GtkSourceView.html#GtkSourceView-redo"/>
218
+ <keyword type="signal" name="The “show-completion” signal" link="GtkSourceView.html#GtkSourceView-show-completion"/>
219
+ <keyword type="signal" name="The “smart-home-end” signal" link="GtkSourceView.html#GtkSourceView-smart-home-end"/>
220
+ <keyword type="signal" name="The “undo” signal" link="GtkSourceView.html#GtkSourceView-undo"/>
221
+ <keyword type="function" name="gtk_source_language_get_id ()" link="GtkSourceLanguage.html#gtk-source-language-get-id"/>
222
+ <keyword type="function" name="gtk_source_language_get_name ()" link="GtkSourceLanguage.html#gtk-source-language-get-name"/>
223
+ <keyword type="function" name="gtk_source_language_get_section ()" link="GtkSourceLanguage.html#gtk-source-language-get-section"/>
224
+ <keyword type="function" name="gtk_source_language_get_hidden ()" link="GtkSourceLanguage.html#gtk-source-language-get-hidden"/>
225
+ <keyword type="function" name="gtk_source_language_get_metadata ()" link="GtkSourceLanguage.html#gtk-source-language-get-metadata"/>
226
+ <keyword type="function" name="gtk_source_language_get_mime_types ()" link="GtkSourceLanguage.html#gtk-source-language-get-mime-types"/>
227
+ <keyword type="function" name="gtk_source_language_get_globs ()" link="GtkSourceLanguage.html#gtk-source-language-get-globs"/>
228
+ <keyword type="function" name="gtk_source_language_get_style_name ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-name"/>
229
+ <keyword type="function" name="gtk_source_language_get_style_ids ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-ids"/>
230
+ <keyword type="function" name="gtk_source_language_get_style_fallback ()" link="GtkSourceLanguage.html#gtk-source-language-get-style-fallback" since="3.4"/>
231
+ <keyword type="struct" name="GtkSourceLanguage" link="GtkSourceLanguage.html#GtkSourceLanguage-struct"/>
232
+ <keyword type="property" name="The “hidden” property" link="GtkSourceLanguage.html#GtkSourceLanguage--hidden"/>
233
+ <keyword type="property" name="The “id” property" link="GtkSourceLanguage.html#GtkSourceLanguage--id"/>
234
+ <keyword type="property" name="The “name” property" link="GtkSourceLanguage.html#GtkSourceLanguage--name"/>
235
+ <keyword type="property" name="The “section” property" link="GtkSourceLanguage.html#GtkSourceLanguage--section"/>
236
+ <keyword type="function" name="gtk_source_language_manager_new ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-new"/>
237
+ <keyword type="function" name="gtk_source_language_manager_get_default ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-default"/>
238
+ <keyword type="function" name="gtk_source_language_manager_set_search_path ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-set-search-path"/>
239
+ <keyword type="function" name="gtk_source_language_manager_get_search_path ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-search-path"/>
240
+ <keyword type="function" name="gtk_source_language_manager_get_language_ids ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language-ids"/>
241
+ <keyword type="function" name="gtk_source_language_manager_get_language ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-get-language"/>
242
+ <keyword type="function" name="gtk_source_language_manager_guess_language ()" link="GtkSourceLanguageManager.html#gtk-source-language-manager-guess-language" since="2.4"/>
243
+ <keyword type="struct" name="GtkSourceLanguageManager" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager-struct"/>
244
+ <keyword type="property" name="The “language-ids” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids"/>
245
+ <keyword type="property" name="The “search-path” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path"/>
246
+ <keyword type="function" name="gtk_source_style_copy ()" link="GtkSourceStyle.html#gtk-source-style-copy" since="2.0"/>
247
+ <keyword type="function" name="gtk_source_style_apply ()" link="GtkSourceStyle.html#gtk-source-style-apply" since="3.22"/>
248
+ <keyword type="struct" name="GtkSourceStyle" link="GtkSourceStyle.html#GtkSourceStyle-struct"/>
249
+ <keyword type="property" name="The “background” property" link="GtkSourceStyle.html#GtkSourceStyle--background"/>
250
+ <keyword type="property" name="The “background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--background-set"/>
251
+ <keyword type="property" name="The “bold” property" link="GtkSourceStyle.html#GtkSourceStyle--bold"/>
252
+ <keyword type="property" name="The “bold-set” property" link="GtkSourceStyle.html#GtkSourceStyle--bold-set"/>
253
+ <keyword type="property" name="The “foreground” property" link="GtkSourceStyle.html#GtkSourceStyle--foreground"/>
254
+ <keyword type="property" name="The “foreground-set” property" link="GtkSourceStyle.html#GtkSourceStyle--foreground-set"/>
255
+ <keyword type="property" name="The “italic” property" link="GtkSourceStyle.html#GtkSourceStyle--italic"/>
256
+ <keyword type="property" name="The “italic-set” property" link="GtkSourceStyle.html#GtkSourceStyle--italic-set"/>
257
+ <keyword type="property" name="The “line-background” property" link="GtkSourceStyle.html#GtkSourceStyle--line-background"/>
258
+ <keyword type="property" name="The “line-background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--line-background-set"/>
259
+ <keyword type="property" name="The “pango-underline” property" link="GtkSourceStyle.html#GtkSourceStyle--pango-underline"/>
260
+ <keyword type="property" name="The “scale” property" link="GtkSourceStyle.html#GtkSourceStyle--scale"/>
261
+ <keyword type="property" name="The “scale-set” property" link="GtkSourceStyle.html#GtkSourceStyle--scale-set"/>
262
+ <keyword type="property" name="The “strikethrough” property" link="GtkSourceStyle.html#GtkSourceStyle--strikethrough"/>
263
+ <keyword type="property" name="The “strikethrough-set” property" link="GtkSourceStyle.html#GtkSourceStyle--strikethrough-set"/>
264
+ <keyword type="property" name="The “underline-color” property" link="GtkSourceStyle.html#GtkSourceStyle--underline-color"/>
265
+ <keyword type="property" name="The “underline-color-set” property" link="GtkSourceStyle.html#GtkSourceStyle--underline-color-set"/>
266
+ <keyword type="property" name="The “underline-set” property" link="GtkSourceStyle.html#GtkSourceStyle--underline-set"/>
267
+ <keyword type="function" name="gtk_source_style_scheme_get_id ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-id" since="2.0"/>
268
+ <keyword type="function" name="gtk_source_style_scheme_get_name ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-name" since="2.0"/>
269
+ <keyword type="function" name="gtk_source_style_scheme_get_description ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-description" since="2.0"/>
270
+ <keyword type="function" name="gtk_source_style_scheme_get_authors ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-authors" since="2.0"/>
271
+ <keyword type="function" name="gtk_source_style_scheme_get_filename ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-filename" since="2.0"/>
272
+ <keyword type="function" name="gtk_source_style_scheme_get_style ()" link="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-style" since="2.0"/>
273
+ <keyword type="struct" name="GtkSourceStyleScheme" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme-struct"/>
274
+ <keyword type="property" name="The “description” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--description"/>
275
+ <keyword type="property" name="The “filename” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--filename"/>
276
+ <keyword type="property" name="The “id” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--id"/>
277
+ <keyword type="property" name="The “name” property" link="GtkSourceStyleScheme.html#GtkSourceStyleScheme--name"/>
278
+ <keyword type="function" name="gtk_source_style_scheme_manager_new ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-new"/>
279
+ <keyword type="function" name="gtk_source_style_scheme_manager_get_default ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-default"/>
280
+ <keyword type="function" name="gtk_source_style_scheme_manager_set_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path"/>
281
+ <keyword type="function" name="gtk_source_style_scheme_manager_append_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-append-search-path"/>
282
+ <keyword type="function" name="gtk_source_style_scheme_manager_prepend_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-prepend-search-path"/>
283
+ <keyword type="function" name="gtk_source_style_scheme_manager_get_search_path ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-search-path"/>
284
+ <keyword type="function" name="gtk_source_style_scheme_manager_get_scheme_ids ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme-ids"/>
285
+ <keyword type="function" name="gtk_source_style_scheme_manager_get_scheme ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme"/>
286
+ <keyword type="function" name="gtk_source_style_scheme_manager_force_rescan ()" link="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-force-rescan"/>
287
+ <keyword type="struct" name="GtkSourceStyleSchemeManager" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager-struct"/>
288
+ <keyword type="property" name="The “scheme-ids” property" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--scheme-ids"/>
289
+ <keyword type="property" name="The “search-path” property" link="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--search-path"/>
290
+ <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"/>
291
+ <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"/>
292
+ <keyword type="struct" name="GtkSourceStyleSchemeChooser" link="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser-struct"/>
293
+ <keyword type="property" name="The “style-scheme” property" link="GtkSourceStyleSchemeChooser.html#GtkSourceStyleSchemeChooser--style-scheme"/>
294
+ <keyword type="function" name="gtk_source_style_scheme_chooser_button_new ()" link="GtkSourceStyleSchemeChooserButton.html#gtk-source-style-scheme-chooser-button-new" since="3.16"/>
295
+ <keyword type="struct" name="GtkSourceStyleSchemeChooserButton" link="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct"/>
296
+ <keyword type="function" name="gtk_source_style_scheme_chooser_widget_new ()" link="GtkSourceStyleSchemeChooserWidget.html#gtk-source-style-scheme-chooser-widget-new" since="3.16"/>
297
+ <keyword type="struct" name="GtkSourceStyleSchemeChooserWidget" link="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct"/>
298
+ <keyword type="function" name="gtk_source_completion_add_provider ()" link="GtkSourceCompletion.html#gtk-source-completion-add-provider"/>
299
+ <keyword type="function" name="gtk_source_completion_remove_provider ()" link="GtkSourceCompletion.html#gtk-source-completion-remove-provider"/>
300
+ <keyword type="function" name="gtk_source_completion_get_providers ()" link="GtkSourceCompletion.html#gtk-source-completion-get-providers"/>
301
+ <keyword type="function" name="gtk_source_completion_start ()" link="GtkSourceCompletion.html#gtk-source-completion-start"/>
302
+ <keyword type="function" name="gtk_source_completion_hide ()" link="GtkSourceCompletion.html#gtk-source-completion-hide"/>
303
+ <keyword type="function" name="gtk_source_completion_get_info_window ()" link="GtkSourceCompletion.html#gtk-source-completion-get-info-window"/>
304
+ <keyword type="function" name="gtk_source_completion_get_view ()" link="GtkSourceCompletion.html#gtk-source-completion-get-view"/>
305
+ <keyword type="function" name="gtk_source_completion_create_context ()" link="GtkSourceCompletion.html#gtk-source-completion-create-context"/>
306
+ <keyword type="function" name="gtk_source_completion_block_interactive ()" link="GtkSourceCompletion.html#gtk-source-completion-block-interactive"/>
307
+ <keyword type="function" name="gtk_source_completion_unblock_interactive ()" link="GtkSourceCompletion.html#gtk-source-completion-unblock-interactive"/>
308
+ <keyword type="struct" name="GtkSourceCompletion" link="GtkSourceCompletion.html#GtkSourceCompletion-struct"/>
309
+ <keyword type="macro" name="GTK_SOURCE_COMPLETION_ERROR" link="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR:CAPS"/>
310
+ <keyword type="enum" name="enum GtkSourceCompletionError" link="GtkSourceCompletion.html#GtkSourceCompletionError"/>
311
+ <keyword type="property" name="The “accelerators” property" link="GtkSourceCompletion.html#GtkSourceCompletion--accelerators"/>
312
+ <keyword type="property" name="The “auto-complete-delay” property" link="GtkSourceCompletion.html#GtkSourceCompletion--auto-complete-delay"/>
313
+ <keyword type="property" name="The “proposal-page-size” property" link="GtkSourceCompletion.html#GtkSourceCompletion--proposal-page-size"/>
314
+ <keyword type="property" name="The “provider-page-size” property" link="GtkSourceCompletion.html#GtkSourceCompletion--provider-page-size"/>
315
+ <keyword type="property" name="The “remember-info-visibility” property" link="GtkSourceCompletion.html#GtkSourceCompletion--remember-info-visibility"/>
316
+ <keyword type="property" name="The “select-on-show” property" link="GtkSourceCompletion.html#GtkSourceCompletion--select-on-show"/>
317
+ <keyword type="property" name="The “show-headers” property" link="GtkSourceCompletion.html#GtkSourceCompletion--show-headers"/>
318
+ <keyword type="property" name="The “show-icons” property" link="GtkSourceCompletion.html#GtkSourceCompletion--show-icons"/>
319
+ <keyword type="property" name="The “view” property" link="GtkSourceCompletion.html#GtkSourceCompletion--view"/>
320
+ <keyword type="signal" name="The “activate-proposal” signal" link="GtkSourceCompletion.html#GtkSourceCompletion-activate-proposal"/>
321
+ <keyword type="signal" name="The “hide” signal" link="GtkSourceCompletion.html#GtkSourceCompletion-hide"/>
322
+ <keyword type="signal" name="The “move-cursor” signal" link="GtkSourceCompletion.html#GtkSourceCompletion-move-cursor"/>
323
+ <keyword type="signal" name="The “move-page” signal" link="GtkSourceCompletion.html#GtkSourceCompletion-move-page"/>
324
+ <keyword type="signal" name="The “populate-context” signal" link="GtkSourceCompletion.html#GtkSourceCompletion-populate-context"/>
325
+ <keyword type="signal" name="The “show” signal" link="GtkSourceCompletion.html#GtkSourceCompletion-show"/>
326
+ <keyword type="function" name="gtk_source_completion_context_add_proposals ()" link="GtkSourceCompletionContext.html#gtk-source-completion-context-add-proposals"/>
327
+ <keyword type="function" name="gtk_source_completion_context_get_iter ()" link="GtkSourceCompletionContext.html#gtk-source-completion-context-get-iter"/>
328
+ <keyword type="function" name="gtk_source_completion_context_get_activation ()" link="GtkSourceCompletionContext.html#gtk-source-completion-context-get-activation"/>
329
+ <keyword type="enum" name="enum GtkSourceCompletionActivation" link="GtkSourceCompletionContext.html#GtkSourceCompletionActivation"/>
330
+ <keyword type="struct" name="GtkSourceCompletionContext" link="GtkSourceCompletionContext.html#GtkSourceCompletionContext-struct"/>
331
+ <keyword type="property" name="The “activation” property" link="GtkSourceCompletionContext.html#GtkSourceCompletionContext--activation"/>
332
+ <keyword type="property" name="The “completion” property" link="GtkSourceCompletionContext.html#GtkSourceCompletionContext--completion"/>
333
+ <keyword type="property" name="The “iter” property" link="GtkSourceCompletionContext.html#GtkSourceCompletionContext--iter"/>
334
+ <keyword type="signal" name="The “cancelled” signal" link="GtkSourceCompletionContext.html#GtkSourceCompletionContext-cancelled"/>
335
+ <keyword type="function" name="gtk_source_completion_info_new ()" link="GtkSourceCompletionInfo.html#gtk-source-completion-info-new"/>
336
+ <keyword type="function" name="gtk_source_completion_info_move_to_iter ()" link="GtkSourceCompletionInfo.html#gtk-source-completion-info-move-to-iter"/>
337
+ <keyword type="struct" name="GtkSourceCompletionInfo" link="GtkSourceCompletionInfo.html#GtkSourceCompletionInfo-struct"/>
338
+ <keyword type="function" name="gtk_source_completion_item_new ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-new" since="4.0"/>
339
+ <keyword type="function" name="gtk_source_completion_item_set_label ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-label" since="3.24"/>
340
+ <keyword type="function" name="gtk_source_completion_item_set_markup ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-markup" since="3.24"/>
341
+ <keyword type="function" name="gtk_source_completion_item_set_text ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-text" since="3.24"/>
342
+ <keyword type="function" name="gtk_source_completion_item_set_icon ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-icon" since="3.24"/>
343
+ <keyword type="function" name="gtk_source_completion_item_set_icon_name ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-icon-name" since="3.24"/>
344
+ <keyword type="function" name="gtk_source_completion_item_set_gicon ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-gicon" since="3.24"/>
345
+ <keyword type="function" name="gtk_source_completion_item_set_info ()" link="GtkSourceCompletionItem.html#gtk-source-completion-item-set-info" since="3.24"/>
346
+ <keyword type="struct" name="GtkSourceCompletionItem" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem-struct"/>
347
+ <keyword type="property" name="The “gicon” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--gicon"/>
348
+ <keyword type="property" name="The “icon” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--icon"/>
349
+ <keyword type="property" name="The “icon-name” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--icon-name"/>
350
+ <keyword type="property" name="The “info” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--info"/>
351
+ <keyword type="property" name="The “label” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--label"/>
352
+ <keyword type="property" name="The “markup” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--markup"/>
353
+ <keyword type="property" name="The “text” property" link="GtkSourceCompletionItem.html#GtkSourceCompletionItem--text"/>
354
+ <keyword type="function" name="gtk_source_completion_proposal_get_label ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-label"/>
355
+ <keyword type="function" name="gtk_source_completion_proposal_get_markup ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-markup"/>
356
+ <keyword type="function" name="gtk_source_completion_proposal_get_text ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-text"/>
357
+ <keyword type="function" name="gtk_source_completion_proposal_get_icon ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon"/>
358
+ <keyword type="function" name="gtk_source_completion_proposal_get_icon_name ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-icon-name" since="3.18"/>
359
+ <keyword type="function" name="gtk_source_completion_proposal_get_gicon ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-gicon" since="3.18"/>
360
+ <keyword type="function" name="gtk_source_completion_proposal_get_info ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-get-info"/>
361
+ <keyword type="function" name="gtk_source_completion_proposal_changed ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-changed"/>
362
+ <keyword type="function" name="gtk_source_completion_proposal_hash ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-hash"/>
363
+ <keyword type="function" name="gtk_source_completion_proposal_equal ()" link="GtkSourceCompletionProposal.html#gtk-source-completion-proposal-equal"/>
364
+ <keyword type="struct" name="GtkSourceCompletionProposal" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposal-struct"/>
365
+ <keyword type="struct" name="struct GtkSourceCompletionProposalIface" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface"/>
366
+ <keyword type="signal" name="The “changed” signal" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposal-changed"/>
367
+ <keyword type="function" name="gtk_source_completion_provider_get_name ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-name"/>
368
+ <keyword type="function" name="gtk_source_completion_provider_get_icon ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-icon"/>
369
+ <keyword type="function" name="gtk_source_completion_provider_get_icon_name ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-icon-name" since="3.18"/>
370
+ <keyword type="function" name="gtk_source_completion_provider_get_gicon ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-gicon" since="3.18"/>
371
+ <keyword type="function" name="gtk_source_completion_provider_populate ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-populate"/>
372
+ <keyword type="function" name="gtk_source_completion_provider_get_activation ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-activation"/>
373
+ <keyword type="function" name="gtk_source_completion_provider_match ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-match"/>
374
+ <keyword type="function" name="gtk_source_completion_provider_get_info_widget ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-info-widget"/>
375
+ <keyword type="function" name="gtk_source_completion_provider_update_info ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-update-info"/>
376
+ <keyword type="function" name="gtk_source_completion_provider_get_start_iter ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-start-iter"/>
377
+ <keyword type="function" name="gtk_source_completion_provider_activate_proposal ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-activate-proposal"/>
378
+ <keyword type="function" name="gtk_source_completion_provider_get_interactive_delay ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-interactive-delay"/>
379
+ <keyword type="function" name="gtk_source_completion_provider_get_priority ()" link="GtkSourceCompletionProvider.html#gtk-source-completion-provider-get-priority"/>
380
+ <keyword type="struct" name="GtkSourceCompletionProvider" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProvider-struct"/>
381
+ <keyword type="struct" name="struct GtkSourceCompletionProviderIface" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface"/>
382
+ <keyword type="function" name="gtk_source_completion_words_new ()" link="GtkSourceCompletionWords.html#gtk-source-completion-words-new"/>
383
+ <keyword type="function" name="gtk_source_completion_words_register ()" link="GtkSourceCompletionWords.html#gtk-source-completion-words-register"/>
384
+ <keyword type="function" name="gtk_source_completion_words_unregister ()" link="GtkSourceCompletionWords.html#gtk-source-completion-words-unregister"/>
385
+ <keyword type="struct" name="struct GtkSourceCompletionWords" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords-struct"/>
386
+ <keyword type="property" name="The “activation” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--activation"/>
387
+ <keyword type="property" name="The “icon” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--icon"/>
388
+ <keyword type="property" name="The “interactive-delay” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--interactive-delay"/>
389
+ <keyword type="property" name="The “minimum-word-size” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--minimum-word-size"/>
390
+ <keyword type="property" name="The “name” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--name"/>
391
+ <keyword type="property" name="The “priority” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--priority"/>
392
+ <keyword type="property" name="The “proposals-batch-size” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--proposals-batch-size"/>
393
+ <keyword type="property" name="The “scan-batch-size” property" link="GtkSourceCompletionWords.html#GtkSourceCompletionWords--scan-batch-size"/>
394
+ <keyword type="function" name="gtk_source_encoding_get_utf8 ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-utf8" since="3.14"/>
395
+ <keyword type="function" name="gtk_source_encoding_get_current ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-current" since="3.14"/>
396
+ <keyword type="function" name="gtk_source_encoding_get_from_charset ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-from-charset" since="3.14"/>
397
+ <keyword type="function" name="gtk_source_encoding_to_string ()" link="GtkSourceEncoding.html#gtk-source-encoding-to-string" since="3.14"/>
398
+ <keyword type="function" name="gtk_source_encoding_get_name ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-name" since="3.14"/>
399
+ <keyword type="function" name="gtk_source_encoding_get_charset ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-charset" since="3.14"/>
400
+ <keyword type="function" name="gtk_source_encoding_get_all ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-all" since="3.14"/>
401
+ <keyword type="function" name="gtk_source_encoding_get_default_candidates ()" link="GtkSourceEncoding.html#gtk-source-encoding-get-default-candidates" since="3.18"/>
402
+ <keyword type="function" name="gtk_source_encoding_copy ()" link="GtkSourceEncoding.html#gtk-source-encoding-copy" since="3.14"/>
403
+ <keyword type="function" name="gtk_source_encoding_free ()" link="GtkSourceEncoding.html#gtk-source-encoding-free" since="3.14"/>
404
+ <keyword type="struct" name="GtkSourceEncoding" link="GtkSourceEncoding.html#GtkSourceEncoding-struct"/>
405
+ <keyword type="function" name="GtkSourceMountOperationFactory ()" link="GtkSourceFile.html#GtkSourceMountOperationFactory" since="3.14"/>
406
+ <keyword type="function" name="gtk_source_file_new ()" link="GtkSourceFile.html#gtk-source-file-new" since="3.14"/>
407
+ <keyword type="function" name="gtk_source_file_get_location ()" link="GtkSourceFile.html#gtk-source-file-get-location" since="3.14"/>
408
+ <keyword type="function" name="gtk_source_file_set_location ()" link="GtkSourceFile.html#gtk-source-file-set-location" since="3.14"/>
409
+ <keyword type="function" name="gtk_source_file_get_encoding ()" link="GtkSourceFile.html#gtk-source-file-get-encoding" since="3.14"/>
410
+ <keyword type="function" name="gtk_source_file_get_newline_type ()" link="GtkSourceFile.html#gtk-source-file-get-newline-type" since="3.14"/>
411
+ <keyword type="function" name="gtk_source_file_get_compression_type ()" link="GtkSourceFile.html#gtk-source-file-get-compression-type" since="3.14"/>
412
+ <keyword type="function" name="gtk_source_file_check_file_on_disk ()" link="GtkSourceFile.html#gtk-source-file-check-file-on-disk" since="3.18"/>
413
+ <keyword type="function" name="gtk_source_file_is_local ()" link="GtkSourceFile.html#gtk-source-file-is-local" since="3.18"/>
414
+ <keyword type="function" name="gtk_source_file_is_externally_modified ()" link="GtkSourceFile.html#gtk-source-file-is-externally-modified" since="3.18"/>
415
+ <keyword type="function" name="gtk_source_file_is_deleted ()" link="GtkSourceFile.html#gtk-source-file-is-deleted" since="3.18"/>
416
+ <keyword type="function" name="gtk_source_file_is_readonly ()" link="GtkSourceFile.html#gtk-source-file-is-readonly" since="3.18"/>
417
+ <keyword type="function" name="gtk_source_file_set_mount_operation_factory ()" link="GtkSourceFile.html#gtk-source-file-set-mount-operation-factory" since="3.14"/>
418
+ <keyword type="struct" name="GtkSourceFile" link="GtkSourceFile.html#GtkSourceFile-struct"/>
419
+ <keyword type="enum" name="enum GtkSourceNewlineType" link="GtkSourceFile.html#GtkSourceNewlineType" since="3.14"/>
420
+ <keyword type="macro" name="GTK_SOURCE_NEWLINE_TYPE_DEFAULT" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-DEFAULT:CAPS" since="3.14"/>
421
+ <keyword type="enum" name="enum GtkSourceCompressionType" link="GtkSourceFile.html#GtkSourceCompressionType" since="3.14"/>
422
+ <keyword type="property" name="The “compression-type” property" link="GtkSourceFile.html#GtkSourceFile--compression-type"/>
423
+ <keyword type="property" name="The “encoding” property" link="GtkSourceFile.html#GtkSourceFile--encoding"/>
424
+ <keyword type="property" name="The “location” property" link="GtkSourceFile.html#GtkSourceFile--location"/>
425
+ <keyword type="property" name="The “newline-type” property" link="GtkSourceFile.html#GtkSourceFile--newline-type"/>
426
+ <keyword type="property" name="The “read-only” property" link="GtkSourceFile.html#GtkSourceFile--read-only"/>
427
+ <keyword type="function" name="gtk_source_file_loader_new ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-new" since="3.14"/>
428
+ <keyword type="function" name="gtk_source_file_loader_new_from_stream ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-new-from-stream" since="3.14"/>
429
+ <keyword type="function" name="gtk_source_file_loader_set_candidate_encodings ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-set-candidate-encodings" since="3.14"/>
430
+ <keyword type="function" name="gtk_source_file_loader_get_buffer ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-buffer" since="3.14"/>
431
+ <keyword type="function" name="gtk_source_file_loader_get_file ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-file" since="3.14"/>
432
+ <keyword type="function" name="gtk_source_file_loader_get_location ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-location" since="3.14"/>
433
+ <keyword type="function" name="gtk_source_file_loader_get_input_stream ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-input-stream" since="3.14"/>
434
+ <keyword type="function" name="gtk_source_file_loader_load_async ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-load-async" since="3.14"/>
435
+ <keyword type="function" name="gtk_source_file_loader_load_finish ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-load-finish" since="3.14"/>
436
+ <keyword type="function" name="gtk_source_file_loader_get_encoding ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-encoding" since="3.14"/>
437
+ <keyword type="function" name="gtk_source_file_loader_get_newline_type ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-newline-type" since="3.14"/>
438
+ <keyword type="function" name="gtk_source_file_loader_get_compression_type ()" link="GtkSourceFileLoader.html#gtk-source-file-loader-get-compression-type" since="3.14"/>
439
+ <keyword type="struct" name="GtkSourceFileLoader" link="GtkSourceFileLoader.html#GtkSourceFileLoader-struct"/>
440
+ <keyword type="macro" name="GTK_SOURCE_FILE_LOADER_ERROR" link="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR:CAPS"/>
441
+ <keyword type="enum" name="enum GtkSourceFileLoaderError" link="GtkSourceFileLoader.html#GtkSourceFileLoaderError"/>
442
+ <keyword type="property" name="The “buffer” property" link="GtkSourceFileLoader.html#GtkSourceFileLoader--buffer"/>
443
+ <keyword type="property" name="The “file” property" link="GtkSourceFileLoader.html#GtkSourceFileLoader--file"/>
444
+ <keyword type="property" name="The “input-stream” property" link="GtkSourceFileLoader.html#GtkSourceFileLoader--input-stream"/>
445
+ <keyword type="property" name="The “location” property" link="GtkSourceFileLoader.html#GtkSourceFileLoader--location"/>
446
+ <keyword type="function" name="gtk_source_file_saver_new ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-new" since="3.14"/>
447
+ <keyword type="function" name="gtk_source_file_saver_new_with_target ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-new-with-target" since="3.14"/>
448
+ <keyword type="function" name="gtk_source_file_saver_get_buffer ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-buffer" since="3.14"/>
449
+ <keyword type="function" name="gtk_source_file_saver_get_file ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-file" since="3.14"/>
450
+ <keyword type="function" name="gtk_source_file_saver_get_location ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-location" since="3.14"/>
451
+ <keyword type="function" name="gtk_source_file_saver_set_encoding ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-set-encoding" since="3.14"/>
452
+ <keyword type="function" name="gtk_source_file_saver_get_encoding ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-encoding" since="3.14"/>
453
+ <keyword type="function" name="gtk_source_file_saver_set_newline_type ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-set-newline-type" since="3.14"/>
454
+ <keyword type="function" name="gtk_source_file_saver_get_newline_type ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-newline-type" since="3.14"/>
455
+ <keyword type="function" name="gtk_source_file_saver_set_compression_type ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-set-compression-type" since="3.14"/>
456
+ <keyword type="function" name="gtk_source_file_saver_get_compression_type ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-compression-type" since="3.14"/>
457
+ <keyword type="function" name="gtk_source_file_saver_set_flags ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-set-flags" since="3.14"/>
458
+ <keyword type="function" name="gtk_source_file_saver_get_flags ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-get-flags" since="3.14"/>
459
+ <keyword type="function" name="gtk_source_file_saver_save_async ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-save-async" since="3.14"/>
460
+ <keyword type="function" name="gtk_source_file_saver_save_finish ()" link="GtkSourceFileSaver.html#gtk-source-file-saver-save-finish" since="3.14"/>
461
+ <keyword type="struct" name="GtkSourceFileSaver" link="GtkSourceFileSaver.html#GtkSourceFileSaver-struct"/>
462
+ <keyword type="macro" name="GTK_SOURCE_FILE_SAVER_ERROR" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR:CAPS"/>
463
+ <keyword type="enum" name="enum GtkSourceFileSaverError" link="GtkSourceFileSaver.html#GtkSourceFileSaverError" since="3.14"/>
464
+ <keyword type="enum" name="enum GtkSourceFileSaverFlags" link="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" since="3.14"/>
465
+ <keyword type="property" name="The “buffer” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--buffer"/>
466
+ <keyword type="property" name="The “compression-type” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--compression-type"/>
467
+ <keyword type="property" name="The “encoding” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--encoding"/>
468
+ <keyword type="property" name="The “file” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--file"/>
469
+ <keyword type="property" name="The “flags” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--flags"/>
470
+ <keyword type="property" name="The “location” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--location"/>
471
+ <keyword type="property" name="The “newline-type” property" link="GtkSourceFileSaver.html#GtkSourceFileSaver--newline-type"/>
472
+ <keyword type="function" name="gtk_source_gutter_get_view ()" link="GtkSourceGutter.html#gtk-source-gutter-get-view" since="3.24"/>
473
+ <keyword type="function" name="gtk_source_gutter_get_window_type ()" link="GtkSourceGutter.html#gtk-source-gutter-get-window-type" since="3.24"/>
474
+ <keyword type="function" name="gtk_source_gutter_insert ()" link="GtkSourceGutter.html#gtk-source-gutter-insert" since="3.0"/>
475
+ <keyword type="function" name="gtk_source_gutter_reorder ()" link="GtkSourceGutter.html#gtk-source-gutter-reorder" since="2.8"/>
476
+ <keyword type="function" name="gtk_source_gutter_remove ()" link="GtkSourceGutter.html#gtk-source-gutter-remove" since="2.8"/>
477
+ <keyword type="function" name="gtk_source_gutter_queue_draw ()" link="GtkSourceGutter.html#gtk-source-gutter-queue-draw" since="2.8"/>
478
+ <keyword type="function" name="gtk_source_gutter_get_renderer_at_pos ()" link="GtkSourceGutter.html#gtk-source-gutter-get-renderer-at-pos"/>
479
+ <keyword type="struct" name="GtkSourceGutter" link="GtkSourceGutter.html#GtkSourceGutter-struct"/>
480
+ <keyword type="property" name="The “view” property" link="GtkSourceGutter.html#GtkSourceGutter--view"/>
481
+ <keyword type="property" name="The “window-type” property" link="GtkSourceGutter.html#GtkSourceGutter--window-type"/>
482
+ <keyword type="function" name="gtk_source_gutter_renderer_begin ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-begin"/>
483
+ <keyword type="function" name="gtk_source_gutter_renderer_draw ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-draw"/>
484
+ <keyword type="function" name="gtk_source_gutter_renderer_end ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-end"/>
485
+ <keyword type="function" name="gtk_source_gutter_renderer_get_view ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-view"/>
486
+ <keyword type="function" name="gtk_source_gutter_renderer_get_window_type ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-window-type"/>
487
+ <keyword type="function" name="gtk_source_gutter_renderer_get_visible ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-visible"/>
488
+ <keyword type="function" name="gtk_source_gutter_renderer_set_visible ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-visible"/>
489
+ <keyword type="function" name="gtk_source_gutter_renderer_get_size ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-size"/>
490
+ <keyword type="function" name="gtk_source_gutter_renderer_set_size ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-size"/>
491
+ <keyword type="function" name="gtk_source_gutter_renderer_get_padding ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-padding"/>
492
+ <keyword type="function" name="gtk_source_gutter_renderer_set_padding ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-padding"/>
493
+ <keyword type="function" name="gtk_source_gutter_renderer_get_alignment ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-alignment"/>
494
+ <keyword type="function" name="gtk_source_gutter_renderer_set_alignment ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-alignment"/>
495
+ <keyword type="function" name="gtk_source_gutter_renderer_get_alignment_mode ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-alignment-mode"/>
496
+ <keyword type="function" name="gtk_source_gutter_renderer_set_alignment_mode ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-alignment-mode"/>
497
+ <keyword type="function" name="gtk_source_gutter_renderer_get_background ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-background"/>
498
+ <keyword type="function" name="gtk_source_gutter_renderer_set_background ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-background"/>
499
+ <keyword type="function" name="gtk_source_gutter_renderer_activate ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-activate"/>
500
+ <keyword type="function" name="gtk_source_gutter_renderer_query_activatable ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-query-activatable"/>
501
+ <keyword type="function" name="gtk_source_gutter_renderer_query_data ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-query-data"/>
502
+ <keyword type="function" name="gtk_source_gutter_renderer_query_tooltip ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-query-tooltip"/>
503
+ <keyword type="function" name="gtk_source_gutter_renderer_queue_draw ()" link="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-queue-draw"/>
504
+ <keyword type="struct" name="GtkSourceGutterRenderer" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-struct"/>
505
+ <keyword type="enum" name="enum GtkSourceGutterRendererState" link="GtkSourceGutterRenderer.html#GtkSourceGutterRendererState"/>
506
+ <keyword type="enum" name="enum GtkSourceGutterRendererAlignmentMode" link="GtkSourceGutterRenderer.html#GtkSourceGutterRendererAlignmentMode"/>
507
+ <keyword type="property" name="The “alignment-mode” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--alignment-mode"/>
508
+ <keyword type="property" name="The “background-rgba” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--background-rgba"/>
509
+ <keyword type="property" name="The “background-set” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--background-set"/>
510
+ <keyword type="property" name="The “size” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--size"/>
511
+ <keyword type="property" name="The “view” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--view"/>
512
+ <keyword type="property" name="The “visible” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--visible"/>
513
+ <keyword type="property" name="The “window-type” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--window-type"/>
514
+ <keyword type="property" name="The “xalign” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--xalign"/>
515
+ <keyword type="property" name="The “xpad” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--xpad"/>
516
+ <keyword type="property" name="The “yalign” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--yalign"/>
517
+ <keyword type="property" name="The “ypad” property" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--ypad"/>
518
+ <keyword type="signal" name="The “activate” signal" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-activate"/>
519
+ <keyword type="signal" name="The “query-activatable” signal" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-activatable"/>
520
+ <keyword type="signal" name="The “query-data” signal" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-data"/>
521
+ <keyword type="signal" name="The “query-tooltip” signal" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-query-tooltip"/>
522
+ <keyword type="signal" name="The “queue-draw” signal" link="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer-queue-draw"/>
523
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_new ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-new"/>
524
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_set_pixbuf ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-set-pixbuf"/>
525
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_get_pixbuf ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-get-pixbuf"/>
526
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_set_gicon ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-set-gicon"/>
527
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_get_gicon ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-get-gicon"/>
528
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_set_icon_name ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-set-icon-name"/>
529
+ <keyword type="function" name="gtk_source_gutter_renderer_pixbuf_get_icon_name ()" link="GtkSourceGutterRendererPixbuf.html#gtk-source-gutter-renderer-pixbuf-get-icon-name"/>
530
+ <keyword type="struct" name="GtkSourceGutterRendererPixbuf" link="GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf-struct"/>
531
+ <keyword type="property" name="The “gicon” property" link="GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf--gicon"/>
532
+ <keyword type="property" name="The “icon-name” property" link="GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf--icon-name"/>
533
+ <keyword type="property" name="The “pixbuf” property" link="GtkSourceGutterRendererPixbuf.html#GtkSourceGutterRendererPixbuf--pixbuf"/>
534
+ <keyword type="function" name="gtk_source_gutter_renderer_text_new ()" link="GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-new"/>
535
+ <keyword type="function" name="gtk_source_gutter_renderer_text_set_markup ()" link="GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-set-markup"/>
536
+ <keyword type="function" name="gtk_source_gutter_renderer_text_set_text ()" link="GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-set-text"/>
537
+ <keyword type="function" name="gtk_source_gutter_renderer_text_measure ()" link="GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-measure"/>
538
+ <keyword type="function" name="gtk_source_gutter_renderer_text_measure_markup ()" link="GtkSourceGutterRendererText.html#gtk-source-gutter-renderer-text-measure-markup"/>
539
+ <keyword type="struct" name="GtkSourceGutterRendererText" link="GtkSourceGutterRendererText.html#GtkSourceGutterRendererText-struct"/>
540
+ <keyword type="property" name="The “markup” property" link="GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--markup"/>
541
+ <keyword type="property" name="The “text” property" link="GtkSourceGutterRendererText.html#GtkSourceGutterRendererText--text"/>
542
+ <keyword type="function" name="gtk_source_mark_new ()" link="GtkSourceMark.html#gtk-source-mark-new" since="2.2"/>
543
+ <keyword type="function" name="gtk_source_mark_get_category ()" link="GtkSourceMark.html#gtk-source-mark-get-category" since="2.2"/>
544
+ <keyword type="function" name="gtk_source_mark_next ()" link="GtkSourceMark.html#gtk-source-mark-next" since="2.2"/>
545
+ <keyword type="function" name="gtk_source_mark_prev ()" link="GtkSourceMark.html#gtk-source-mark-prev" since="2.2"/>
546
+ <keyword type="struct" name="GtkSourceMark" link="GtkSourceMark.html#GtkSourceMark-struct"/>
547
+ <keyword type="property" name="The “category” property" link="GtkSourceMark.html#GtkSourceMark--category"/>
548
+ <keyword type="function" name="gtk_source_mark_attributes_new ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-new"/>
549
+ <keyword type="function" name="gtk_source_mark_attributes_set_background ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-background"/>
550
+ <keyword type="function" name="gtk_source_mark_attributes_get_background ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background"/>
551
+ <keyword type="function" name="gtk_source_mark_attributes_set_icon_name ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name"/>
552
+ <keyword type="function" name="gtk_source_mark_attributes_get_icon_name ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-icon-name"/>
553
+ <keyword type="function" name="gtk_source_mark_attributes_set_gicon ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon"/>
554
+ <keyword type="function" name="gtk_source_mark_attributes_get_gicon ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-gicon"/>
555
+ <keyword type="function" name="gtk_source_mark_attributes_set_pixbuf ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf"/>
556
+ <keyword type="function" name="gtk_source_mark_attributes_get_pixbuf ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-pixbuf"/>
557
+ <keyword type="function" name="gtk_source_mark_attributes_render_icon ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-render-icon"/>
558
+ <keyword type="function" name="gtk_source_mark_attributes_get_tooltip_text ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-text"/>
559
+ <keyword type="function" name="gtk_source_mark_attributes_get_tooltip_markup ()" link="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-markup"/>
560
+ <keyword type="struct" name="GtkSourceMarkAttributes" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-struct"/>
561
+ <keyword type="property" name="The “background” property" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background"/>
562
+ <keyword type="property" name="The “gicon” property" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--gicon"/>
563
+ <keyword type="property" name="The “icon-name” property" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--icon-name"/>
564
+ <keyword type="property" name="The “pixbuf” property" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--pixbuf"/>
565
+ <keyword type="signal" name="The “query-tooltip-markup” signal" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup"/>
566
+ <keyword type="signal" name="The “query-tooltip-text” signal" link="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text"/>
567
+ <keyword type="function" name="gtk_source_print_compositor_new ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-new" since="2.2"/>
568
+ <keyword type="function" name="gtk_source_print_compositor_new_from_view ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-new-from-view" since="2.2"/>
569
+ <keyword type="function" name="gtk_source_print_compositor_get_buffer ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-buffer" since="2.2"/>
570
+ <keyword type="function" name="gtk_source_print_compositor_set_tab_width ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-tab-width" since="2.2"/>
571
+ <keyword type="function" name="gtk_source_print_compositor_get_tab_width ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-tab-width" since="2.2"/>
572
+ <keyword type="function" name="gtk_source_print_compositor_set_wrap_mode ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-wrap-mode" since="2.2"/>
573
+ <keyword type="function" name="gtk_source_print_compositor_get_wrap_mode ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-wrap-mode" since="2.2"/>
574
+ <keyword type="function" name="gtk_source_print_compositor_set_highlight_syntax ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-highlight-syntax" since="2.2"/>
575
+ <keyword type="function" name="gtk_source_print_compositor_get_highlight_syntax ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-highlight-syntax" since="2.2"/>
576
+ <keyword type="function" name="gtk_source_print_compositor_set_print_line_numbers ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-line-numbers" since="2.2"/>
577
+ <keyword type="function" name="gtk_source_print_compositor_get_print_line_numbers ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-print-line-numbers" since="2.2"/>
578
+ <keyword type="function" name="gtk_source_print_compositor_set_body_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-body-font-name" since="2.2"/>
579
+ <keyword type="function" name="gtk_source_print_compositor_get_body_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-body-font-name" since="2.2"/>
580
+ <keyword type="function" name="gtk_source_print_compositor_set_line_numbers_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-line-numbers-font-name" since="2.2"/>
581
+ <keyword type="function" name="gtk_source_print_compositor_get_line_numbers_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-line-numbers-font-name" since="2.2"/>
582
+ <keyword type="function" name="gtk_source_print_compositor_set_header_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-font-name" since="2.2"/>
583
+ <keyword type="function" name="gtk_source_print_compositor_get_header_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-header-font-name" since="2.2"/>
584
+ <keyword type="function" name="gtk_source_print_compositor_set_footer_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-font-name" since="2.2"/>
585
+ <keyword type="function" name="gtk_source_print_compositor_get_footer_font_name ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-footer-font-name" since="2.2"/>
586
+ <keyword type="function" name="gtk_source_print_compositor_get_top_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-top-margin" since="2.2"/>
587
+ <keyword type="function" name="gtk_source_print_compositor_set_top_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-top-margin" since="2.2"/>
588
+ <keyword type="function" name="gtk_source_print_compositor_get_bottom_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-bottom-margin" since="2.2"/>
589
+ <keyword type="function" name="gtk_source_print_compositor_set_bottom_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-bottom-margin" since="2.2"/>
590
+ <keyword type="function" name="gtk_source_print_compositor_get_left_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-left-margin" since="2.2"/>
591
+ <keyword type="function" name="gtk_source_print_compositor_set_left_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-left-margin" since="2.2"/>
592
+ <keyword type="function" name="gtk_source_print_compositor_get_right_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-right-margin" since="2.2"/>
593
+ <keyword type="function" name="gtk_source_print_compositor_set_right_margin ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-right-margin" since="2.2"/>
594
+ <keyword type="function" name="gtk_source_print_compositor_set_print_header ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-header" since="2.2"/>
595
+ <keyword type="function" name="gtk_source_print_compositor_get_print_header ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-print-header" since="2.2"/>
596
+ <keyword type="function" name="gtk_source_print_compositor_set_print_footer ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-print-footer" since="2.2"/>
597
+ <keyword type="function" name="gtk_source_print_compositor_get_print_footer ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-print-footer" since="2.2"/>
598
+ <keyword type="function" name="gtk_source_print_compositor_set_header_format ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-header-format" since="2.2"/>
599
+ <keyword type="function" name="gtk_source_print_compositor_set_footer_format ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-set-footer-format" since="2.2"/>
600
+ <keyword type="function" name="gtk_source_print_compositor_get_n_pages ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-n-pages" since="2.2"/>
601
+ <keyword type="function" name="gtk_source_print_compositor_paginate ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-paginate" since="2.2"/>
602
+ <keyword type="function" name="gtk_source_print_compositor_get_pagination_progress ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-get-pagination-progress" since="2.2"/>
603
+ <keyword type="function" name="gtk_source_print_compositor_draw_page ()" link="GtkSourcePrintCompositor.html#gtk-source-print-compositor-draw-page"/>
604
+ <keyword type="struct" name="GtkSourcePrintCompositor" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor-struct"/>
605
+ <keyword type="property" name="The “body-font-name” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--body-font-name"/>
606
+ <keyword type="property" name="The “buffer” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--buffer"/>
607
+ <keyword type="property" name="The “footer-font-name” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--footer-font-name"/>
608
+ <keyword type="property" name="The “header-font-name” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--header-font-name"/>
609
+ <keyword type="property" name="The “highlight-syntax” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--highlight-syntax"/>
610
+ <keyword type="property" name="The “line-numbers-font-name” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--line-numbers-font-name"/>
611
+ <keyword type="property" name="The “n-pages” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--n-pages"/>
612
+ <keyword type="property" name="The “print-footer” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-footer"/>
613
+ <keyword type="property" name="The “print-header” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-header"/>
614
+ <keyword type="property" name="The “print-line-numbers” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--print-line-numbers"/>
615
+ <keyword type="property" name="The “tab-width” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--tab-width"/>
616
+ <keyword type="property" name="The “wrap-mode” property" link="GtkSourcePrintCompositor.html#GtkSourcePrintCompositor--wrap-mode"/>
617
+ <keyword type="function" name="gtk_source_search_context_new ()" link="GtkSourceSearchContext.html#gtk-source-search-context-new" since="3.10"/>
618
+ <keyword type="function" name="gtk_source_search_context_get_buffer ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-buffer" since="3.10"/>
619
+ <keyword type="function" name="gtk_source_search_context_get_settings ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-settings" since="3.10"/>
620
+ <keyword type="function" name="gtk_source_search_context_get_highlight ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-highlight" since="3.10"/>
621
+ <keyword type="function" name="gtk_source_search_context_set_highlight ()" link="GtkSourceSearchContext.html#gtk-source-search-context-set-highlight" since="3.10"/>
622
+ <keyword type="function" name="gtk_source_search_context_get_match_style ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-match-style" since="3.16"/>
623
+ <keyword type="function" name="gtk_source_search_context_set_match_style ()" link="GtkSourceSearchContext.html#gtk-source-search-context-set-match-style" since="3.16"/>
624
+ <keyword type="function" name="gtk_source_search_context_get_occurrences_count ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrences-count" since="3.10"/>
625
+ <keyword type="function" name="gtk_source_search_context_get_occurrence_position ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-occurrence-position" since="3.10"/>
626
+ <keyword type="function" name="gtk_source_search_context_forward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward" since="4.0"/>
627
+ <keyword type="function" name="gtk_source_search_context_forward_async ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward-async" since="3.10"/>
628
+ <keyword type="function" name="gtk_source_search_context_forward_finish ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish" since="4.0"/>
629
+ <keyword type="function" name="gtk_source_search_context_backward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward" since="4.0"/>
630
+ <keyword type="function" name="gtk_source_search_context_backward_async ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward-async" since="3.10"/>
631
+ <keyword type="function" name="gtk_source_search_context_backward_finish ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish" since="4.0"/>
632
+ <keyword type="function" name="gtk_source_search_context_replace ()" link="GtkSourceSearchContext.html#gtk-source-search-context-replace" since="4.0"/>
633
+ <keyword type="function" name="gtk_source_search_context_replace_all ()" link="GtkSourceSearchContext.html#gtk-source-search-context-replace-all" since="3.10"/>
634
+ <keyword type="function" name="gtk_source_search_context_get_regex_error ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-regex-error" since="3.10"/>
635
+ <keyword type="struct" name="GtkSourceSearchContext" link="GtkSourceSearchContext.html#GtkSourceSearchContext-struct"/>
636
+ <keyword type="property" name="The “buffer” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--buffer"/>
637
+ <keyword type="property" name="The “highlight” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--highlight"/>
638
+ <keyword type="property" name="The “match-style” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--match-style"/>
639
+ <keyword type="property" name="The “occurrences-count” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--occurrences-count"/>
640
+ <keyword type="property" name="The “regex-error” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--regex-error"/>
641
+ <keyword type="property" name="The “settings” property" link="GtkSourceSearchContext.html#GtkSourceSearchContext--settings"/>
642
+ <keyword type="function" name="gtk_source_search_settings_new ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-new" since="3.10"/>
643
+ <keyword type="function" name="gtk_source_search_settings_get_search_text ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-get-search-text" since="3.10"/>
644
+ <keyword type="function" name="gtk_source_search_settings_set_search_text ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-set-search-text" since="3.10"/>
645
+ <keyword type="function" name="gtk_source_search_settings_get_case_sensitive ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-get-case-sensitive" since="3.10"/>
646
+ <keyword type="function" name="gtk_source_search_settings_set_case_sensitive ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-set-case-sensitive" since="3.10"/>
647
+ <keyword type="function" name="gtk_source_search_settings_get_at_word_boundaries ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-get-at-word-boundaries" since="3.10"/>
648
+ <keyword type="function" name="gtk_source_search_settings_set_at_word_boundaries ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-set-at-word-boundaries" since="3.10"/>
649
+ <keyword type="function" name="gtk_source_search_settings_get_wrap_around ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-get-wrap-around" since="3.10"/>
650
+ <keyword type="function" name="gtk_source_search_settings_set_wrap_around ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-set-wrap-around" since="3.10"/>
651
+ <keyword type="function" name="gtk_source_search_settings_get_regex_enabled ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-get-regex-enabled" since="3.10"/>
652
+ <keyword type="function" name="gtk_source_search_settings_set_regex_enabled ()" link="GtkSourceSearchSettings.html#gtk-source-search-settings-set-regex-enabled" since="3.10"/>
653
+ <keyword type="struct" name="GtkSourceSearchSettings" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings-struct"/>
654
+ <keyword type="property" name="The “at-word-boundaries” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--at-word-boundaries"/>
655
+ <keyword type="property" name="The “case-sensitive” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--case-sensitive"/>
656
+ <keyword type="property" name="The “regex-enabled” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--regex-enabled"/>
657
+ <keyword type="property" name="The “search-text” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--search-text"/>
658
+ <keyword type="property" name="The “wrap-around” property" link="GtkSourceSearchSettings.html#GtkSourceSearchSettings--wrap-around"/>
659
+ <keyword type="function" name="gtk_source_map_new ()" link="GtkSourceMap.html#gtk-source-map-new" since="3.18"/>
660
+ <keyword type="function" name="gtk_source_map_set_view ()" link="GtkSourceMap.html#gtk-source-map-set-view" since="3.18"/>
661
+ <keyword type="function" name="gtk_source_map_get_view ()" link="GtkSourceMap.html#gtk-source-map-get-view" since="3.18"/>
662
+ <keyword type="struct" name="GtkSourceMap" link="GtkSourceMap.html#GtkSourceMap-struct"/>
663
+ <keyword type="property" name="The “font-desc” property" link="GtkSourceMap.html#GtkSourceMap--font-desc"/>
664
+ <keyword type="property" name="The “view” property" link="GtkSourceMap.html#GtkSourceMap--view"/>
665
+ <keyword type="function" name="gtk_source_region_new ()" link="GtkSourceRegion.html#gtk-source-region-new" since="3.22"/>
666
+ <keyword type="function" name="gtk_source_region_get_buffer ()" link="GtkSourceRegion.html#gtk-source-region-get-buffer" since="3.22"/>
667
+ <keyword type="function" name="gtk_source_region_add_subregion ()" link="GtkSourceRegion.html#gtk-source-region-add-subregion" since="3.22"/>
668
+ <keyword type="function" name="gtk_source_region_add_region ()" link="GtkSourceRegion.html#gtk-source-region-add-region" since="3.22"/>
669
+ <keyword type="function" name="gtk_source_region_subtract_subregion ()" link="GtkSourceRegion.html#gtk-source-region-subtract-subregion" since="3.22"/>
670
+ <keyword type="function" name="gtk_source_region_subtract_region ()" link="GtkSourceRegion.html#gtk-source-region-subtract-region" since="3.22"/>
671
+ <keyword type="function" name="gtk_source_region_intersect_subregion ()" link="GtkSourceRegion.html#gtk-source-region-intersect-subregion" since="3.22"/>
672
+ <keyword type="function" name="gtk_source_region_intersect_region ()" link="GtkSourceRegion.html#gtk-source-region-intersect-region" since="3.22"/>
673
+ <keyword type="function" name="gtk_source_region_is_empty ()" link="GtkSourceRegion.html#gtk-source-region-is-empty" since="3.22"/>
674
+ <keyword type="function" name="gtk_source_region_get_bounds ()" link="GtkSourceRegion.html#gtk-source-region-get-bounds" since="3.22"/>
675
+ <keyword type="function" name="gtk_source_region_get_start_region_iter ()" link="GtkSourceRegion.html#gtk-source-region-get-start-region-iter" since="3.22"/>
676
+ <keyword type="function" name="gtk_source_region_iter_is_end ()" link="GtkSourceRegion.html#gtk-source-region-iter-is-end" since="3.22"/>
677
+ <keyword type="function" name="gtk_source_region_iter_next ()" link="GtkSourceRegion.html#gtk-source-region-iter-next" since="3.22"/>
678
+ <keyword type="function" name="gtk_source_region_iter_get_subregion ()" link="GtkSourceRegion.html#gtk-source-region-iter-get-subregion" since="3.22"/>
679
+ <keyword type="function" name="gtk_source_region_to_string ()" link="GtkSourceRegion.html#gtk-source-region-to-string" since="3.22"/>
680
+ <keyword type="struct" name="GtkSourceRegion" link="GtkSourceRegion.html#GtkSourceRegion-struct"/>
681
+ <keyword type="struct" name="struct GtkSourceRegionIter" link="GtkSourceRegion.html#GtkSourceRegionIter" since="3.22"/>
682
+ <keyword type="property" name="The “buffer” property" link="GtkSourceRegion.html#GtkSourceRegion--buffer"/>
683
+ <keyword type="function" name="gtk_source_space_drawer_new ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-new" since="3.24"/>
684
+ <keyword type="function" name="gtk_source_space_drawer_set_types_for_locations ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-types-for-locations" since="3.24"/>
685
+ <keyword type="function" name="gtk_source_space_drawer_get_types_for_locations ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-types-for-locations" since="3.24"/>
686
+ <keyword type="function" name="gtk_source_space_drawer_set_matrix ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-matrix" since="3.24"/>
687
+ <keyword type="function" name="gtk_source_space_drawer_get_matrix ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-matrix" since="3.24"/>
688
+ <keyword type="function" name="gtk_source_space_drawer_set_enable_matrix ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-enable-matrix" since="3.24"/>
689
+ <keyword type="function" name="gtk_source_space_drawer_get_enable_matrix ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-enable-matrix" since="3.24"/>
690
+ <keyword type="function" name="gtk_source_space_drawer_bind_matrix_setting ()" link="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-bind-matrix-setting" since="3.24"/>
691
+ <keyword type="struct" name="GtkSourceSpaceDrawer" link="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer-struct"/>
692
+ <keyword type="enum" name="enum GtkSourceSpaceTypeFlags" link="GtkSourceSpaceDrawer.html#GtkSourceSpaceTypeFlags" since="3.24"/>
693
+ <keyword type="enum" name="enum GtkSourceSpaceLocationFlags" link="GtkSourceSpaceDrawer.html#GtkSourceSpaceLocationFlags" since="3.24"/>
694
+ <keyword type="property" name="The “enable-matrix” property" link="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer--enable-matrix"/>
695
+ <keyword type="property" name="The “matrix” property" link="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer--matrix"/>
696
+ <keyword type="function" name="gtk_source_tag_new ()" link="GtkSourceTag.html#gtk-source-tag-new" since="3.20"/>
697
+ <keyword type="struct" name="GtkSourceTag" link="GtkSourceTag.html#GtkSourceTag-struct"/>
698
+ <keyword type="property" name="The “draw-spaces” property" link="GtkSourceTag.html#GtkSourceTag--draw-spaces"/>
699
+ <keyword type="property" name="The “draw-spaces-set” property" link="GtkSourceTag.html#GtkSourceTag--draw-spaces-set"/>
700
+ <keyword type="function" name="gtk_source_undo_manager_can_undo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-undo" since="2.10"/>
701
+ <keyword type="function" name="gtk_source_undo_manager_can_redo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-redo" since="2.10"/>
702
+ <keyword type="function" name="gtk_source_undo_manager_undo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-undo" since="2.10"/>
703
+ <keyword type="function" name="gtk_source_undo_manager_redo ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-redo" since="2.10"/>
704
+ <keyword type="function" name="gtk_source_undo_manager_begin_not_undoable_action ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-begin-not-undoable-action" since="2.10"/>
705
+ <keyword type="function" name="gtk_source_undo_manager_end_not_undoable_action ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-end-not-undoable-action" since="2.10"/>
706
+ <keyword type="function" name="gtk_source_undo_manager_can_undo_changed ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-undo-changed" since="2.10"/>
707
+ <keyword type="function" name="gtk_source_undo_manager_can_redo_changed ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-redo-changed" since="2.10"/>
708
+ <keyword type="struct" name="GtkSourceUndoManager" link="GtkSourceUndoManager.html#GtkSourceUndoManager-struct"/>
709
+ <keyword type="signal" name="The “can-redo-changed” signal" link="GtkSourceUndoManager.html#GtkSourceUndoManager-can-redo-changed"/>
710
+ <keyword type="signal" name="The “can-undo-changed” signal" link="GtkSourceUndoManager.html#GtkSourceUndoManager-can-undo-changed"/>
711
+ <keyword type="function" name="gtk_source_utils_unescape_search_text ()" link="gtksourceview-4.0-GtkSourceUtils.html#gtk-source-utils-unescape-search-text" since="3.10"/>
712
+ <keyword type="function" name="gtk_source_utils_escape_search_text ()" link="gtksourceview-4.0-GtkSourceUtils.html#gtk-source-utils-escape-search-text" since="3.10"/>
713
+ <keyword type="function" name="gtk_source_get_major_version ()" link="gtksourceview-4.0-Version-Information.html#gtk-source-get-major-version" since="3.20"/>
714
+ <keyword type="function" name="gtk_source_get_minor_version ()" link="gtksourceview-4.0-Version-Information.html#gtk-source-get-minor-version" since="3.20"/>
715
+ <keyword type="function" name="gtk_source_get_micro_version ()" link="gtksourceview-4.0-Version-Information.html#gtk-source-get-micro-version" since="3.20"/>
716
+ <keyword type="function" name="gtk_source_check_version ()" link="gtksourceview-4.0-Version-Information.html#gtk-source-check-version" since="3.20"/>
717
+ <keyword type="macro" name="GTK_SOURCE_CHECK_VERSION()" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-CHECK-VERSION:CAPS" since="3.20"/>
718
+ <keyword type="macro" name="GTK_SOURCE_MAJOR_VERSION" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-MAJOR-VERSION:CAPS" since="3.20"/>
719
+ <keyword type="macro" name="GTK_SOURCE_MINOR_VERSION" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-MINOR-VERSION:CAPS" since="3.20"/>
720
+ <keyword type="macro" name="GTK_SOURCE_MICRO_VERSION" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-MICRO-VERSION:CAPS" since="3.20"/>
721
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_0" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-0:CAPS" since="3.20"/>
722
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_2" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-2:CAPS" since="3.20"/>
723
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_4" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-4:CAPS" since="3.20"/>
724
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_6" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-6:CAPS" since="3.20"/>
725
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_8" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-8:CAPS" since="3.20"/>
726
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_10" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-10:CAPS" since="3.20"/>
727
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_12" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-12:CAPS" since="3.20"/>
728
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_14" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-14:CAPS" since="3.20"/>
729
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_16" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-16:CAPS" since="3.20"/>
730
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_18" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-18:CAPS" since="3.20"/>
731
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_20" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-20:CAPS" since="3.20"/>
732
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_22" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-22:CAPS" since="3.22"/>
733
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_24" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-3-24:CAPS" since="3.24"/>
734
+ <keyword type="macro" name="GTK_SOURCE_VERSION_4_0" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-4-0:CAPS" since="4.0"/>
735
+ <keyword type="macro" name="GTK_SOURCE_VERSION_MIN_REQUIRED" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-MIN-REQUIRED:CAPS" since="3.20"/>
736
+ <keyword type="macro" name="GTK_SOURCE_VERSION_MAX_ALLOWED" link="gtksourceview-4.0-Version-Information.html#GTK-SOURCE-VERSION-MAX-ALLOWED:CAPS" since="3.20"/>
737
+ <keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_NONE" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-NONE:CAPS"/>
738
+ <keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_OUT_OF_RANGE" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-OUT-OF-RANGE:CAPS"/>
739
+ <keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_NOT_FOUND" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-NOT-FOUND:CAPS"/>
740
+ <keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_FOUND" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-FOUND:CAPS"/>
741
+ <keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_LOWER" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-LOWER:CAPS"/>
742
+ <keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_UPPER" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-UPPER:CAPS"/>
743
+ <keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_TOGGLE" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-TOGGLE:CAPS"/>
744
+ <keyword type="constant" name="GTK_SOURCE_CHANGE_CASE_TITLE" link="GtkSourceBuffer.html#GTK-SOURCE-CHANGE-CASE-TITLE:CAPS"/>
745
+ <keyword type="constant" name="GTK_SOURCE_SORT_FLAGS_NONE" link="GtkSourceBuffer.html#GTK-SOURCE-SORT-FLAGS-NONE:CAPS"/>
746
+ <keyword type="constant" name="GTK_SOURCE_SORT_FLAGS_CASE_SENSITIVE" link="GtkSourceBuffer.html#GTK-SOURCE-SORT-FLAGS-CASE-SENSITIVE:CAPS"/>
747
+ <keyword type="constant" name="GTK_SOURCE_SORT_FLAGS_REVERSE_ORDER" link="GtkSourceBuffer.html#GTK-SOURCE-SORT-FLAGS-REVERSE-ORDER:CAPS"/>
748
+ <keyword type="constant" name="GTK_SOURCE_SORT_FLAGS_REMOVE_DUPLICATES" link="GtkSourceBuffer.html#GTK-SOURCE-SORT-FLAGS-REMOVE-DUPLICATES:CAPS"/>
749
+ <keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_DISABLED" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-DISABLED:CAPS"/>
750
+ <keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_BEFORE" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-BEFORE:CAPS"/>
751
+ <keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_AFTER" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-AFTER:CAPS"/>
752
+ <keyword type="constant" name="GTK_SOURCE_SMART_HOME_END_ALWAYS" link="GtkSourceView.html#GTK-SOURCE-SMART-HOME-END-ALWAYS:CAPS"/>
753
+ <keyword type="constant" name="GTK_SOURCE_VIEW_GUTTER_POSITION_LINES" link="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS"/>
754
+ <keyword type="constant" name="GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS" link="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS"/>
755
+ <keyword type="constant" name="GTK_SOURCE_BACKGROUND_PATTERN_TYPE_NONE" link="GtkSourceView.html#GTK-SOURCE-BACKGROUND-PATTERN-TYPE-NONE:CAPS"/>
756
+ <keyword type="constant" name="GTK_SOURCE_BACKGROUND_PATTERN_TYPE_GRID" link="GtkSourceView.html#GTK-SOURCE-BACKGROUND-PATTERN-TYPE-GRID:CAPS"/>
757
+ <keyword type="constant" name="GTK_SOURCE_COMPLETION_ERROR_ALREADY_BOUND" link="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR-ALREADY-BOUND:CAPS"/>
758
+ <keyword type="constant" name="GTK_SOURCE_COMPLETION_ERROR_NOT_BOUND" link="GtkSourceCompletion.html#GTK-SOURCE-COMPLETION-ERROR-NOT-BOUND:CAPS"/>
759
+ <keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_NONE" link="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-NONE:CAPS"/>
760
+ <keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE" link="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-INTERACTIVE:CAPS"/>
761
+ <keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_USER_REQUESTED" link="GtkSourceCompletionContext.html#GTK-SOURCE-COMPLETION-ACTIVATION-USER-REQUESTED:CAPS"/>
762
+ <keyword type="constant" name="GTK_SOURCE_NEWLINE_TYPE_LF" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-LF:CAPS"/>
763
+ <keyword type="constant" name="GTK_SOURCE_NEWLINE_TYPE_CR" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-CR:CAPS"/>
764
+ <keyword type="constant" name="GTK_SOURCE_NEWLINE_TYPE_CR_LF" link="GtkSourceFile.html#GTK-SOURCE-NEWLINE-TYPE-CR-LF:CAPS"/>
765
+ <keyword type="constant" name="GTK_SOURCE_COMPRESSION_TYPE_NONE" link="GtkSourceFile.html#GTK-SOURCE-COMPRESSION-TYPE-NONE:CAPS"/>
766
+ <keyword type="constant" name="GTK_SOURCE_COMPRESSION_TYPE_GZIP" link="GtkSourceFile.html#GTK-SOURCE-COMPRESSION-TYPE-GZIP:CAPS"/>
767
+ <keyword type="constant" name="GTK_SOURCE_FILE_LOADER_ERROR_TOO_BIG" link="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR-TOO-BIG:CAPS"/>
768
+ <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"/>
769
+ <keyword type="constant" name="GTK_SOURCE_FILE_LOADER_ERROR_CONVERSION_FALLBACK" link="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR-CONVERSION-FALLBACK:CAPS"/>
770
+ <keyword type="constant" name="GTK_SOURCE_FILE_SAVER_ERROR_INVALID_CHARS" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR-INVALID-CHARS:CAPS"/>
771
+ <keyword type="constant" name="GTK_SOURCE_FILE_SAVER_ERROR_EXTERNALLY_MODIFIED" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR-EXTERNALLY-MODIFIED:CAPS"/>
772
+ <keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_NONE" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-NONE:CAPS"/>
773
+ <keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_INVALID_CHARS" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-IGNORE-INVALID-CHARS:CAPS"/>
774
+ <keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_IGNORE_MODIFICATION_TIME" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-IGNORE-MODIFICATION-TIME:CAPS"/>
775
+ <keyword type="constant" name="GTK_SOURCE_FILE_SAVER_FLAGS_CREATE_BACKUP" link="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-FLAGS-CREATE-BACKUP:CAPS"/>
776
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_NORMAL" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-NORMAL:CAPS"/>
777
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_CURSOR" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-CURSOR:CAPS"/>
778
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_PRELIT" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-PRELIT:CAPS"/>
779
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_STATE_SELECTED" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-STATE-SELECTED:CAPS"/>
780
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_CELL" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-ALIGNMENT-MODE-CELL:CAPS"/>
781
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_FIRST" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-ALIGNMENT-MODE-FIRST:CAPS"/>
782
+ <keyword type="constant" name="GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_LAST" link="GtkSourceGutterRenderer.html#GTK-SOURCE-GUTTER-RENDERER-ALIGNMENT-MODE-LAST:CAPS"/>
783
+ <keyword type="constant" name="GTK_SOURCE_SPACE_TYPE_NONE" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-TYPE-NONE:CAPS"/>
784
+ <keyword type="constant" name="GTK_SOURCE_SPACE_TYPE_SPACE" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-TYPE-SPACE:CAPS"/>
785
+ <keyword type="constant" name="GTK_SOURCE_SPACE_TYPE_TAB" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-TYPE-TAB:CAPS"/>
786
+ <keyword type="constant" name="GTK_SOURCE_SPACE_TYPE_NEWLINE" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-TYPE-NEWLINE:CAPS"/>
787
+ <keyword type="constant" name="GTK_SOURCE_SPACE_TYPE_NBSP" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-TYPE-NBSP:CAPS"/>
788
+ <keyword type="constant" name="GTK_SOURCE_SPACE_TYPE_ALL" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-TYPE-ALL:CAPS"/>
789
+ <keyword type="constant" name="GTK_SOURCE_SPACE_LOCATION_NONE" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-LOCATION-NONE:CAPS"/>
790
+ <keyword type="constant" name="GTK_SOURCE_SPACE_LOCATION_LEADING" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-LOCATION-LEADING:CAPS"/>
791
+ <keyword type="constant" name="GTK_SOURCE_SPACE_LOCATION_INSIDE_TEXT" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-LOCATION-INSIDE-TEXT:CAPS"/>
792
+ <keyword type="constant" name="GTK_SOURCE_SPACE_LOCATION_TRAILING" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-LOCATION-TRAILING:CAPS"/>
793
+ <keyword type="constant" name="GTK_SOURCE_SPACE_LOCATION_ALL" link="GtkSourceSpaceDrawer.html#GTK-SOURCE-SPACE-LOCATION-ALL:CAPS"/>
794
+ <keyword type="member" name="GtkSourceCompletionProposalIface.parent" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.parent"/>
795
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-label" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-label"/>
796
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-markup" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-markup"/>
797
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-text" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-text"/>
798
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-icon" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-icon"/>
799
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-icon-name" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-icon-name"/>
800
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-gicon" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-gicon"/>
801
+ <keyword type="member" name="GtkSourceCompletionProposalIface.get-info" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.get-info"/>
802
+ <keyword type="member" name="GtkSourceCompletionProposalIface.hash" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.hash"/>
803
+ <keyword type="member" name="GtkSourceCompletionProposalIface.equal" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.equal"/>
804
+ <keyword type="member" name="GtkSourceCompletionProposalIface.changed" link="GtkSourceCompletionProposal.html#GtkSourceCompletionProposalIface.changed"/>
805
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-name" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-name"/>
806
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-icon" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-icon"/>
807
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-icon-name" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-icon-name"/>
808
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-gicon" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-gicon"/>
809
+ <keyword type="member" name="GtkSourceCompletionProviderIface.populate" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.populate"/>
810
+ <keyword type="member" name="GtkSourceCompletionProviderIface.match" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.match"/>
811
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-activation" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-activation"/>
812
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-info-widget" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-info-widget"/>
813
+ <keyword type="member" name="GtkSourceCompletionProviderIface.update-info" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.update-info"/>
814
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-start-iter" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-start-iter"/>
815
+ <keyword type="member" name="GtkSourceCompletionProviderIface.activate-proposal" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.activate-proposal"/>
816
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-interactive-delay" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-interactive-delay"/>
817
+ <keyword type="member" name="GtkSourceCompletionProviderIface.get-priority" link="GtkSourceCompletionProvider.html#GtkSourceCompletionProviderIface.get-priority"/>
818
+ </functions>
819
+ </book>