gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -1
  3. data/lib/gtksourceview3/loader.rb +0 -6
  4. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
  43. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
  44. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
  45. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
  46. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  47. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  48. data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
  49. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
  50. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
  129. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  130. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  131. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  132. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  133. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  134. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  135. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  136. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  137. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  138. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  139. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  140. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  141. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  142. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  143. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  144. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  145. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  146. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  147. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  148. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  149. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  150. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  151. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  152. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  153. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  154. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  155. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. metadata +13 -7
@@ -9,6 +9,8 @@
9
9
  <sub name="Syntax Highlighting" link="ch02.html">
10
10
  <sub name="GtkSourceLanguage" link="GtkSourceLanguage.html"/>
11
11
  <sub name="GtkSourceLanguageManager" link="GtkSourceLanguageManager.html"/>
12
+ </sub>
13
+ <sub name="Styling" link="ch03.html">
12
14
  <sub name="GtkSourceStyle" link="GtkSourceStyle.html"/>
13
15
  <sub name="GtkSourceStyleScheme" link="GtkSourceStyleScheme.html"/>
14
16
  <sub name="GtkSourceStyleSchemeManager" link="GtkSourceStyleSchemeManager.html"/>
@@ -16,7 +18,7 @@
16
18
  <sub name="GtkSourceStyleSchemeChooserButton" link="GtkSourceStyleSchemeChooserButton.html"/>
17
19
  <sub name="GtkSourceStyleSchemeChooserWidget" link="GtkSourceStyleSchemeChooserWidget.html"/>
18
20
  </sub>
19
- <sub name="Completion" link="ch03.html">
21
+ <sub name="Completion" link="ch04.html">
20
22
  <sub name="GtkSourceCompletion" link="GtkSourceCompletion.html"/>
21
23
  <sub name="GtkSourceCompletionContext" link="GtkSourceCompletionContext.html"/>
22
24
  <sub name="GtkSourceCompletionInfo" link="GtkSourceCompletionInfo.html"/>
@@ -25,13 +27,13 @@
25
27
  <sub name="GtkSourceCompletionProvider" link="GtkSourceCompletionProvider.html"/>
26
28
  <sub name="GtkSourceCompletionWords" link="GtkSourceCompletionWords.html"/>
27
29
  </sub>
28
- <sub name="File Loading and Saving" link="ch04.html">
30
+ <sub name="File Loading and Saving" link="ch05.html">
29
31
  <sub name="GtkSourceEncoding" link="GtkSourceEncoding.html"/>
30
32
  <sub name="GtkSourceFile" link="GtkSourceFile.html"/>
31
33
  <sub name="GtkSourceFileLoader" link="GtkSourceFileLoader.html"/>
32
34
  <sub name="GtkSourceFileSaver" link="GtkSourceFileSaver.html"/>
33
35
  </sub>
34
- <sub name="Gutter and Marks" link="ch05.html">
36
+ <sub name="Gutter and Marks" link="ch06.html">
35
37
  <sub name="GtkSourceGutter" link="GtkSourceGutter.html"/>
36
38
  <sub name="GtkSourceGutterRenderer" link="GtkSourceGutterRenderer.html"/>
37
39
  <sub name="GtkSourceGutterRendererPixbuf" link="GtkSourceGutterRendererPixbuf.html"/>
@@ -39,57 +41,61 @@
39
41
  <sub name="GtkSourceMark" link="GtkSourceMark.html"/>
40
42
  <sub name="GtkSourceMarkAttributes" link="GtkSourceMarkAttributes.html"/>
41
43
  </sub>
42
- <sub name="Printing" link="ch06.html">
44
+ <sub name="Printing" link="ch07.html">
43
45
  <sub name="GtkSourcePrintCompositor" link="GtkSourcePrintCompositor.html"/>
44
46
  </sub>
45
- <sub name="Search and Replace" link="ch07.html">
47
+ <sub name="Search and Replace" link="ch08.html">
46
48
  <sub name="GtkSourceSearchContext" link="GtkSourceSearchContext.html"/>
47
49
  <sub name="GtkSourceSearchSettings" link="GtkSourceSearchSettings.html"/>
48
50
  </sub>
49
- <sub name="Others" link="ch08.html">
51
+ <sub name="Other" link="ch09.html">
50
52
  <sub name="GtkSourceMap" link="GtkSourceMap.html"/>
53
+ <sub name="GtkSourceRegion" link="GtkSourceRegion.html"/>
51
54
  <sub name="GtkSourceTag" link="GtkSourceTag.html"/>
52
55
  <sub name="GtkSourceUndoManager" link="GtkSourceUndoManager.html"/>
53
56
  <sub name="GtkSourceUtils" link="gtksourceview-3.0-GtkSourceUtils.html"/>
54
57
  <sub name="Version Information" link="gtksourceview-3.0-Version-Information.html"/>
55
58
  </sub>
56
59
  </sub>
