gtksourceview3 3.1.1-x64-mingw32 → 3.1.2-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/dependency-check/Rakefile +43 -0
  4. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +1 -0
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +8 -0
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +35 -3
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +8 -0
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +2 -2
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +1 -1
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcespacedrawer.h +149 -0
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +0 -1
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +1 -2
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +1 -2
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +12 -0
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +30 -2
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +13 -0
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +11 -2
  19. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  20. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  21. data/vendor/local/lib/libgtksourceview-3.0.la +2 -2
  22. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
  23. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +573 -20
  24. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +4 -5
  25. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +4 -3
  26. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +2 -2
  27. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +1 -1
  28. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +298 -1
  29. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +70 -0
  30. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +170 -170
  31. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +4 -4
  32. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +2 -2
  33. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +9 -0
  34. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSpaceDrawer.html +671 -0
  35. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +4 -4
  36. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +4 -4
  37. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +4 -4
  38. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +173 -91
  39. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +2 -4
  40. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +2 -2
  41. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +2 -2
  42. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +2 -2
  43. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +2 -2
  44. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +2 -2
  45. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +2 -2
  46. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +2 -2
  47. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -2
  48. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -2
  49. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -2
  50. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +2 -2
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +2 -2
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +2 -2
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +4 -3
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-24.html +129 -0
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -2
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +30 -2
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +109 -5
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +5 -5
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +3 -3
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +3 -3
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +3 -3
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +3 -3
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +3 -3
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +3 -3
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +6 -3
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +17 -4
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +62 -22
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +10 -5
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +28 -28
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -6
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +8 -5
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +29 -141
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +136 -15
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +21 -25
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt04.html +54 -0
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +6 -6
  78. data/vendor/local/share/gtksourceview-3.0/language-specs/abnf.lang +110 -0
  79. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +64 -0
  80. data/vendor/local/share/gtksourceview-3.0/language-specs/dtl.lang +297 -0
  81. data/vendor/local/share/gtksourceview-3.0/language-specs/haxe.lang +238 -0
  82. data/vendor/local/share/gtksourceview-3.0/language-specs/ini.lang +1 -1
  83. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +3 -0
  84. data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +29 -2
  85. data/vendor/local/share/gtksourceview-3.0/language-specs/php.lang +1 -1
  86. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +1 -0
  87. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +10 -2
  88. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  89. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  90. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  91. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  92. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  93. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  94. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  95. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  96. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  97. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  98. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  99. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  100. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  101. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  102. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  103. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  104. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  105. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  106. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  107. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  108. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  109. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  110. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  112. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  113. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  114. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  115. data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  116. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  117. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  118. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  119. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  120. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  121. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  122. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  123. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  124. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  125. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  126. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  127. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  128. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  129. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  130. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  131. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  132. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  133. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  134. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  135. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  136. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  137. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  138. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  139. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  140. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  141. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  142. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  143. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  144. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  145. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  146. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  147. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  148. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  149. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  150. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  151. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  152. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  153. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  154. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  155. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. metadata +16 -7
@@ -5,7 +5,7 @@
5
5
  <title>Index of all symbols: GtkSourceView 3 Reference Manual</title>
6
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="pt03.html" title="Part III. Annexes">
8
+ <link rel="up" href="pt04.html" title="Part IV. Annexes">
9
9
  <link rel="prev" href="annotation-glossary.html" title="Annotation Glossary">
10
10
  <link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
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"><span id="nav_index"><a class="shortcut" href="#idxS">S</a></span></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="pt03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
18
+ <td><a accesskey="u" href="pt04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
19
  <td><a accesskey="p" href="annotation-glossary.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -544,7 +544,7 @@
544
544
  </dt>
545
545
  <dd></dd>
546
546
  <dt>
547
- <a class="link" href="GtkSourceMap.html#GtkSourceMap-struct" title="struct GtkSourceMap">GtkSourceMap</a>, struct in <a class="link" href="GtkSourceMap.html" title="GtkSourceMap">GtkSourceMap</a>
547
+ <a class="link" href="GtkSourceMap.html#GtkSourceMap-struct" title="GtkSourceMap">GtkSourceMap</a>, struct in <a class="link" href="GtkSourceMap.html" title="GtkSourceMap">GtkSourceMap</a>
548
548
  </dt>
