gtksourceview3 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -1
  3. data/lib/gtksourceview3/loader.rb +0 -6
  4. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
  43. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
  44. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
  45. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
  46. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  47. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  48. data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
  49. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
  50. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
  129. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  130. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  131. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  132. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  133. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  134. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  135. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  136. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  137. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  138. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  139. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  140. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  141. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  142. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  143. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  144. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  145. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  146. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  147. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  148. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  149. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  150. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  151. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  152. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  153. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  154. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  155. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. metadata +13 -7
@@ -3,11 +3,11 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceStyleSchemeChooserWidget: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch02.html" title="Syntax Highlighting">
8
+ <link rel="up" href="ch03.html" title="Styling">
9
9
  <link rel="prev" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">
10
- <link rel="next" href="ch03.html" title="Completion">
10
+ <link rel="next" href="ch04.html" title="Completion">
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,9 +20,9 @@
20
20
  <a href="#GtkSourceStyleSchemeChooserWidget.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span>
21
21
  </td>
22
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
- <td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
24
  <td><a accesskey="p" href="GtkSourceStyleSchemeChooserButton.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
- <td><a accesskey="n" href="ch03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ <td><a accesskey="n" href="ch04.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
27
27
  <div class="refentry">
28
28
  <a name="GtkSourceStyleSchemeChooserWidget"></a><div class="titlepage"></div>
@@ -35,14 +35,14 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceStyleSchemeChooserWidget.functions"></a><h2>Functions</h2>
38
- <div class="informaltable"><table width="100%" border="0">
38
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
39
39
  <colgroup>
40
40
  <col width="150px" class="functions_return">
41
41
  <col class="functions_name">
42
42
  </colgroup>
43
43
  <tbody><tr>
44
44
  <td class="function_type">
45
- <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
45
+ <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
46
46
  </td>
47
47
  <td class="function_name">
48
48
  <a class="link" href="GtkSourceStyleSchemeChooserWidget.html#gtk-source-style-scheme-chooser-widget-new" title="gtk_source_style_scheme_chooser_widget_new ()">gtk_source_style_scheme_chooser_widget_new</a> <span class="c_punctuation">()</span>
@@ -52,7 +52,7 @@
52
52
  </div>
53
53
  <div class="refsect1">
54
54
  <a name="GtkSourceStyleSchemeChooserWidget.other"></a><h2>Types and Values</h2>
55
- <div class="informaltable"><table width="100%" border="0">
55
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
56
56
  <colgroup>
57
57
  <col width="150px" class="name">
58
58
  <col class="description">
@@ -65,11 +65,11 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkSourceStyleSchemeChooserWidget.object-hierarchy"></a><h2>Object Hierarchy</h2>
68
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
70
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
71
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
72
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkBin.html#GtkBin-struct">GtkBin</a>
68
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
+ <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
70
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
71
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
72
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkBin.html#GtkBin-struct">GtkBin</a>
73
73
  <span class="lineart">╰──</span> GtkSourceStyleSchemeChooserWidget
74
74
  </pre>
75
75
  </div>
@@ -77,7 +77,7 @@
77
77
  <a name="GtkSourceStyleSchemeChooserWidget.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
78
78
  <p>
79
79
  GtkSourceStyleSchemeChooserWidget implements
80
- AtkImplementorIface, <a href="http://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>.</p>
80
+ AtkImplementorIface, <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>.</p>
81
81
  </div>
82
82
  <div class="refsect1">
83
83
  <a name="GtkSourceStyleSchemeChooserWidget.includes"></a><h2>Includes</h2>
@@ -98,7 +98,7 @@ use <a class="link" href="GtkSourceStyleSchemeChooser.html#gtk-source-style-sche
98
98
  <a name="GtkSourceStyleSchemeChooserWidget.functions_details"></a><h2>Functions</h2>
99
99
  <div class="refsect2">
100
100
  <a name="gtk-source-style-scheme-chooser-widget-new"></a><h3>gtk_source_style_scheme_chooser_widget_new ()</h3>
101
- <pre class="programlisting"><a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
101
+ <pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
102
102
  gtk_source_style_scheme_chooser_widget_new
103
103
  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
