gtksourceview3 3.1.1-x86-mingw32 → 3.1.2-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 (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 new symbols in 2.0: 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="api-index-deprecated.html" title="Index of deprecated symbols">
10
10
  <link rel="next" href="api-index-2-2.html" title="Index of new symbols in 2.2">
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="api-index-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-2-2.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 2.10: 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="api-index-2-8.html" title="Index of new symbols in 2.8">
10
10
  <link rel="next" href="api-index-2-12.html" title="Index of new symbols in 2.12">
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="api-index-2-8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-2-12.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 2.12: 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="api-index-2-10.html" title="Index of new symbols in 2.10">
10
10
  <link rel="next" href="api-index-3-0.html" title="Index of new symbols in 3.0">
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="api-index-2-10.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-0.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 2.2: 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="api-index-2-0.html" title="Index of new symbols in 2.0">
10
10
  <link rel="next" href="api-index-2-4.html" title="Index of new symbols in 2.4">
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="api-index-2-0.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-2-4.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 2.4: 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="api-index-2-2.html" title="Index of new symbols in 2.2">
10
10
  <link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
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="api-index-2-2.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-2-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 2.8: 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="api-index-2-4.html" title="Index of new symbols in 2.4">
10
10
  <link rel="next" href="api-index-2-10.html" title="Index of new symbols in 2.10">
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="api-index-2-4.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-2-10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.0: 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="api-index-2-12.html" title="Index of new symbols in 2.12">
10
10
  <link rel="next" href="api-index-3-4.html" title="Index of new symbols in 3.4">
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="api-index-2-12.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-4.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.10: 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="api-index-3-4.html" title="Index of new symbols in 3.4">
10
10
  <link rel="next" href="api-index-3-12.html" title="Index of new symbols in 3.12">
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="api-index-3-4.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-12.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.12: 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="api-index-3-10.html" title="Index of new symbols in 3.10">
10
10
  <link rel="next" href="api-index-3-14.html" title="Index of new symbols in 3.14">
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="api-index-3-10.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-14.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.14: 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="api-index-3-12.html" title="Index of new symbols in 3.12">
10
10
  <link rel="next" href="api-index-3-16.html" title="Index of new symbols in 3.16">
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="api-index-3-12.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-16.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.16: 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="api-index-3-14.html" title="Index of new symbols in 3.14">
10
10
  <link rel="next" href="api-index-3-18.html" title="Index of new symbols in 3.18">
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="api-index-3-14.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-18.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.18: 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="api-index-3-16.html" title="Index of new symbols in 3.16">
10
10
  <link rel="next" href="api-index-3-20.html" title="Index of new symbols in 3.20">
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="api-index-3-16.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-20.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.20: 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="api-index-3-18.html" title="Index of new symbols in 3.18">
10
10
  <link rel="next" href="api-index-3-22.html" title="Index of new symbols in 3.22">
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="api-index-3-18.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-22.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,8 +5,9 @@
5
5
  <title>Index of new symbols in 3.22: 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="api-index-3-20.html" title="Index of new symbols in 3.20">
10
+ <link rel="next" href="api-index-3-24.html" title="Index of new symbols in 3.24">
10
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
12
  <link rel="stylesheet" href="style.css" type="text/css">
12
13
  </head>
@@ -14,9 +15,9 @@
14
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15
16
  <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxS">S</a></span></td>
16
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17
- <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>
18
19
  <td><a accesskey="p" href="api-index-3-20.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
- <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
20
+ <td><a accesskey="n" href="api-index-3-24.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20
21
  </tr></table>
21
22
  <div class="index">
22
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -0,0 +1,129 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>Index of new symbols in 3.24: GtkSourceView 3 Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
+ <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
+ <link rel="up" href="pt04.html" title="Part IV. Annexes">
9
+ <link rel="prev" href="api-index-3-22.html" title="Index of new symbols in 3.22">
10
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <link rel="stylesheet" href="style.css" type="text/css">
12
+ </head>
13
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15
+ <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxS">S</a></span></td>
16
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17
+ <td><a accesskey="u" href="pt04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
18
+ <td><a accesskey="p" href="api-index-3-22.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
20
+ </tr></table>
21
+ <div class="index">
22
+ <div class="titlepage"><div><div><h2 class="title">
23
+ <a name="api-index-3-24"></a>Index of new symbols in 3.24</h2></div></div></div>
24
+ <a name="idx"></a><a name="idxS"></a><h3 class="title">S</h3>
25
+ <dt>
26
+ <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>
27
+ </dt>
28
+ <dd></dd>
29
+ <dt>
30
+ <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>
31
+ </dt>
32
+ <dd></dd>
33
+ <dt>
34
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceLocationFlags" title="enum GtkSourceSpaceLocationFlags">GtkSourceSpaceLocationFlags</a>, enum in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
35
+ </dt>
36
+ <dd></dd>
37
+ <dt>
38
+ <a class="link" href="GtkSourceSpaceDrawer.html#GtkSourceSpaceTypeFlags" title="enum GtkSourceSpaceTypeFlags">GtkSourceSpaceTypeFlags</a>, enum in <a class="link" href="GtkSourceSpaceDrawer.html" title="GtkSourceSpaceDrawer">GtkSourceSpaceDrawer</a>
39
+ </dt>
40
+ <dd></dd>
41
+ <dt>
42
+ <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>
43
+ </dt>
44
+ <dd></dd>
45
+ <dt>
46
+ <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>
47
+ </dt>
48
+ <dd></dd>
49
+ <dt>
50
+ <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>
51
+ </dt>
52
+ <dd></dd>
53
+ <dt>
54
+ <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>
55
+ </dt>
56
+ <dd></dd>
57
+ <dt>
58
+ <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>
59
+ </dt>
60
+ <dd></dd>
61
+ <dt>
62
+ <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>
63
+ </dt>
64
+ <dd></dd>
65
+ <dt>
66
+ <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>
67
+ </dt>
68
+ <dd></dd>
69
+ <dt>
70
+ <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>
71
+ </dt>
72
+ <dd></dd>
73
+ <dt>
74
+ <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>
75
+ </dt>
76
+ <dd></dd>
77
+ <dt>
78
+ <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>
79
+ </dt>
80
+ <dd></dd>
81
+ <dt>
82
+ <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>
83
+ </dt>
84
+ <dd></dd>
85
+ <dt>
86
+ <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>
87
+ </dt>
88
+ <dd></dd>
89
+ <dt>
90
+ <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>
91
+ </dt>
92
+ <dd></dd>
93
+ <dt>
94
+ <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>
95
+ </dt>
96
+ <dd></dd>
97
+ <dt>
98
+ <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>
99
+ </dt>
100
+ <dd></dd>
101
+ <dt>
102
+ <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>
103
+ </dt>
104
+ <dd></dd>
105
+ <dt>
106
+ <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>
107
+ </dt>
108
+ <dd></dd>
109
+ <dt>
110
+ <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>
111
+ </dt>
112
+ <dd></dd>
113
+ <dt>
114
+ <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>
115
+ </dt>
116
+ <dd></dd>
117
+ <dt>
118
+ <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>
119
+ </dt>
120
+ <dd></dd>
121
+ <dt>
122
+ <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>
123
+ </dt>
124
+ <dd></dd>
125
+ </div>
126
+ <div class="footer">
127
+ <hr>Generated by GTK-Doc V1.25.1</div>
128
+ </body>
129
+ </html>
@@ -5,7 +5,7 @@
5
5
  <title>Index of new symbols in 3.4: 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="api-index-3-0.html" title="Index of new symbols in 3.0">
10
10
  <link rel="next" href="api-index-3-10.html" title="Index of new symbols in 3.10">
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="api-index-3-0.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-3-10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -5,7 +5,7 @@
5
5
  <title>Index of deprecated 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="api-index-full.html" title="Index of all symbols">
10
10
  <link rel="next" href="api-index-2-0.html" title="Index of new symbols in 2.0">
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="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-2-0.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
@@ -28,6 +28,10 @@
28
28
  </dt>
29
29
  <dd></dd>
30
30
  <dt>
31
+ <a class="link" href="GtkSourceView.html#GtkSourceDrawSpacesFlags" title="enum GtkSourceDrawSpacesFlags">GtkSourceDrawSpacesFlags</a>, enum in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
32
+ </dt>
33
+ <dd></dd>
34
+ <dt>
31
35
  <a class="link" href="GtkSourceGutter.html#GtkSourceGutter--xpad" title="The “xpad” property">GtkSourceGutter:xpad</a>, object property in <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter">GtkSourceGutter</a>
32
36
  </dt>
33
37
  <dd></dd>
@@ -48,6 +52,10 @@
48
52
  </dt>
49
53
  <dd></dd>
50
54
  <dt>
55
+ <a class="link" href="GtkSourceView.html#GtkSourceView--draw-spaces" title="The “draw-spaces” property">GtkSourceView:draw-spaces</a>, object property in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
56
+ </dt>
57
+ <dd></dd>
58
+ <dt>
51
59
  <a class="link" href="GtkSourceCompletionInfo.html#gtk-source-completion-info-get-widget" title="gtk_source_completion_info_get_widget ()">gtk_source_completion_info_get_widget</a>, function in <a class="link" href="GtkSourceCompletionInfo.html" title="GtkSourceCompletionInfo">GtkSourceCompletionInfo</a>
52
60
  </dt>
53
61
  <dd></dd>
@@ -56,10 +64,18 @@
56
64
  </dt>
57
65
  <dd></dd>
58
66
  <dt>
67
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-new" title="gtk_source_completion_item_new ()">gtk_source_completion_item_new</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
68
+ </dt>
69
+ <dd></dd>
70
+ <dt>
59
71
  <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>
60
72
  </dt>
61
73
  <dd></dd>
62
74
  <dt>
75
+ <a class="link" href="GtkSourceCompletionItem.html#gtk-source-completion-item-new-with-markup" title="gtk_source_completion_item_new_with_markup ()">gtk_source_completion_item_new_with_markup</a>, function in <a class="link" href="GtkSourceCompletionItem.html" title="GtkSourceCompletionItem">GtkSourceCompletionItem</a>
76
+ </dt>
77
+ <dd></dd>
78
+ <dt>
63
79
  <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>
64
80
  </dt>
65
81
  <dd></dd>
@@ -111,6 +127,18 @@
111
127
  <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-replace" title="gtk_source_search_context_replace ()">gtk_source_search_context_replace</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
112
128
  </dt>
113
129
  <dd></dd>
130
+ <dt>
131
+ <a class="link" href="GtkSourceSearchContext.html#gtk-source-search-context-set-settings" title="gtk_source_search_context_set_settings ()">gtk_source_search_context_set_settings</a>, function in <a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
132
+ </dt>
133
+ <dd></dd>
134
+ <dt>
135
+ <a class="link" href="GtkSourceView.html#gtk-source-view-get-draw-spaces" title="gtk_source_view_get_draw_spaces ()">gtk_source_view_get_draw_spaces</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
136
+ </dt>
137
+ <dd></dd>
138
+ <dt>
139
+ <a class="link" href="GtkSourceView.html#gtk-source-view-set-draw-spaces" title="gtk_source_view_set_draw_spaces ()">gtk_source_view_set_draw_spaces</a>, function in <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
140
+ </dt>
141
+ <dd></dd>
114
142
  </div>
115
143
  <div class="footer">
116
144
  <hr>Generated by GTK-Doc V1.25.1</div>