549
549
  <dd></dd>
550
550
  <dt>
@@ -728,6 +728,26 @@
728
728
  </dt>
729
729
  <dd></dd>
730
730
  <dt>
731
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer-struct" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>, struct in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
732
+ </dt>
733
+ <dd></dd>
734
+ <dt>
735
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer--enable-matrix" title="The “enable-matrix” property">GtkSourceSpaceDrawer:enable-matrix</a>, object property in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
736
+ </dt>
737
+ <dd></dd>
738
+ <dt>
739
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceDrawer--matrix" title="The “matrix” property">GtkSourceSpaceDrawer:matrix</a>, object property in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
740
+ </dt>
741
+ <dd></dd>
742
+ <dt>
743
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceLocationFlags" title="enum GtkSourceSpaceLocationFlags">GtkSourceSpaceLocationFlags</a>, enum in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
744
+ </dt>
745
+ <dd></dd>
746
+ <dt>
747
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceTypeFlags" title="enum GtkSourceSpaceTypeFlags">GtkSourceSpaceTypeFlags</a>, enum in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
748
+ </dt>
749
+ <dd></dd>
750
+ <dt>
731
751
  <a class="link" href="GtkSourceStyle.html#GtkSourceStyle-struct" title="GtkSourceStyle">GtkSourceStyle</a>, struct in <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle">GtkSourceStyle</a>
732
752
  </dt>
733
753
  <dd></dd>
@@ -836,11 +856,11 @@
836
856
  </dt>
837
857
  <dd></dd>
838
858
  <dt>
839
- <a class="link" href="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct" title="struct GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>
859
+ <a class="link" href="GtkSourceStyleSchemeChooserButton.html#GtkSourceStyleSchemeChooserButton-struct" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">GtkSourceStyleSchemeChooserButton</a>
840
860
  </dt>
841
861
  <dd></dd>
842
862
  <dt>
843
- <a class="link" href="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct" title="struct GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>
863
+ <a class="link" href="GtkSourceStyleSchemeChooserWidget.html#GtkSourceStyleSchemeChooserWidget-struct" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>, struct in <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">GtkSourceStyleSchemeChooserWidget</a>
844
864
  </dt>
845
865
  <dd></dd>
846
866
  <dt>
@@ -984,6 +1004,10 @@
984
1004
  </dt>
985
1005
  <dd></dd>
986
1006
  <dt>
1007
+ <a class="link" href="GtkSourceView.html#GtkSourceView--space-drawer" title="The “space-drawer” property">GtkSourceView:space-drawer</a>, object property in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
1008
+ </dt>
1009
+ <dd></dd>
1010
+ <dt>
987
1011
  <a class="link" href="GtkSourceView.html#GtkSourceView--tab-width" title="The “tab-width” property">GtkSourceView:tab-width</a>, object property in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
988
1012
  </dt>
989
1013
  <dd></dd>
@@ -1212,6 +1236,10 @@
1212
1236
  </dt>
1213
1237
  <dd></dd>
1214
1238
  <dt>
1239
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-new2" title="gtk_source_completion_item_new2 ()">gtk_source_completion_item_new2</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1240
+ </dt>
1241
+ <dd></dd>
1242
+ <dt>
1215
1243
  <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-new-from-stock" title="gtk_source_completion_item_new_from_stock ()">gtk_source_completion_item_new_from_stock</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1216
1244
  </dt>
1217
1245
  <dd></dd>
@@ -1220,6 +1248,34 @@
1220
1248
  </dt>
1221
1249
  <dd></dd>
1222
1250
  <dt>