104
104
  <p>Creates a new <a class="link" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget"><span class="type">GtkSourceStyleSchemeChooserWidget</span></a>.</p>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceStyleSchemeManager: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch02.html" title="Syntax Highlighting">
8
+ <link rel="up" href="ch03.html" title="Styling">
9
9
  <link rel="prev" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">
10
10
  <link rel="next" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -20,7 +20,7 @@
20
20
  <a href="#GtkSourceStyleSchemeManager.properties" class="shortcut">Properties</a></span>
21
21
  </td>
22
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
- <td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
24
  <td><a accesskey="p" href="GtkSourceStyleScheme.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceStyleSchemeChooser.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
@@ -35,7 +35,7 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceStyleSchemeManager.functions"></a><h2>Functions</h2>
38
- <div class="informaltable"><table width="100%" border="0">
38
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
39
39
  <colgroup>
40
40
  <col width="150px" class="functions_return">
41
41
  <col class="functions_name">
@@ -82,14 +82,14 @@
82
82
  </td>
83
83
  </tr>
84
84
  <tr>
85
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
85
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
86
86
  </td>
87
87
  <td class="function_name">
88
88
  <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-search-path" title="gtk_source_style_scheme_manager_get_search_path ()">gtk_source_style_scheme_manager_get_search_path</a> <span class="c_punctuation">()</span>
89
89
  </td>
90
90
  </tr>
91
91
  <tr>
92
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
92
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
93
93
  </td>
94
94
  <td class="function_name">
95
95
  <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-get-scheme-ids" title="gtk_source_style_scheme_manager_get_scheme_ids ()">gtk_source_style_scheme_manager_get_scheme_ids</a> <span class="c_punctuation">()</span>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
  <div class="refsect1">
118
118
  <a name="GtkSourceStyleSchemeManager.properties"></a><h2>Properties</h2>
119
- <div class="informaltable"><table border="0">
119
+ <div class="informaltable"><table class="informaltable" border="0">
120
120
  <colgroup>
121
121
  <col width="150px" class="properties_type">
122
122
  <col width="300px" class="properties_name">
@@ -124,12 +124,12 @@
124
124
  </colgroup>
125
125
  <tbody>
126
126
  <tr>
127
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
127
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
128
128
  <td class="property_name"><a class="link" href="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--scheme-ids" title="The “scheme-ids” property">scheme-ids</a></td>
129
129
  <td class="property_flags">Read</td>
130
130
  </tr>
131
131
  <tr>
132
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
132
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></td>
133
133
  <td class="property_name"><a class="link" href="GtkSourceStyleSchemeManager.html#GtkSourceStyleSchemeManager--search-path" title="The “search-path” property">search-path</a></td>
134
134
  <td class="property_flags">Read / Write</td>
135
135
  </tr>
@@ -138,7 +138,7 @@
138
138
  </div>
139
139
  <div class="refsect1">
140
140
  <a name="GtkSourceStyleSchemeManager.other"></a><h2>Types and Values</h2>
141
- <div class="informaltable"><table width="100%" border="0">
141
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
142
142
  <colgroup>
143
143
  <col width="150px" class="name">
144
144
  <col class="description">
@@ -151,7 +151,7 @@
151
151
  </div>
152
152
  <div class="refsect1">
153
153
  <a name="GtkSourceStyleSchemeManager.object-hierarchy"></a><h2>Object Hierarchy</h2>
154
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
154
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
155
155
  <span class="lineart">╰──</span> GtkSourceStyleSchemeManager
156
156
  </pre>
157
157
  </div>
@@ -197,15 +197,15 @@ is owned by GtkSourceView library and must not be unref'ed. </p>
197
197
  <pre class="programlisting"><span class="returnvalue">void</span>
198
198
  gtk_source_style_scheme_manager_set_search_path
199
199
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>,
200
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path</code></em>);</pre>
200
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **path</code></em>);</pre>
201
201
  <p>Sets the list of directories where the <em class="parameter"><code>manager</code></em>
202
202
  looks for
203
203
  style scheme files.
204
204
  If <em class="parameter"><code>path</code></em>
205
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the search path is reset to default.</p>
205
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the search path is reset to default.</p>
206
206
  <div class="refsect3">