57
- <sub name="Syntax highlighting reference" link="ch09.html">
60
+ <sub name="Syntax highlighting reference" link="pt02.html">
58
61
  <sub name="Language Definition v2.0 Tutorial" link="lang-tutorial.html"/>
59
62
  <sub name="Language Definition v2.0 Reference" link="lang-reference.html"/>
60
63
  <sub name="Style Scheme Definition Reference" link="style-reference.html"/>
61
64
  </sub>
62
- <sub name="Object Hierarchy" link="object-tree.html"/>
63
- <sub name="Index of all symbols" link="api-index-full.html"/>
64
- <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
65
- <sub name="Index of new symbols in 2.0" link="api-index-2-0.html"/>
66
- <sub name="Index of new symbols in 2.2" link="api-index-2-2.html"/>
67
- <sub name="Index of new symbols in 2.4" link="api-index-2-4.html"/>
68
- <sub name="Index of new symbols in 2.8" link="api-index-2-8.html"/>
69
- <sub name="Index of new symbols in 2.10" link="api-index-2-10.html"/>
70
- <sub name="Index of new symbols in 2.12" link="api-index-2-12.html"/>
71
- <sub name="Index of new symbols in 3.0" link="api-index-3-0.html"/>
72
- <sub name="Index of new symbols in 3.4" link="api-index-3-4.html"/>
73
- <sub name="Index of new symbols in 3.10" link="api-index-3-10.html"/>
74
- <sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
75
- <sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
76
- <sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
77
- <sub name="Index of new symbols in 3.18" link="api-index-3-18.html"/>
78
- <sub name="Index of new symbols in 3.20" link="api-index-3-20.html"/>
79
- <sub name="Annotation Glossary" link="annotation-glossary.html"/>
65
+ <sub name="Annexes" link="pt03.html">
66
+ <sub name="Object Hierarchy" link="object-tree.html"/>
67
+ <sub name="Annotation Glossary" link="annotation-glossary.html"/>
68
+ <sub name="Index of all symbols" link="api-index-full.html"/>
69
+ <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
70
+ <sub name="Index of new symbols in 2.0" link="api-index-2-0.html"/>
71
+ <sub name="Index of new symbols in 2.2" link="api-index-2-2.html"/>
72
+ <sub name="Index of new symbols in 2.4" link="api-index-2-4.html"/>
73
+ <sub name="Index of new symbols in 2.8" link="api-index-2-8.html"/>
74
+ <sub name="Index of new symbols in 2.10" link="api-index-2-10.html"/>
75
+ <sub name="Index of new symbols in 2.12" link="api-index-2-12.html"/>
76
+ <sub name="Index of new symbols in 3.0" link="api-index-3-0.html"/>
77
+ <sub name="Index of new symbols in 3.4" link="api-index-3-4.html"/>
78
+ <sub name="Index of new symbols in 3.10" link="api-index-3-10.html"/>
79
+ <sub name="Index of new symbols in 3.12" link="api-index-3-12.html"/>
80
+ <sub name="Index of new symbols in 3.14" link="api-index-3-14.html"/>
81
+ <sub name="Index of new symbols in 3.16" link="api-index-3-16.html"/>
82
+ <sub name="Index of new symbols in 3.18" link="api-index-3-18.html"/>
83
+ <sub name="Index of new symbols in 3.20" link="api-index-3-20.html"/>
84
+ <sub name="Index of new symbols in 3.22" link="api-index-3-22.html"/>
85
+ </sub>
80
86
  </chapters>
81
87
  <functions>
82
88
  <keyword type="function" name="gtk_source_buffer_new ()" link="GtkSourceBuffer.html#gtk-source-buffer-new"/>
83
89
  <keyword type="function" name="gtk_source_buffer_new_with_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-new-with-language"/>
84
90
  <keyword type="function" name="gtk_source_buffer_create_source_tag ()" link="GtkSourceBuffer.html#gtk-source-buffer-create-source-tag" since="3.20"/>
85
- <keyword type="function" name="gtk_source_buffer_set_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax"/>
86
- <keyword type="function" name="gtk_source_buffer_get_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-syntax"/>
87
91
  <keyword type="function" name="gtk_source_buffer_set_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-language"/>
88
92
  <keyword type="function" name="gtk_source_buffer_get_language ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-language"/>
89
- <keyword type="function" name="gtk_source_buffer_set_highlight_matching_brackets ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-matching-brackets"/>
90
- <keyword type="function" name="gtk_source_buffer_get_highlight_matching_brackets ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-matching-brackets"/>
91
93
  <keyword type="function" name="gtk_source_buffer_set_style_scheme ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-style-scheme"/>
92
94
  <keyword type="function" name="gtk_source_buffer_get_style_scheme ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-style-scheme"/>