1251
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-gicon" title="gtk_source_completion_item_set_gicon ()">gtk_source_completion_item_set_gicon</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1252
+ </dt>
1253
+ <dd></dd>
1254
+ <dt>
1255
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-icon" title="gtk_source_completion_item_set_icon ()">gtk_source_completion_item_set_icon</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1256
+ </dt>
1257
+ <dd></dd>
1258
+ <dt>
1259
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-icon-name" title="gtk_source_completion_item_set_icon_name ()">gtk_source_completion_item_set_icon_name</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1260
+ </dt>
1261
+ <dd></dd>
1262
+ <dt>
1263
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-info" title="gtk_source_completion_item_set_info ()">gtk_source_completion_item_set_info</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1264
+ </dt>
1265
+ <dd></dd>
1266
+ <dt>
1267
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-label" title="gtk_source_completion_item_set_label ()">gtk_source_completion_item_set_label</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1268
+ </dt>
1269
+ <dd></dd>
1270
+ <dt>
1271
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-markup" title="gtk_source_completion_item_set_markup ()">gtk_source_completion_item_set_markup</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1272
+ </dt>
1273
+ <dd></dd>
1274
+ <dt>
1275
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-set-text" title="gtk_source_completion_item_set_text ()">gtk_source_completion_item_set_text</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
1276
+ </dt>
1277
+ <dd></dd>
1278
+ <dt>
1223
1279
  <a class="link" href="GtkSourceCompletion.html#gtk-source-completion-move-window" title="gtk_source_completion_move_window ()">gtk_source_completion_move_window</a>, function in <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion">GtkSourceCompletion</a>
1224
1280
  </dt>
1225
1281
  <dd></dd>
@@ -1564,10 +1620,18 @@
1564
1620
  </dt>
1565
1621
  <dd></dd>
1566
1622
  <dt>
1623
+ <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-view" title="gtk_source_gutter_get_view ()">gtk_source_gutter_get_view</a>, function in <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter">GtkSourceGutter</a>
1624
+ </dt>
1625
+ <dd></dd>
1626
+ <dt>
1567
1627
  <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-window" title="gtk_source_gutter_get_window ()">gtk_source_gutter_get_window</a>, function in <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter">GtkSourceGutter</a>
1568
1628
  </dt>
1569
1629
  <dd></dd>
1570
1630
  <dt>
1631
+ <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-window-type" title="gtk_source_gutter_get_window_type ()">gtk_source_gutter_get_window_type</a>, function in <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter">GtkSourceGutter</a>
1632
+ </dt>
1633
+ <dd></dd>
1634
+ <dt>
1571
1635
  <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-insert" title="gtk_source_gutter_insert ()">gtk_source_gutter_insert</a>, function in <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter">GtkSourceGutter</a>
1572
1636
  </dt>
1573
1637
  <dd></dd>
@@ -2248,6 +2312,38 @@
2248
2312
  </dt>
2249
2313
  <dd></dd>
2250
2314
  <dt>
2315
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-bind-matrix-setting" title="gtk_source_space_drawer_bind_matrix_setting ()">gtk_source_space_drawer_bind_matrix_setting</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2316
+ </dt>
2317
+ <dd></dd>
2318
+ <dt>
2319
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-enable-matrix" title="gtk_source_space_drawer_get_enable_matrix ()">gtk_source_space_drawer_get_enable_matrix</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2320
+ </dt>
2321
+ <dd></dd>
2322
+ <dt>
2323
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-matrix" title="gtk_source_space_drawer_get_matrix ()">gtk_source_space_drawer_get_matrix</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2324
+ </dt>
2325
+ <dd></dd>
2326
+ <dt>
2327
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-get-types-for-locations" title="gtk_source_space_drawer_get_types_for_locations ()">gtk_source_space_drawer_get_types_for_locations</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2328
+ </dt>
2329
+ <dd></dd>
2330
+ <dt>
2331
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-new" title="gtk_source_space_drawer_new ()">gtk_source_space_drawer_new</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2332
+ </dt>
2333
+ <dd></dd>
2334
+ <dt>
2335
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-enable-matrix" title="gtk_source_space_drawer_set_enable_matrix ()">gtk_source_space_drawer_set_enable_matrix</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2336
+ </dt>
2337
+ <dd></dd>
2338
+ <dt>
2339
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-matrix" title="gtk_source_space_drawer_set_matrix ()">gtk_source_space_drawer_set_matrix</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2340
+ </dt>
2341
+ <dd></dd>
2342
+ <dt>
2343
+ <a class="link" href="GtkSourceSpaceDrawer.html#gtk-source-space-drawer-set-types-for-locations" title="gtk_source_space_drawer_set_types_for_locations ()">gtk_source_space_drawer_set_types_for_locations</a>, function in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
2344
+ </dt>
2345
+ <dd></dd>
2346
+ <dt>
2251
2347
  <a class="link" href="GtkSourceStyle.html#gtk-source-style-apply" title="gtk_source_style_apply ()">gtk_source_style_apply</a>, function in <a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle">GtkSourceStyle</a>