207
207
  <a name="gtk-source-style-scheme-manager-set-search-path.parameters"></a><h4>Parameters</h4>
208
- <div class="informaltable"><table width="100%" border="0">
208
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
209
209
  <colgroup>
210
210
  <col width="150px" class="parameters_name">
211
211
  <col class="parameters_description">
@@ -219,8 +219,8 @@ If <em class="parameter"><code>path</code></em>
219
219
  </tr>
220
220
  <tr>
221
221
  <td class="parameter_name"><p>path</p></td>
222
- <td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
223
- <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
222
+ <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
223
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
224
224
  </tr>
225
225
  </tbody>
226
226
  </table></div>
@@ -232,7 +232,7 @@ If <em class="parameter"><code>path</code></em>
232
232
  <pre class="programlisting"><span class="returnvalue">void</span>
233
233
  gtk_source_style_scheme_manager_append_search_path
234
234
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>,
235
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
235
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
236
236
  <p>Appends <em class="parameter"><code>path</code></em>
237
237
  to the list of directories where the <em class="parameter"><code>manager</code></em>
238
238
  looks for
@@ -240,7 +240,7 @@ style scheme files.
240
240
  See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path" title="gtk_source_style_scheme_manager_set_search_path ()"><code class="function">gtk_source_style_scheme_manager_set_search_path()</code></a> for details.</p>
241
241
  <div class="refsect3">
242
242
  <a name="gtk-source-style-scheme-manager-append-search-path.parameters"></a><h4>Parameters</h4>
243
- <div class="informaltable"><table width="100%" border="0">
243
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
244
244
  <colgroup>
245
245
  <col width="150px" class="parameters_name">
246
246
  <col class="parameters_description">
@@ -267,7 +267,7 @@ See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-sche
267
267
  <pre class="programlisting"><span class="returnvalue">void</span>
268
268
  gtk_source_style_scheme_manager_prepend_search_path
269
269
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>,
270
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
270
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
271
271
  <p>Prepends <em class="parameter"><code>path</code></em>
272
272
  to the list of directories where the <em class="parameter"><code>manager</code></em>
273
273
  looks
@@ -275,7 +275,7 @@ for style scheme files.
275
275
  See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path" title="gtk_source_style_scheme_manager_set_search_path ()"><code class="function">gtk_source_style_scheme_manager_set_search_path()</code></a> for details.</p>
276
276
  <div class="refsect3">
277
277
  <a name="gtk-source-style-scheme-manager-prepend-search-path.parameters"></a><h4>Parameters</h4>
278
- <div class="informaltable"><table width="100%" border="0">
278
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
279
279
  <colgroup>
280
280
  <col width="150px" class="parameters_name">
281
281
  <col class="parameters_description">
@@ -299,7 +299,7 @@ See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-sche
299
299
  <hr>
300
300
  <div class="refsect2">
301
301
  <a name="gtk-source-style-scheme-manager-get-search-path"></a><h3>gtk_source_style_scheme_manager_get_search_path ()</h3>
302
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
302
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
303
303
  gtk_source_style_scheme_manager_get_search_path
304
304
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>);</pre>
305
305
  <p>Returns the current search path for the <em class="parameter"><code>manager</code></em>
@@ -307,7 +307,7 @@ gtk_source_style_scheme_manager_get_search_path
307
307
  See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-scheme-manager-set-search-path" title="gtk_source_style_scheme_manager_set_search_path ()"><code class="function">gtk_source_style_scheme_manager_set_search_path()</code></a> for details.</p>
308
308
  <div class="refsect3">
309
309
  <a name="gtk-source-style-scheme-manager-get-search-path.parameters"></a><h4>Parameters</h4>
310
- <div class="informaltable"><table width="100%" border="0">
310
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
311
311
  <colgroup>
312
312
  <col width="150px" class="parameters_name">
313
313
  <col class="parameters_description">
@@ -322,7 +322,7 @@ See <a class="link" href="GtkSourceStyleSchemeManager.html#gtk-source-style-sche
322
322
  </div>
323
323
  <div class="refsect3">
324
324
  <a name="gtk-source-style-scheme-manager-get-search-path.returns"></a><h4>Returns</h4>