95
+ <keyword type="function" name="gtk_source_buffer_set_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-syntax"/>
96
+ <keyword type="function" name="gtk_source_buffer_get_highlight_syntax ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-syntax"/>
97
+ <keyword type="function" name="gtk_source_buffer_set_highlight_matching_brackets ()" link="GtkSourceBuffer.html#gtk-source-buffer-set-highlight-matching-brackets"/>
98
+ <keyword type="function" name="gtk_source_buffer_get_highlight_matching_brackets ()" link="GtkSourceBuffer.html#gtk-source-buffer-get-highlight-matching-brackets"/>
93
99
  <keyword type="function" name="gtk_source_buffer_ensure_highlight ()" link="GtkSourceBuffer.html#gtk-source-buffer-ensure-highlight"/>
94
100
  <keyword type="function" name="gtk_source_buffer_undo ()" link="GtkSourceBuffer.html#gtk-source-buffer-undo"/>
95
101
  <keyword type="function" name="gtk_source_buffer_redo ()" link="GtkSourceBuffer.html#gtk-source-buffer-redo"/>
@@ -228,6 +234,7 @@
228
234
  <keyword type="property" name="The “language-ids” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--language-ids"/>
229
235
  <keyword type="property" name="The “search-path” property" link="GtkSourceLanguageManager.html#GtkSourceLanguageManager--search-path"/>
230
236
  <keyword type="function" name="gtk_source_style_copy ()" link="GtkSourceStyle.html#gtk-source-style-copy" since="2.0"/>
237
+ <keyword type="function" name="gtk_source_style_apply ()" link="GtkSourceStyle.html#gtk-source-style-apply" since="3.22"/>
231
238
  <keyword type="struct" name="GtkSourceStyle" link="GtkSourceStyle.html#GtkSourceStyle-struct"/>
232
239
  <keyword type="property" name="The “background” property" link="GtkSourceStyle.html#GtkSourceStyle--background"/>
233
240
  <keyword type="property" name="The “background-set” property" link="GtkSourceStyle.html#GtkSourceStyle--background-set"/>
@@ -616,13 +623,18 @@
616
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"/>
617
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"/>
618
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"/>
619
- <keyword type="function" name="gtk_source_search_context_forward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward" since="3.10"/>
626
+ <keyword type="function" name="gtk_source_search_context_forward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward" deprecated="3.22: Use gtk_source_search_context_forward2() instead." since="3.10"/>
627
+ <keyword type="function" name="gtk_source_search_context_forward2 ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward2" since="3.22"/>
620
628
  <keyword type="function" name="gtk_source_search_context_forward_async ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward-async" since="3.10"/>
621
- <keyword type="function" name="gtk_source_search_context_forward_finish ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish" since="3.10"/>
622
- <keyword type="function" name="gtk_source_search_context_backward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward" since="3.10"/>
629
+ <keyword type="function" name="gtk_source_search_context_forward_finish ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish" deprecated="3.22: Use gtk_source_search_context_forward_finish2() instead." since="3.10"/>
630
+ <keyword type="function" name="gtk_source_search_context_forward_finish2 ()" link="GtkSourceSearchContext.html#gtk-source-search-context-forward-finish2" since="3.22"/>
631
+ <keyword type="function" name="gtk_source_search_context_backward ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward" deprecated="3.22: Use gtk_source_search_context_backward2() instead." since="3.10"/>
632
+ <keyword type="function" name="gtk_source_search_context_backward2 ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward2" since="3.22"/>
623
633
  <keyword type="function" name="gtk_source_search_context_backward_async ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward-async" since="3.10"/>
624
- <keyword type="function" name="gtk_source_search_context_backward_finish ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish" since="3.10"/>
625
- <keyword type="function" name="gtk_source_search_context_replace ()" link="GtkSourceSearchContext.html#gtk-source-search-context-replace" since="3.10"/>
634
+ <keyword type="function" name="gtk_source_search_context_backward_finish ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish" deprecated="3.22: Use gtk_source_search_context_backward_finish2() instead." since="3.10"/>
635
+ <keyword type="function" name="gtk_source_search_context_backward_finish2 ()" link="GtkSourceSearchContext.html#gtk-source-search-context-backward-finish2" since="3.22"/>
636
+ <keyword type="function" name="gtk_source_search_context_replace ()" link="GtkSourceSearchContext.html#gtk-source-search-context-replace" deprecated="3.22: Use gtk_source_search_context_replace2() instead." since="3.10"/>
637
+ <keyword type="function" name="gtk_source_search_context_replace2 ()" link="GtkSourceSearchContext.html#gtk-source-search-context-replace2" since="3.22"/>
626
638
  <keyword type="function" name="gtk_source_search_context_replace_all ()" link="GtkSourceSearchContext.html#gtk-source-search-context-replace-all" since="3.10"/>
627
639
  <keyword type="function" name="gtk_source_search_context_get_regex_error ()" link="GtkSourceSearchContext.html#gtk-source-search-context-get-regex-error" since="3.10"/>
628
640
  <keyword type="struct" name="GtkSourceSearchContext" link="GtkSourceSearchContext.html#GtkSourceSearchContext-struct"/>
@@ -655,6 +667,24 @@
655
667
  <keyword type="struct" name="struct GtkSourceMap" link="GtkSourceMap.html#GtkSourceMap-struct"/>