2252
2348
  </dt>
2253
2349
  <dd></dd>
@@ -2412,6 +2508,10 @@
2412
2508
  </dt>
2413
2509
  <dd></dd>
2414
2510
  <dt>
2511
+ <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-24:CAPS" title="GTK_SOURCE_VERSION_3_24">GTK_SOURCE_VERSION_3_24</a>, macro in <a class="link" href="gtksourceview-3.0-Version-Information.html" title="Version Information">Version Information</a>
2512
+ </dt>
2513
+ <dd></dd>
2514
+ <dt>
2415
2515
  <a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-4:CAPS" title="GTK_SOURCE_VERSION_3_4">GTK_SOURCE_VERSION_3_4</a>, macro in <a class="link" href="gtksourceview-3.0-Version-Information.html" title="Version Information">Version Information</a>
2416
2516
  </dt>
2417
2517
  <dd></dd>
@@ -2496,6 +2596,10 @@
2496
2596
  </dt>
2497
2597
  <dd></dd>
2498
2598
  <dt>
2599
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-space-drawer" title="gtk_source_view_get_space_drawer ()">gtk_source_view_get_space_drawer</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
2600
+ </dt>
2601
+ <dd></dd>
2602
+ <dt>
2499
2603
  <a class="link" href="GtkSourceView.html#gtk-source-view-get-tab-width" title="gtk_source_view_get_tab_width ()">gtk_source_view_get_tab_width</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
2500
2604
  </dt>
2501
2605
  <dd></dd>
@@ -5,8 +5,8 @@
5
5
  <title>Main Classes: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
9
- <link rel="prev" href="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
+ <link rel="prev" href="pt02.html" title="Part II. API reference">
10
10
  <link rel="next" href="GtkSourceBuffer.html" title="GtkSourceBuffer">
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,13 +15,13 @@
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="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
- <td><a accesskey="p" href="pt01.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="GtkSourceBuffer.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.2"></a>Main Classes</h2></div></div></div>
24
+ <a name="id-1.3.2"></a>Main Classes</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceBuffer.html">GtkSourceBuffer</a></span><span class="refpurpose"> — Stores the text for display in a GtkSourceView</span>
@@ -5,7 +5,7 @@
5
5
  <title>Syntax Highlighting: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceView.html" title="GtkSourceView">
10
10
  <link rel="next" href="GtkSourceLanguage.html" title="GtkSourceLanguage">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceView.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceLanguage.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.3"></a>Syntax Highlighting</h2></div></div></div>
24
+ <a name="id-1.3.3"></a>Syntax Highlighting</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceLanguage.html">GtkSourceLanguage</a></span><span class="refpurpose"> — Represents a syntax highlighted language</span>
@@ -5,7 +5,7 @@
5
5
  <title>Styling: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
10
10
  <link rel="next" href="GtkSourceStyle.html" title="GtkSourceStyle">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceLanguageManager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceStyle.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.4"></a>Styling</h2></div></div></div>
24
+ <a name="id-1.3.4"></a>Styling</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceStyle.html">GtkSourceStyle</a></span><span class="refpurpose"> — Represents a style</span>
@@ -5,7 +5,7 @@
5
5
  <title>Completion: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">