325
- <p> a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
325
+ <p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
326
326
  of string containing the search path.
327
327
  The array is owned by the <em class="parameter"><code>manager</code></em>
328
328
  and must not be modified. </p>
@@ -332,13 +332,13 @@ and must not be modified. </p>
332
332
  <hr>
333
333
  <div class="refsect2">
334
334
  <a name="gtk-source-style-scheme-manager-get-scheme-ids"></a><h3>gtk_source_style_scheme_manager_get_scheme_ids ()</h3>
335
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
335
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
336
336
  gtk_source_style_scheme_manager_get_scheme_ids
337
337
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>);</pre>
338
338
  <p>Returns the ids of the available style schemes.</p>
339
339
  <div class="refsect3">
340
340
  <a name="gtk-source-style-scheme-manager-get-scheme-ids.parameters"></a><h4>Parameters</h4>
341
- <div class="informaltable"><table width="100%" border="0">
341
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
342
342
  <colgroup>
343
343
  <col width="150px" class="parameters_name">
344
344
  <col class="parameters_description">
@@ -353,8 +353,8 @@ gtk_source_style_scheme_manager_get_scheme_ids
353
353
  </div>
354
354
  <div class="refsect3">
355
355
  <a name="gtk-source-style-scheme-manager-get-scheme-ids.returns"></a><h4>Returns</h4>
356
- <p>a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings containing the ids of the available
357
- style schemes or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no style scheme is available.
356
+ <p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings containing the ids of the available
357
+ style schemes or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no style scheme is available.
358
358
  The array is sorted alphabetically according to the scheme name.
359
359
  The array is owned by the <em class="parameter"><code>manager</code></em>
360
360
  and must not be modified. </p>
@@ -367,11 +367,11 @@ and must not be modified. </p>
367
367
  <pre class="programlisting"><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="returnvalue">GtkSourceStyleScheme</span></a> *
368
368
  gtk_source_style_scheme_manager_get_scheme
369
369
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a> *manager</code></em>,
370
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *scheme_id</code></em>);</pre>
370
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *scheme_id</code></em>);</pre>
371
371
  <p>Looks up style scheme by id.</p>
372
372
  <div class="refsect3">
373
373
  <a name="gtk-source-style-scheme-manager-get-scheme.parameters"></a><h4>Parameters</h4>
374
- <div class="informaltable"><table width="100%" border="0">
374
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
375
375
  <colgroup>
376
376
  <col width="150px" class="parameters_name">
377
377
  <col class="parameters_description">
@@ -411,7 +411,7 @@ the <em class="parameter"><code>manager</code></em>
411
411
  is accessed.</p>
412
412
  <div class="refsect3">
413
413
  <a name="gtk-source-style-scheme-manager-force-rescan.parameters"></a><h4>Parameters</h4>
414
- <div class="informaltable"><table width="100%" border="0">
414
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
415
415
  <colgroup>
416
416
  <col width="150px" class="parameters_name">
417
417
  <col class="parameters_description">
@@ -437,14 +437,14 @@ the <em class="parameter"><code>manager</code></em>
437
437
  <a name="GtkSourceStyleSchemeManager.property-details"></a><h2>Property Details</h2>
438
438
  <div class="refsect2">
439
439
  <a name="GtkSourceStyleSchemeManager--scheme-ids"></a><h3>The <code class="literal">“scheme-ids”</code> property</h3>
440
- <pre class="programlisting"> “scheme-ids” <a href="https://developer.gnome.org/glib/unstable/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
440
+ <pre class="programlisting"> “scheme-ids” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
441
441
  <p>List of the ids of the available style schemes.</p>
442
442
  <p>Flags: Read</p>
443
443
  </div>
444
444
  <hr>
445
445
  <div class="refsect2">
446
446
  <a name="GtkSourceStyleSchemeManager--search-path"></a><h3>The <code class="literal">“search-path”</code> property</h3>
447
- <pre class="programlisting"> “search-path” <a href="https://developer.gnome.org/glib/unstable/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
447
+ <pre class="programlisting"> “search-path” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#GStrv"><span class="type">GStrv</span></a></pre>
448
448
  <p>List of directories and files where the style schemes are located.</p>