656
668
  <keyword type="property" name="The “font-desc” property" link="GtkSourceMap.html#GtkSourceMap--font-desc"/>
657
669
  <keyword type="property" name="The “view” property" link="GtkSourceMap.html#GtkSourceMap--view"/>
670
+ <keyword type="function" name="gtk_source_region_new ()" link="GtkSourceRegion.html#gtk-source-region-new" since="3.22"/>
671
+ <keyword type="function" name="gtk_source_region_get_buffer ()" link="GtkSourceRegion.html#gtk-source-region-get-buffer" since="3.22"/>
672
+ <keyword type="function" name="gtk_source_region_add_subregion ()" link="GtkSourceRegion.html#gtk-source-region-add-subregion" since="3.22"/>
673
+ <keyword type="function" name="gtk_source_region_add_region ()" link="GtkSourceRegion.html#gtk-source-region-add-region" since="3.22"/>
674
+ <keyword type="function" name="gtk_source_region_subtract_subregion ()" link="GtkSourceRegion.html#gtk-source-region-subtract-subregion" since="3.22"/>
675
+ <keyword type="function" name="gtk_source_region_subtract_region ()" link="GtkSourceRegion.html#gtk-source-region-subtract-region" since="3.22"/>
676
+ <keyword type="function" name="gtk_source_region_intersect_subregion ()" link="GtkSourceRegion.html#gtk-source-region-intersect-subregion" since="3.22"/>
677
+ <keyword type="function" name="gtk_source_region_intersect_region ()" link="GtkSourceRegion.html#gtk-source-region-intersect-region" since="3.22"/>
678
+ <keyword type="function" name="gtk_source_region_is_empty ()" link="GtkSourceRegion.html#gtk-source-region-is-empty" since="3.22"/>
679
+ <keyword type="function" name="gtk_source_region_get_bounds ()" link="GtkSourceRegion.html#gtk-source-region-get-bounds" since="3.22"/>
680
+ <keyword type="function" name="gtk_source_region_get_start_region_iter ()" link="GtkSourceRegion.html#gtk-source-region-get-start-region-iter" since="3.22"/>
681
+ <keyword type="function" name="gtk_source_region_iter_is_end ()" link="GtkSourceRegion.html#gtk-source-region-iter-is-end" since="3.22"/>
682
+ <keyword type="function" name="gtk_source_region_iter_next ()" link="GtkSourceRegion.html#gtk-source-region-iter-next" since="3.22"/>
683
+ <keyword type="function" name="gtk_source_region_iter_get_subregion ()" link="GtkSourceRegion.html#gtk-source-region-iter-get-subregion" since="3.22"/>
684
+ <keyword type="function" name="gtk_source_region_to_string ()" link="GtkSourceRegion.html#gtk-source-region-to-string" since="3.22"/>
685
+ <keyword type="struct" name="GtkSourceRegion" link="GtkSourceRegion.html#GtkSourceRegion-struct"/>
686
+ <keyword type="struct" name="struct GtkSourceRegionIter" link="GtkSourceRegion.html#GtkSourceRegionIter" since="3.22"/>
687
+ <keyword type="property" name="The “buffer” property" link="GtkSourceRegion.html#GtkSourceRegion--buffer"/>
658
688
  <keyword type="function" name="gtk_source_tag_new ()" link="GtkSourceTag.html#gtk-source-tag-new" since="3.20"/>
659
689
  <keyword type="struct" name="GtkSourceTag" link="GtkSourceTag.html#GtkSourceTag-struct"/>
660
690
  <keyword type="property" name="The “draw-spaces” property" link="GtkSourceTag.html#GtkSourceTag--draw-spaces"/>
@@ -691,6 +721,7 @@
691
721
  <keyword type="macro" name="GTK_SOURCE_VERSION_3_16" link="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-16:CAPS" since="3.20"/>
692
722
  <keyword type="macro" name="GTK_SOURCE_VERSION_3_18" link="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-18:CAPS" since="3.20"/>
693
723
  <keyword type="macro" name="GTK_SOURCE_VERSION_3_20" link="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-20:CAPS" since="3.20"/>
724
+ <keyword type="macro" name="GTK_SOURCE_VERSION_3_22" link="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-22:CAPS" since="3.22"/>
694
725
  <keyword type="macro" name="GTK_SOURCE_VERSION_MIN_REQUIRED" link="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-MIN-REQUIRED:CAPS" since="3.20"/>
695
726
  <keyword type="macro" name="GTK_SOURCE_VERSION_MAX_ALLOWED" link="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-MAX-ALLOWED:CAPS" since="3.20"/>
696
727
  <keyword type="constant" name="GTK_SOURCE_BRACKET_MATCH_NONE" link="GtkSourceBuffer.html#GTK-SOURCE-BRACKET-MATCH-NONE:CAPS"/>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceView 3 Reference Manual: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
8
  <link rel="next" href="pt01.html" title="Part I. API reference">