10
10
  <link rel="next" href="GtkSourceCompletion.html" title="GtkSourceCompletion">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceStyleSchemeChooserWidget.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceCompletion.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.5"></a>Completion</h2></div></div></div>
24
+ <a name="id-1.3.5"></a>Completion</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceCompletion.html">GtkSourceCompletion</a></span><span class="refpurpose"> — Main Completion Object</span>
@@ -5,7 +5,7 @@
5
5
  <title>File Loading and Saving: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords">
10
10
  <link rel="next" href="GtkSourceEncoding.html" title="GtkSourceEncoding">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceCompletionWords.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceEncoding.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.6"></a>File Loading and Saving</h2></div></div></div>
24
+ <a name="id-1.3.6"></a>File Loading and Saving</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceEncoding.html">GtkSourceEncoding</a></span><span class="refpurpose"> — Character encoding</span>
@@ -5,7 +5,7 @@
5
5
  <title>Gutter and Marks: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver">
10
10
  <link rel="next" href="GtkSourceGutter.html" title="GtkSourceGutter">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceFileSaver.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceGutter.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.7"></a>Gutter and Marks</h2></div></div></div>
24
+ <a name="id-1.3.7"></a>Gutter and Marks</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceGutter.html">GtkSourceGutter</a></span><span class="refpurpose"> — Gutter object for GtkSourceView</span>
@@ -5,7 +5,7 @@
5
5
  <title>Printing: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
10
10
  <link rel="next" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceMarkAttributes.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourcePrintCompositor.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.8"></a>Printing</h2></div></div></div>
24
+ <a name="id-1.3.8"></a>Printing</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc"><dt>
26
26
  <span class="refentrytitle"><a href="GtkSourcePrintCompositor.html">GtkSourcePrintCompositor</a></span><span class="refpurpose"> — Compose a GtkSourceBuffer for printing</span>
27
27
  </dt></dl></div>
@@ -5,7 +5,7 @@
5
5
  <title>Search and Replace: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
10
10
  <link rel="next" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourcePrintCompositor.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceSearchContext.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.9"></a>Search and Replace</h2></div></div></div>
24
+ <a name="id-1.3.9"></a>Search and Replace</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="GtkSourceSearchContext.html">GtkSourceSearchContext</a></span><span class="refpurpose"> — Search context</span>
@@ -5,7 +5,7 @@
5
5
  <title>Other: GtkSourceView 3 Reference Manual</title>
6
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="pt01.html" title="Part I. API reference">
8
+ <link rel="up" href="pt02.html" title="Part II. API reference">
9
9
  <link rel="prev" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">
10
10
  <link rel="next" href="GtkSourceMap.html" title="GtkSourceMap">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -15,13 +15,13 @@
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="pt01.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="GtkSourceSearchSettings.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="GtkSourceMap.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
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="id-1.2.10"></a>Other</h2></div></div></div>
24
+ <a name="id-1.3.10"></a>Other</h2></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <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>
@@ -30,6 +30,9 @@
30
30
  <span class="refentrytitle"><a href="GtkSourceRegion.html">GtkSourceRegion</a></span><span class="refpurpose"> — Region utility</span>
31
31
  </dt>
32
32
  <dt>
33
+ <span class="refentrytitle"><a href="GtkSourceSpaceDrawer.html">GtkSourceSpaceDrawer</a></span><span class="refpurpose"> — Represent white space characters with symbols</span>
34
+ </dt>
35
+ <dt>
33
36
  <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>
34
37
  </dt>
35
38
  <dt>
@@ -7,7 +7,7 @@
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
8
  <link rel="up" href="ch09.html" title="Other">
9
9
  <link rel="prev" href="gtksourceview-3.0-GtkSourceUtils.html" title="GtkSourceUtils">
10
- <link rel="next" href="pt02.html" title="Part II. Syntax highlighting reference">
10
+ <link rel="next" href="pt03.html" title="Part III. Syntax highlighting 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">
13
13
  </head>