449
449
  <p>Flags: Read / Write</p>
450
450
  </div>
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceTag: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch08.html" title="Others">
9
- <link rel="prev" href="GtkSourceMap.html" title="GtkSourceMap">
8
+ <link rel="up" href="ch09.html" title="Other">
9
+ <link rel="prev" href="GtkSourceRegion.html" title="GtkSourceRegion">
10
10
  <link rel="next" href="GtkSourceUndoManager.html" title="GtkSourceUndoManager">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
@@ -20,8 +20,8 @@
20
20
  <a href="#GtkSourceTag.properties" class="shortcut">Properties</a></span>
21
21
  </td>
22
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
- <td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
- <td><a accesskey="p" href="GtkSourceMap.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="p" href="GtkSourceRegion.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceUndoManager.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
27
27
  <div class="refentry">
@@ -35,14 +35,14 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceTag.functions"></a><h2>Functions</h2>
38
- <div class="informaltable"><table width="100%" border="0">
38
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
39
39
  <colgroup>
40
40
  <col width="150px" class="functions_return">
41
41
  <col class="functions_name">
42
42
  </colgroup>
43
43
  <tbody><tr>
44
44
  <td class="function_type">
45
- <a href="http://developer.gnome.org/gtk3/GtkTextTag.html#GtkTextTag-struct"><span class="returnvalue">GtkTextTag</span></a> *
45
+ <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="returnvalue">GtkTextTag</span></a> *
46
46
  </td>
47
47
  <td class="function_name">
48
48
  <a class="link" href="GtkSourceTag.html#gtk-source-tag-new" title="gtk_source_tag_new ()">gtk_source_tag_new</a> <span class="c_punctuation">()</span>
@@ -52,7 +52,7 @@
52
52
  </div>
53
53
  <div class="refsect1">
54
54
  <a name="GtkSourceTag.properties"></a><h2>Properties</h2>
55
- <div class="informaltable"><table border="0">
55
+ <div class="informaltable"><table class="informaltable" border="0">
56
56
  <colgroup>
57
57
  <col width="150px" class="properties_type">
58
58
  <col width="300px" class="properties_name">
@@ -60,12 +60,12 @@
60
60
  </colgroup>
61
61
  <tbody>
62
62
  <tr>
63
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
63
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
64
64
  <td class="property_name"><a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces" title="The “draw-spaces” property">draw-spaces</a></td>
65
65
  <td class="property_flags">Read / Write</td>
66
66
  </tr>
67
67
  <tr>
68
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
68
+ <td class="property_type"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
69
69
  <td class="property_name"><a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces-set" title="The “draw-spaces-set” property">draw-spaces-set</a></td>
70
70
  <td class="property_flags">Read / Write</td>
71
71
  </tr>
@@ -74,7 +74,7 @@
74
74
  </div>
75
75
  <div class="refsect1">
76
76
  <a name="GtkSourceTag.other"></a><h2>Types and Values</h2>
77
- <div class="informaltable"><table width="100%" border="0">
77
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
78
78
  <colgroup>
79
79
  <col width="150px" class="name">
80
80
  <col class="description">
@@ -87,8 +87,8 @@
87
87
  </div>
88
88
  <div class="refsect1">
89
89
  <a name="GtkSourceTag.object-hierarchy"></a><h2>Object Hierarchy</h2>
90
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
91
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkTextTag.html#GtkTextTag-struct">GtkTextTag</a>
90
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
91
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct">GtkTextTag</a>
92
92
  <span class="lineart">╰──</span> GtkSourceTag
93
93
  </pre>
94
94
  </div>
@@ -99,22 +99,24 @@
99
99
  </div>
100
100
  <div class="refsect1">
101
101
  <a name="GtkSourceTag.description"></a><h2>Description</h2>
102
- <p><a class="link" href="GtkSourceTag.html" title="GtkSourceTag"><span class="type">GtkSourceTag</span></a> is a subclass of <a href="http://developer.gnome.org/gtk3/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> that adds properties useful for
102
+ <p><a class="link" href="GtkSourceTag.html" title="GtkSourceTag"><span class="type">GtkSourceTag</span></a> is a subclass of <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> that adds properties useful for
103
103
  the GtkSourceView library.</p>