9
9
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -14,7 +14,7 @@
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GtkSourceView 3 Reference Manual</p></th></tr></table></div>
17
- <div><p class="releaseinfo">for GtkSourceView 3.20.4</p></div>
17
+ <div><p class="releaseinfo">for GtkSourceView 3.22.1</p></div>
18
18
  </div>
19
19
  <hr>
20
20
  </div>
@@ -38,6 +38,9 @@
38
38
  <dt>
39
39
  <span class="refentrytitle"><a href="GtkSourceLanguageManager.html">GtkSourceLanguageManager</a></span><span class="refpurpose"> — Provides access to GtkSourceLanguages</span>
40
40
  </dt>
41
+ </dl></dd>
42
+ <dt><span class="chapter"><a href="ch03.html">Styling</a></span></dt>
43
+ <dd><dl>
41
44
  <dt>
42
45
  <span class="refentrytitle"><a href="GtkSourceStyle.html">GtkSourceStyle</a></span><span class="refpurpose"> — Represents a style</span>
43
46
  </dt>
@@ -57,7 +60,7 @@
57
60
  <span class="refentrytitle"><a href="GtkSourceStyleSchemeChooserWidget.html">GtkSourceStyleSchemeChooserWidget</a></span><span class="refpurpose"> — A widget for choosing style schemes</span>
58
61
  </dt>
59
62
  </dl></dd>
60
- <dt><span class="chapter"><a href="ch03.html">Completion</a></span></dt>
63
+ <dt><span class="chapter"><a href="ch04.html">Completion</a></span></dt>
61
64
  <dd><dl>
62
65
  <dt>
63
66
  <span class="refentrytitle"><a href="GtkSourceCompletion.html">GtkSourceCompletion</a></span><span class="refpurpose"> — Main Completion Object</span>
@@ -81,7 +84,7 @@
81
84
  <span class="refentrytitle"><a href="GtkSourceCompletionWords.html">GtkSourceCompletionWords</a></span><span class="refpurpose"> — A GtkSourceCompletionProvider for the completion of words</span>
82
85
  </dt>
83
86
  </dl></dd>
84
- <dt><span class="chapter"><a href="ch04.html">File Loading and Saving</a></span></dt>
87
+ <dt><span class="chapter"><a href="ch05.html">File Loading and Saving</a></span></dt>
85
88
  <dd><dl>
86
89
  <dt>
87
90
  <span class="refentrytitle"><a href="GtkSourceEncoding.html">GtkSourceEncoding</a></span><span class="refpurpose"> — Character encoding</span>
@@ -96,7 +99,7 @@
96
99
  <span class="refentrytitle"><a href="GtkSourceFileSaver.html">GtkSourceFileSaver</a></span><span class="refpurpose"> — Save a GtkSourceBuffer into a file</span>
97
100
  </dt>
98
101
  </dl></dd>
99
- <dt><span class="chapter"><a href="ch05.html">Gutter and Marks</a></span></dt>
102
+ <dt><span class="chapter"><a href="ch06.html">Gutter and Marks</a></span></dt>
100
103
  <dd><dl>
101
104
  <dt>
102
105
  <span class="refentrytitle"><a href="GtkSourceGutter.html">GtkSourceGutter</a></span><span class="refpurpose"> — Gutter object for GtkSourceView</span>
@@ -117,11 +120,11 @@
117
120
  <span class="refentrytitle"><a href="GtkSourceMarkAttributes.html">GtkSourceMarkAttributes</a></span><span class="refpurpose"> — The source mark attributes object</span>
118
121
  </dt>
119
122
  </dl></dd>
120
- <dt><span class="chapter"><a href="ch06.html">Printing</a></span></dt>
123
+ <dt><span class="chapter"><a href="ch07.html">Printing</a></span></dt>
121
124
  <dd><dl><dt>
122
125
  <span class="refentrytitle"><a href="GtkSourcePrintCompositor.html">GtkSourcePrintCompositor</a></span><span class="refpurpose"> — Compose a GtkSourceBuffer for printing</span>
123
126
  </dt></dl></dd>
124
- <dt><span class="chapter"><a href="ch07.html">Search and Replace</a></span></dt>
127
+ <dt><span class="chapter"><a href="ch08.html">Search and Replace</a></span></dt>
125
128
  <dd><dl>
126
129
  <dt>
127
130
  <span class="refentrytitle"><a href="GtkSourceSearchContext.html">GtkSourceSearchContext</a></span><span class="refpurpose"> — Search context</span>
@@ -130,12 +133,15 @@
130
133
  <span class="refentrytitle"><a href="GtkSourceSearchSettings.html">GtkSourceSearchSettings</a></span><span class="refpurpose"> — Search settings</span>
131
134
  </dt>
132
135
  </dl></dd>
133
- <dt><span class="chapter"><a href="ch08.html">Others</a></span></dt>
136
+ <dt><span class="chapter"><a href="ch09.html">Other</a></span></dt>
134
137
  <dd><dl>