@@ -20,7 +20,7 @@
20
20
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
21
  <td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
22
  <td><a accesskey="p" href="gtksourceview-3.0-GtkSourceUtils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
- <td><a accesskey="n" href="pt02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
23
+ <td><a accesskey="n" href="pt03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
24
  </tr></table>
25
25
  <div class="refentry">
26
26
  <a name="gtksourceview-3.0-Version-Information"></a><div class="titlepage"></div>
@@ -150,6 +150,10 @@
150
150
  </tr>
151
151
  <tr>
152
152
  <td class="define_keyword">#define</td>
153
+ <td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-3-24:CAPS" title="GTK_SOURCE_VERSION_3_24">GTK_SOURCE_VERSION_3_24</a></td>
154
+ </tr>
155
+ <tr>
156
+ <td class="define_keyword">#define</td>
153
157
  <td class="function_name"><a class="link" href="gtksourceview-3.0-Version-Information.html#GTK-SOURCE-VERSION-MIN-REQUIRED:CAPS" title="GTK_SOURCE_VERSION_MIN_REQUIRED">GTK_SOURCE_VERSION_MIN_REQUIRED</a></td>
154
158
  </tr>
155
159
  <tr>
@@ -318,7 +322,7 @@ against at application run time.</p>
318
322
  <hr>
319
323
  <div class="refsect2">
320
324
  <a name="GTK-SOURCE-MINOR-VERSION:CAPS"></a><h3>GTK_SOURCE_MINOR_VERSION</h3>
321
- <pre class="programlisting">#define GTK_SOURCE_MINOR_VERSION (22)
325
+ <pre class="programlisting">#define GTK_SOURCE_MINOR_VERSION (24)
322
326
  </pre>
323
327
  <p>Like <a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-minor-version" title="gtk_source_get_minor_version ()"><code class="function">gtk_source_get_minor_version()</code></a>, but from the headers used at
324
328
  application compile time, rather than from the library linked
@@ -328,7 +332,7 @@ against at application run time.</p>
328
332
  <hr>
329
333
  <div class="refsect2">
330
334
  <a name="GTK-SOURCE-MICRO-VERSION:CAPS"></a><h3>GTK_SOURCE_MICRO_VERSION</h3>
331
- <pre class="programlisting">#define GTK_SOURCE_MICRO_VERSION (2)
335
+ <pre class="programlisting">#define GTK_SOURCE_MICRO_VERSION (1)
332
336
  </pre>
333
337
  <p>Like <a class="link" href="gtksourceview-3.0-Version-Information.html#gtk-source-get-micro-version" title="gtk_source_get_micro_version ()"><code class="function">gtk_source_get_micro_version()</code></a>, but from the headers used at
334
338
  application compile time, rather than from the library linked
@@ -445,6 +449,15 @@ in a format that can be used by the C pre-processor.</p>
445
449
  </div>
446
450
  <hr>
447
451
  <div class="refsect2">
452
+ <a name="GTK-SOURCE-VERSION-3-24:CAPS"></a><h3>GTK_SOURCE_VERSION_3_24</h3>
453
+ <pre class="programlisting">#define GTK_SOURCE_VERSION_3_24 (G_ENCODE_VERSION (3, 24))
454
+ </pre>
455
+ <p>A macro that evaluates to the 3.24 version of GtkSourceView,
456
+ in a format that can be used by the C pre-processor.</p>
457
+ <p class="since">Since: <a class="link" href="api-index-3-24.html#api-index-3.24">3.24</a></p>
458
+ </div>
459
+ <hr>
460
+ <div class="refsect2">
448
461
  <a name="GTK-SOURCE-VERSION-MIN-REQUIRED:CAPS"></a><h3>GTK_SOURCE_VERSION_MIN_REQUIRED</h3>
449
462
  <pre class="programlisting">#define GTK_SOURCE_VERSION_MIN_REQUIRED (GTK_SOURCE_VERSION_CUR_STABLE)
450
463
  </pre>