104
+ <p>If, for a certain tag, <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a> is sufficient, it's better that you create
105
+ a <a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="type">GtkTextTag</span></a>, not a <a class="link" href="GtkSourceTag.html" title="GtkSourceTag"><span class="type">GtkSourceTag</span></a>.</p>
104
106
  </div>
105
107
  <div class="refsect1">
106
108
  <a name="GtkSourceTag.functions_details"></a><h2>Functions</h2>
107
109
  <div class="refsect2">
108
110
  <a name="gtk-source-tag-new"></a><h3>gtk_source_tag_new ()</h3>
109
- <pre class="programlisting"><a href="http://developer.gnome.org/gtk3/GtkTextTag.html#GtkTextTag-struct"><span class="returnvalue">GtkTextTag</span></a> *
110
- gtk_source_tag_new (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
111
+ <pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkTextTag.html#GtkTextTag-struct"><span class="returnvalue">GtkTextTag</span></a> *
112
+ gtk_source_tag_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
111
113
  <p>Creates a <a class="link" href="GtkSourceTag.html" title="GtkSourceTag"><span class="type">GtkSourceTag</span></a>. Configure the tag using object arguments,
112
- i.e. using <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>.</p>
114
+ i.e. using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>.</p>
113
115
  <p>For usual cases, <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-create-source-tag" title="gtk_source_buffer_create_source_tag ()"><code class="function">gtk_source_buffer_create_source_tag()</code></a> is more convenient to
114
116
  use.</p>
115
117
  <div class="refsect3">
116
118
  <a name="gtk-source-tag-new.parameters"></a><h4>Parameters</h4>
117
- <div class="informaltable"><table width="100%" border="0">
119
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
118
120
  <colgroup>
119
121
  <col width="150px" class="parameters_name">
120
122
  <col class="parameters_description">
@@ -122,7 +124,7 @@ use.</p>
122
124
  </colgroup>
123
125
  <tbody><tr>
124
126
  <td class="parameter_name"><p>name</p></td>
125
- <td class="parameter_description"><p> tag name, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
127
+ <td class="parameter_description"><p> tag name, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
126
128
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
127
129
  </tr></tbody>
128
130
  </table></div>
@@ -145,12 +147,12 @@ use.</p>
145
147
  <a name="GtkSourceTag.property-details"></a><h2>Property Details</h2>
146
148
  <div class="refsect2">
147
149
  <a name="GtkSourceTag--draw-spaces"></a><h3>The <code class="literal">“draw-spaces”</code> property</h3>
148
- <pre class="programlisting"> “draw-spaces” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
150
+ <pre class="programlisting"> “draw-spaces” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
149
151
  <p>Whether to draw spaces. This property takes precedence over the value
150
152
  defined by the GtkSourceView's <a class="link" href="GtkSourceView.html#GtkSourceView--draw-spaces" title="The “draw-spaces” property"><span class="type">“draw-spaces”</span></a> property
151
153
  (only where the tag is applied).</p>
152
154
  <p>Setting this property also changes <a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces-set" title="The “draw-spaces-set” property"><span class="type">“draw-spaces-set”</span></a> to
153
- <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
155
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.</p>
154
156
  <p>Flags: Read / Write</p>
155
157
  <p>Default value: FALSE</p>
156
158
  <p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
@@ -158,7 +160,7 @@ defined by the GtkSourceView's <a class="link" href="GtkSourceView.html#GtkSourc
158
160
  <hr>
159
161
  <div class="refsect2">
160
162
  <a name="GtkSourceTag--draw-spaces-set"></a><h3>The <code class="literal">“draw-spaces-set”</code> property</h3>
161
- <pre class="programlisting"> “draw-spaces-set” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
163
+ <pre class="programlisting"> “draw-spaces-set” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
162
164
  <p>Whether the <a class="link" href="GtkSourceTag.html#GtkSourceTag--draw-spaces" title="The “draw-spaces” property"><span class="type">“draw-spaces”</span></a> property is set and must be
163
165
  taken into account.</p>
164
166
  <p>Flags: Read / Write</p>