135
138
  <dt>
136
139
  <span class="refentrytitle"><a href="GtkSourceMap.html">GtkSourceMap</a></span><span class="refpurpose"> — Widget that displays a map for a specific <span class="type">GtkSourceView</span></span>
137
140
  </dt>
138
141
  <dt>
142
+ <span class="refentrytitle"><a href="GtkSourceRegion.html">GtkSourceRegion</a></span><span class="refpurpose"> — Region utility</span>
143
+ </dt>
144
+ <dt>
139
145
  <span class="refentrytitle"><a href="GtkSourceTag.html">GtkSourceTag</a></span><span class="refpurpose"> — A tag that can be applied to text in a GtkSourceBuffer</span>
140
146
  </dt>
141
147
  <dt>
@@ -149,7 +155,7 @@
149
155
  </dt>
150
156
  </dl></dd>
151
157
  </dl></dd>
152
- <dt><span class="chapter"><a href="ch09.html">Syntax highlighting reference</a></span></dt>
158
+ <dt><span class="part"><a href="pt02.html">II. Syntax highlighting reference</a></span></dt>
153
159
  <dd><dl>
154
160
  <dt>
155
161
  <span class="refentrytitle"><a href="lang-tutorial.html">Language Definition v2.0 Tutorial</a></span><span class="refpurpose"> —
@@ -167,7 +173,10 @@ Reference to the GtkSourceView style scheme definition file format
167
173
  </span>
168
174
  </dt>
169
175
  </dl></dd>
176
+ <dt><span class="part"><a href="pt03.html">III. Annexes</a></span></dt>
177
+ <dd><dl>
170
178
  <dt><span class="chapter"><a href="object-tree.html">Object Hierarchy</a></span></dt>
179
+ <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
171
180
  <dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
172
181
  <dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
173
182
  <dt><span class="index"><a href="api-index-2-0.html">Index of new symbols in 2.0</a></span></dt>
@@ -184,7 +193,8 @@ Reference to the GtkSourceView style scheme definition file format
184
193
  <dt><span class="index"><a href="api-index-3-16.html">Index of new symbols in 3.16</a></span></dt>
185
194
  <dt><span class="index"><a href="api-index-3-18.html">Index of new symbols in 3.18</a></span></dt>
186
195
  <dt><span class="index"><a href="api-index-3-20.html">Index of new symbols in 3.20</a></span></dt>
187
- <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
196
+ <dt><span class="index"><a href="api-index-3-22.html">Index of new symbols in 3.22</a></span></dt>
197
+ </dl></dd>
188
198
  </dl></div>
189
199
  </div>
190
200
  <div class="footer">
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Language Definition v2.0 Reference: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch09.html" title="Syntax highlighting reference">
8
+ <link rel="up" href="pt02.html" title="Part II. Syntax highlighting reference">
9
9
  <link rel="prev" href="lang-tutorial.html" title="Language Definition v2.0 Tutorial">
10
10
  <link rel="next" href="style-reference.html" title="Style Scheme Definition Reference">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,7 +15,7 @@
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
18
+ <td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
19
  <td><a accesskey="p" href="lang-tutorial.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="style-reference.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -362,17 +362,23 @@ Contained elements:
362
362
  <a name="id-1.3.3.13"></a><h2>Tag <code class="code">&lt;define-regex&gt;</code>
363
363
  </h2>
364
364
  <p>
365
- Defines a regular expression that can be reused inside other regular
366
- expression, to avoid replicating common portions. Those regular
367
- expressions are PCRE regular expressions in the form <code class="code">/regex/options</code> (see
368
- the documentation of PCRE for details). If there are no options to be
369
- specified and you don't need to match the spaces at the start and at the
370
- end of the regular expression, you can omit the slashes, putting here only
371
- <code class="code">regex</code>. The possible options are those specified above in the description
372
- of the <code class="code">&lt;default-regex-options&gt;</code> element. To disable a group of
373
- options, instead, you have to prepend an hyphen <code class="code">-</code> to them. In
374
- GtkSourceView are also available some extensions to the standard Perl style
375
- regular expressions:
365
+ The syntax highlighting engine of GtkSourceView uses
366
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html#GRegex"><span class="type">GRegex</span></a>,
367
+ which uses the PCRE library. See the
368
+ <a class="ulink" href="https://developer.gnome.org/glib/stable/glib-regex-syntax.html" target="_top">Regular expression syntax</a>
369
+ page in the GLib reference manual.
370
+ </p>
371
+ <p>
372
+ The <code class="code">&lt;define-regex&gt;</code> tag defines a regular expression that can
373
+ be reused inside other regular expression, to avoid replicating common portions.
374
+ Those regular expressions are in the form <code class="code">/regex/options</code>. If there
375
+ are no options to be specified and you don't need to match the spaces at the
376
+ start and at the end of the regular expression, you can omit the slashes,
377
+ putting here only <code class="code">regex</code>. The possible options are those specified
378
+ above in the description of the <code class="code">&lt;default-regex-options&gt;</code>
379
+ element. To disable a group of options, instead, you have to prepend an hyphen
380
+ <code class="code">-</code> to them. In GtkSourceView are also available some extensions to
381
+ the standard Perl style regular expressions:
376
382
  </p>
377
383
  <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
378
384
  <li class="listitem"><p>
@@ -387,7 +393,7 @@ be redefined with the <code class="code">&lt;keyword-char-class&gt;</code> (in c
387
393
  </ul></div>
388
394
  <p>
389
395
  It is allowed to use any of the attributes from
390
- <code class="code">&lt;default-regex-opts&gt;</code> as attributes of this tag.
396
+ <code class="code">&lt;default-regex-options&gt;</code> as attributes of this tag.
391
397
  </p>
392
398
  <p>
393
399
  Contained elements: none.
@@ -788,7 +794,7 @@ Contains the regular expression for the current simple context.
788
794
  The expression is in the same form used in
789
795
  <code class="code">&lt;define-regex&gt;</code> elements.
790
796
  It is allowed to use any of the attributes from
791
- <code class="code">&lt;default-regex-opts&gt;</code> as attributes of this tag.
797
+ <code class="code">&lt;default-regex-options&gt;</code> as attributes of this tag.
792
798
  </p>
793
799
  <p>
794
800
  Contained elements: none.
@@ -802,7 +808,7 @@ Contains the starting regular expression for the current container context.
802
808
  The expression is in the same form used in <code class="code">&lt;define-regex&gt;</code>
803
809
  elements.
804
810
  It is allowed to use any of the attributes from
805
- <code class="code">&lt;default-regex-opts&gt;</code> as attributes of this tag.
811
+ <code class="code">&lt;default-regex-options&gt;</code> as attributes of this tag.
806
812
  </p>
807
813
  <p>
808
814
  Contained elements: none.
@@ -828,7 +834,7 @@ implement shell-style here-documents with this code:
828
834
  </pre>
829
835
  <p>
830
836
  It is also possible to use any of the attributes from
831
- <code class="code">&lt;default-regex-opts&gt;</code> as attributes of this tag.
837
+ <code class="code">&lt;default-regex-options&gt;</code> as attributes of this tag.
832
838
  </p>
833
839
  <p>
834
840
  Contained elements: none.
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Language Definition v2.0 Tutorial: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch09.html" title="Syntax highlighting reference">
9
- <link rel="prev" href="ch09.html" title="Syntax highlighting reference">
8
+ <link rel="up" href="pt02.html" title="Part II. Syntax highlighting reference">
9
+ <link rel="prev" href="pt02.html" title="Part II. Syntax highlighting reference">
10
10
  <link rel="next" href="lang-reference.html" title="Language Definition v2.0 Reference">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
@@ -15,8 +15,8 @@
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
- <td><a accesskey="p" href="ch09.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="p" href="pt02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="lang-reference.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="refentry">
@@ -3,11 +3,11 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Object Hierarchy: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
9
- <link rel="prev" href="style-reference.html" title="Style Scheme Definition Reference">
10
- <link rel="next" href="api-index-full.html" title="Index of all symbols">
8
+ <link rel="up" href="pt03.html" title="Part III. Annexes">
9
+ <link rel="prev" href="pt03.html" title="Part III. Annexes">
10
+ <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
@@ -15,28 +15,28 @@
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="style-reference.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
18
+ <td><a accesskey="u" href="pt03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="p" href="pt03.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
- <div class="titlepage"><div><div><h1 class="title">
24
- <a name="object-tree"></a>Object Hierarchy</h1></div></div></div>
23
+ <div class="titlepage"><div><div><h2 class="title">
24
+ <a name="object-tree"></a>Object Hierarchy</h2></div></div></div>
25
25
  <pre class="screen">
26
- <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
27
- <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk3/GtkTextBuffer.html#GtkTextBuffer-struct">GtkTextBuffer</a>
26
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
27
+ <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#GtkTextBuffer-struct">GtkTextBuffer</a>
28
28
  <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer">GtkSourceBuffer</a>
29
- <span class="lineart">├──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
29
+ <span class="lineart">├──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
30
30
  <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GtkSourceCompletionContext.html" title="GtkSourceCompletionContext">GtkSourceCompletionContext</a>
31
- <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
32
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
33
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a>
34
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk3/GtkWindow.html#GtkWindow-struct">GtkWindow</a>
31
+ <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
32
+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
33
+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk4/GtkBin.html#GtkBin-struct">GtkBin</a>
34
+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk4/GtkWindow.html#GtkWindow-struct">GtkWindow</a>
35
35
  <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">GtkSourceCompletionInfo</a>
36
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a>
36
+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk4/GtkButton.html#GtkButton-struct">GtkButton</a>
37
37
  <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>
38
38
  <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>
39
- <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct">GtkTextView</a>
39
+ <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct">GtkTextView</a>
40
40
  <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
41
41
  <span class="lineart">│</span> <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceMap.html" title="GtkSourceMap">GtkSourceMap</a>
42
42
  <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">GtkSourceGutterRenderer</a>
@@ -52,22 +52,41 @@
52
52
  <span class="lineart">├──</span> <a class="link" href="GtkSourceLanguage.html" title="GtkSourceLanguage">GtkSourceLanguage</a>
53
53
  <span class="lineart">├──</span> <a class="link" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">GtkSourceLanguageManager</a>
54
54
  <span class="lineart">├──</span> <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">GtkSourceMarkAttributes</a>
55
- <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk3/GtkTextMark.html#GtkTextMark-struct">GtkTextMark</a>
55
+ <span class="lineart">├──</span> <a href="http://developer.gnome.org/gtk4/GtkTextMark.html#GtkTextMark-struct">GtkTextMark</a>
56
56
  <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GtkSourceMark.html" title="GtkSourceMark">GtkSourceMark</a>
57
57
  <span class="lineart">├──</span> <a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">GtkSourcePrintCompositor</a>
58
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceRegion.html" title="GtkSourceRegion">GtkSourceRegion</a>
58
59
  <span class="lineart">├──</span> <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
59
60
  <span class="lineart">├──</span> <a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">GtkSourceSearchSettings</a>
60
61
  <span class="lineart">├──</span> <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle">GtkSourceStyle</a>
61
62
  <span class="lineart">├──</span> <a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>
62
63
  <span class="lineart">├──</span> <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">GtkSourceStyleSchemeManager</a>
63
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkTextTag.html#GtkTextTag-struct">GtkTextTag</a>
64
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct">GtkTextTag</a>
64
65
  <span class="lineart">╰──</span> <a class="link" href="GtkSourceTag.html" title="GtkSourceTag">GtkSourceTag</a>
65
- <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
66
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
66
67
  <span class="lineart">├──</span> <a class="link" href="GtkSourceCompletionProposal.html" title="GtkSourceCompletionProposal">GtkSourceCompletionProposal</a>
67
68
  <span class="lineart">├──</span> <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider">GtkSourceCompletionProvider</a>
68
69
  <span class="lineart">├──</span> <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>
69
70
  <span class="lineart">╰──</span> <a class="link" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager">GtkSourceUndoManager</a>
70
- <a href="https://developer.gnome.org/gobject/unstable/gobject-Boxed-Types.html">GBoxed</a>
71
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
72
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceView.html#GtkSourceBackgroundPatternType" title="enum GtkSourceBackgroundPatternType">GtkSourceBackgroundPatternType</a>
73
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceBuffer.html#GtkSourceBracketMatchType" title="enum GtkSourceBracketMatchType">GtkSourceBracketMatchType</a>
74
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceBuffer.html#GtkSourceChangeCaseType" title="enum GtkSourceChangeCaseType">GtkSourceChangeCaseType</a>
75
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceCompletion.html#GtkSourceCompletionError" title="enum GtkSourceCompletionError">GtkSourceCompletionError</a>
76
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceFile.html#GtkSourceCompressionType" title="enum GtkSourceCompressionType">GtkSourceCompressionType</a>
77
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceFileLoader.html#GtkSourceFileLoaderError" title="enum GtkSourceFileLoaderError">GtkSourceFileLoaderError</a>
78
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverError" title="enum GtkSourceFileSaverError">GtkSourceFileSaverError</a>
79
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererAlignmentMode" title="enum GtkSourceGutterRendererAlignmentMode">GtkSourceGutterRendererAlignmentMode</a>
80
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceFile.html#GtkSourceNewlineType" title="enum GtkSourceNewlineType">GtkSourceNewlineType</a>
81
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceView.html#GtkSourceSmartHomeEndType" title="enum GtkSourceSmartHomeEndType">GtkSourceSmartHomeEndType</a>
82
+ <span class="lineart">╰──</span> <a class="link" href="GtkSourceView.html#GtkSourceViewGutterPosition" title="enum GtkSourceViewGutterPosition">GtkSourceViewGutterPosition</a>
83
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
84
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceCompletionContext.html#GtkSourceCompletionActivation" title="enum GtkSourceCompletionActivation">GtkSourceCompletionActivation</a>
85
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceView.html#GtkSourceDrawSpacesFlags" title="enum GtkSourceDrawSpacesFlags">GtkSourceDrawSpacesFlags</a>
86
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags">GtkSourceFileSaverFlags</a>
87
+ <span class="lineart">├──</span> <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRendererState" title="enum GtkSourceGutterRendererState">GtkSourceGutterRendererState</a>
88
+ <span class="lineart">╰──</span> <a class="link" href="GtkSourceBuffer.html#GtkSourceSortFlags" title="enum GtkSourceSortFlags">GtkSourceSortFlags</a>
89
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
71
90
  <span class="lineart">╰──</span> <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding">GtkSourceEncoding</a>
72
91
  </pre>
73
92
  </div>