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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -1
  3. data/lib/gtksourceview3/loader.rb +0 -6
  4. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
  43. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
  44. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
  45. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
  46. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  47. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  48. data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
  49. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
  50. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
  129. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  130. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  131. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  132. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  133. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  134. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  135. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  136. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  137. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  138. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  139. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  140. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  141. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  142. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  143. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  144. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  145. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  146. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  147. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  148. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  149. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  150. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  151. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  152. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  153. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  154. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  155. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. metadata +13 -7
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceStyleScheme: 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="GtkSourceStyle.html" title="GtkSourceStyle">
10
10
  <link rel="next" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -20,7 +20,7 @@
20
20
  <a href="#GtkSourceStyleScheme.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="GtkSourceStyle.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceStyleSchemeManager.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
@@ -35,42 +35,42 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceStyleScheme.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>
44
44
  <tr>
45
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
45
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
46
46
  </td>
47
47
  <td class="function_name">
48
48
  <a class="link" href="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-id" title="gtk_source_style_scheme_get_id ()">gtk_source_style_scheme_get_id</a> <span class="c_punctuation">()</span>
49
49
  </td>
50
50
  </tr>
51
51
  <tr>
52
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
52
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
53
53
  </td>
54
54
  <td class="function_name">
55
55
  <a class="link" href="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-name" title="gtk_source_style_scheme_get_name ()">gtk_source_style_scheme_get_name</a> <span class="c_punctuation">()</span>
56
56
  </td>
57
57
  </tr>
58
58
  <tr>
59
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
59
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
60
60
  </td>
61
61
  <td class="function_name">
62
62
  <a class="link" href="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-description" title="gtk_source_style_scheme_get_description ()">gtk_source_style_scheme_get_description</a> <span class="c_punctuation">()</span>
63
63
  </td>
64
64
  </tr>
65
65
  <tr>
66
- <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 *
66
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
67
67
  </td>
68
68
  <td class="function_name">
69
69
  <a class="link" href="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-authors" title="gtk_source_style_scheme_get_authors ()">gtk_source_style_scheme_get_authors</a> <span class="c_punctuation">()</span>
70
70
  </td>
71
71
  </tr>
72
72
  <tr>
73
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
73
+ <td class="function_type">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
74
74
  </td>
75
75
  <td class="function_name">
76
76
  <a class="link" href="GtkSourceStyleScheme.html#gtk-source-style-scheme-get-filename" title="gtk_source_style_scheme_get_filename ()">gtk_source_style_scheme_get_filename</a> <span class="c_punctuation">()</span>
@@ -89,7 +89,7 @@
89
89
  </div>
90
90
  <div class="refsect1">
91
91
  <a name="GtkSourceStyleScheme.properties"></a><h2>Properties</h2>
92
- <div class="informaltable"><table border="0">
92
+ <div class="informaltable"><table class="informaltable" border="0">
93
93
  <colgroup>
94
94
  <col width="150px" class="properties_type">
95
95
  <col width="300px" class="properties_name">
@@ -98,25 +98,25 @@
98
98
  <tbody>
99
99
  <tr>
100
100
  <td class="property_type">
101
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
101
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
102
102
  <td class="property_name"><a class="link" href="GtkSourceStyleScheme.html#GtkSourceStyleScheme--description" title="The “description” property">description</a></td>
103
103
  <td class="property_flags">Read</td>
104
104
  </tr>
105
105
  <tr>
106
106
  <td class="property_type">
107
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
107
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
108
108
  <td class="property_name"><a class="link" href="GtkSourceStyleScheme.html#GtkSourceStyleScheme--filename" title="The “filename” property">filename</a></td>
109
109
  <td class="property_flags">Read</td>
110
110
  </tr>
111
111
  <tr>
112
112
  <td class="property_type">
113
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
113
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
114
114
  <td class="property_name"><a class="link" href="GtkSourceStyleScheme.html#GtkSourceStyleScheme--id" title="The “id” property">id</a></td>
115
115
  <td class="property_flags">Read / Write / Construct Only</td>
116
116
  </tr>
117
117
  <tr>
118
118
  <td class="property_type">
119
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
119
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
120
120
  <td class="property_name"><a class="link" href="GtkSourceStyleScheme.html#GtkSourceStyleScheme--name" title="The “name” property">name</a></td>
121
121
  <td class="property_flags">Read</td>
122
122
  </tr>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
  <div class="refsect1">
127
127
  <a name="GtkSourceStyleScheme.other"></a><h2>Types and Values</h2>
128
- <div class="informaltable"><table width="100%" border="0">
128
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
129
129
  <colgroup>
130
130
  <col width="150px" class="name">
131
131
  <col class="description">
@@ -138,7 +138,7 @@
138
138
  </div>
139
139
  <div class="refsect1">
140
140
  <a name="GtkSourceStyleScheme.object-hierarchy"></a><h2>Object Hierarchy</h2>
141
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
141
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
142
142
  <span class="lineart">╰──</span> GtkSourceStyleScheme
143
143
  </pre>
144
144
  </div>
@@ -152,19 +152,22 @@
152
152
  <p><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> contains all the text styles to be used in
153
153
  <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> and <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>. For instance, it contains text styles
154
154
  for syntax highlighting, it may contain foreground and background color for
155
- non-highlighted text, color for the line numbers, etc.</p>
155
+ non-highlighted text, color for the line numbers, current line highlighting,
156
+ bracket matching, etc.</p>
156
157
  <p>Style schemes are stored in XML files. The format of a scheme file is
157
158
  documented in the <a class="link" href="style-reference.html" title="Style Scheme Definition Reference">style scheme reference</a>.</p>
159
+ <p>The two style schemes with IDs "classic" and "tango" follow more closely the
160
+ GTK+ theme (for example for the background color).</p>
158
161
  </div>
159
162
  <div class="refsect1">
160
163
  <a name="GtkSourceStyleScheme.functions_details"></a><h2>Functions</h2>
161
164
  <div class="refsect2">
162
165
  <a name="gtk-source-style-scheme-get-id"></a><h3>gtk_source_style_scheme_get_id ()</h3>
163
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
166
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
164
167
  gtk_source_style_scheme_get_id (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
165
168
  <div class="refsect3">
166
169
  <a name="gtk-source-style-scheme-get-id.parameters"></a><h4>Parameters</h4>
167
- <div class="informaltable"><table width="100%" border="0">
170
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
168
171
  <colgroup>
169
172
  <col width="150px" class="parameters_name">
170
173
  <col class="parameters_description">
@@ -187,11 +190,11 @@ id.</p>
187
190
  <hr>
188
191
  <div class="refsect2">
189
192
  <a name="gtk-source-style-scheme-get-name"></a><h3>gtk_source_style_scheme_get_name ()</h3>
190
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
193
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
191
194
  gtk_source_style_scheme_get_name (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
192
195
  <div class="refsect3">
193
196
  <a name="gtk-source-style-scheme-get-name.parameters"></a><h4>Parameters</h4>
194
- <div class="informaltable"><table width="100%" border="0">
197
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
195
198
  <colgroup>
196
199
  <col width="150px" class="parameters_name">
197
200
  <col class="parameters_description">
@@ -214,12 +217,12 @@ name.</p>
214
217
  <hr>
215
218
  <div class="refsect2">
216
219
  <a name="gtk-source-style-scheme-get-description"></a><h3>gtk_source_style_scheme_get_description ()</h3>
217
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
220
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
218
221
  gtk_source_style_scheme_get_description
219
222
  (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
220
223
  <div class="refsect3">
221
224
  <a name="gtk-source-style-scheme-get-description.parameters"></a><h4>Parameters</h4>
222
- <div class="informaltable"><table width="100%" border="0">
225
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
223
226
  <colgroup>
224
227
  <col width="150px" class="parameters_name">
225
228
  <col class="parameters_description">
@@ -235,7 +238,7 @@ gtk_source_style_scheme_get_description
235
238
  <div class="refsect3">
236
239
  <a name="gtk-source-style-scheme-get-description.returns"></a><h4>Returns</h4>
237
240
  <p> <em class="parameter"><code>scheme</code></em>
238
- description (if defined), or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
241
+ description (if defined), or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
239
242
  <p><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></p>
240
243
  </div>
241
244
  <p class="since">Since: <a class="link" href="api-index-2-0.html#api-index-2.0">2.0</a></p>
@@ -243,11 +246,11 @@ description (if defined), or <a href="https://developer.gnome.org/glib/unstable/
243
246
  <hr>
244
247
  <div class="refsect2">
245
248
  <a name="gtk-source-style-scheme-get-authors"></a><h3>gtk_source_style_scheme_get_authors ()</h3>
246
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
249
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const *
247
250
  gtk_source_style_scheme_get_authors (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
248
251
  <div class="refsect3">
249
252
  <a name="gtk-source-style-scheme-get-authors.parameters"></a><h4>Parameters</h4>
250
- <div class="informaltable"><table width="100%" border="0">
253
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
251
254
  <colgroup>
252
255
  <col width="150px" class="parameters_name">
253
256
  <col class="parameters_description">
@@ -263,8 +266,8 @@ gtk_source_style_scheme_get_authors (<em class="parameter"><code><a class="link"
263
266
  <div class="refsect3">
264
267
  <a name="gtk-source-style-scheme-get-authors.returns"></a><h4>Returns</h4>
265
268
  <p> a
266
- <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array containing the <em class="parameter"><code>scheme</code></em>
267
- authors or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
269
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array containing the <em class="parameter"><code>scheme</code></em>
270
+ authors or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
268
271
  no author is specified by the style scheme. </p>
269
272
  <p><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>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
270
273
  </div>
@@ -273,11 +276,11 @@ no author is specified by the style scheme. </p>
273
276
  <hr>
274
277
  <div class="refsect2">
275
278
  <a name="gtk-source-style-scheme-get-filename"></a><h3>gtk_source_style_scheme_get_filename ()</h3>
276
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
279
+ <pre class="programlisting">const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
277
280
  gtk_source_style_scheme_get_filename (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>);</pre>
278
281
  <div class="refsect3">
279
282
  <a name="gtk-source-style-scheme-get-filename.parameters"></a><h4>Parameters</h4>
280
- <div class="informaltable"><table width="100%" border="0">
283
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
281
284
  <colgroup>
282
285
  <col width="150px" class="parameters_name">
283
286
  <col class="parameters_description">
@@ -294,7 +297,7 @@ gtk_source_style_scheme_get_filename (<em class="parameter"><code><a class="link
294
297
  <a name="gtk-source-style-scheme-get-filename.returns"></a><h4>Returns</h4>
295
298
  <p> <em class="parameter"><code>scheme</code></em>
296
299
  file name if the scheme was created
297
- parsing a style scheme file or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in the other cases. </p>
300
+ parsing a style scheme file or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in the other cases. </p>
298
301
  <p><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></p>
299
302
  </div>
300
303
  <p class="since">Since: <a class="link" href="api-index-2-0.html#api-index-2.0">2.0</a></p>
@@ -304,10 +307,10 @@ parsing a style scheme file or <a href="https://developer.gnome.org/glib/unstabl
304
307
  <a name="gtk-source-style-scheme-get-style"></a><h3>gtk_source_style_scheme_get_style ()</h3>
305
308
  <pre class="programlisting"><a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle"><span class="returnvalue">GtkSourceStyle</span></a> *
306
309
  gtk_source_style_scheme_get_style (<em class="parameter"><code><a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme"><span class="type">GtkSourceStyleScheme</span></a> *scheme</code></em>,
307
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *style_id</code></em>);</pre>
310
+ <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *style_id</code></em>);</pre>
308
311
  <div class="refsect3">
309
312
  <a name="gtk-source-style-scheme-get-style.parameters"></a><h4>Parameters</h4>
310
- <div class="informaltable"><table width="100%" border="0">
313
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
311
314
  <colgroup>
312
315
  <col width="150px" class="parameters_name">
313
316
  <col class="parameters_description">
@@ -332,7 +335,7 @@ gtk_source_style_scheme_get_style (<em class="parameter"><code><a class="link" h
332
335
  <p> style which corresponds to <em class="parameter"><code>style_id</code></em>
333
336
  in
334
337
  the <em class="parameter"><code>scheme</code></em>
335
- , or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when no style with this name found. It is owned by
338
+ , or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when no style with this name found. It is owned by
336
339
  <em class="parameter"><code>scheme</code></em>
337
340
  and may not be unref'ed. </p>
338
341
  <p><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>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -351,7 +354,7 @@ and may not be unref'ed. </p>
351
354
  <a name="GtkSourceStyleScheme.property-details"></a><h2>Property Details</h2>
352
355
  <div class="refsect2">
353
356
  <a name="GtkSourceStyleScheme--description"></a><h3>The <code class="literal">“description”</code> property</h3>
354
- <pre class="programlisting"> “description” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
357
+ <pre class="programlisting"> “description” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
355
358
  <p>Style scheme description, a translatable string to present to the user.</p>
356
359
  <p>Flags: Read</p>
357
360
  <p>Default value: NULL</p>
@@ -359,15 +362,15 @@ and may not be unref'ed. </p>
359
362
  <hr>
360
363
  <div class="refsect2">
361
364
  <a name="GtkSourceStyleScheme--filename"></a><h3>The <code class="literal">“filename”</code> property</h3>
362
- <pre class="programlisting"> “filename” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
363
- <p>Style scheme filename or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
365
+ <pre class="programlisting"> “filename” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
366
+ <p>Style scheme filename or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
364
367
  <p>Flags: Read</p>
365
368
  <p>Default value: NULL</p>
366
369
  </div>
367
370
  <hr>
368
371
  <div class="refsect2">
369
372
  <a name="GtkSourceStyleScheme--id"></a><h3>The <code class="literal">“id”</code> property</h3>
370
- <pre class="programlisting"> “id” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
373
+ <pre class="programlisting"> “id” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
371
374
  <p>Style scheme id, a unique string used to identify the style scheme
372
375
  in <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager"><span class="type">GtkSourceStyleSchemeManager</span></a>.</p>
373
376
  <p>Flags: Read / Write / Construct Only</p>
@@ -376,7 +379,7 @@ in <a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyle
376
379
  <hr>
377
380
  <div class="refsect2">
378
381
  <a name="GtkSourceStyleScheme--name"></a><h3>The <code class="literal">“name”</code> property</h3>
379
- <pre class="programlisting"> “name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
382
+ <pre class="programlisting"> “name” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
380
383
  <p>Style scheme name, a translatable string to present to the user.</p>
381
384
  <p>Flags: Read</p>
382
385
  <p>Default value: NULL</p>
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceStyleSchemeChooser: 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="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">
10
10
  <link rel="next" href="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -22,7 +22,7 @@
22
22
  <a href="#GtkSourceStyleSchemeChooser.properties" class="shortcut">Properties</a></span>
23
23
  </td>
24
24
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
25
- <td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="u" href="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
26
26
  <td><a accesskey="p" href="GtkSourceStyleSchemeManager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
27
27
  <td><a accesskey="n" href="GtkSourceStyleSchemeChooserButton.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
28
28
  </tr></table>
@@ -37,7 +37,7 @@
37
37
  </tr></table></div>
38
38
  <div class="refsect1">
39
39
  <a name="GtkSourceStyleSchemeChooser.functions"></a><h2>Functions</h2>
40
- <div class="informaltable"><table width="100%" border="0">
40
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
41
41
  <colgroup>
42
42
  <col width="150px" class="functions_return">
43
43
  <col class="functions_name">
@@ -64,7 +64,7 @@
64
64
  </div>
65
65
  <div class="refsect1">
66
66
  <a name="GtkSourceStyleSchemeChooser.properties"></a><h2>Properties</h2>
67
- <div class="informaltable"><table border="0">
67
+ <div class="informaltable"><table class="informaltable" border="0">
68
68
  <colgroup>
69
69
  <col width="150px" class="properties_type">
70
70
  <col width="300px" class="properties_name">
@@ -80,7 +80,7 @@
80
80
  </div>
81
81
  <div class="refsect1">
82
82
  <a name="GtkSourceStyleSchemeChooser.other"></a><h2>Types and Values</h2>
83
- <div class="informaltable"><table width="100%" border="0">
83
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
84
84
  <colgroup>
85
85
  <col width="150px" class="name">
86
86
  <col class="description">
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  <div class="refsect1">
95
95
  <a name="GtkSourceStyleSchemeChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
96
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
96
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
97
97
  <span class="lineart">╰──</span> GtkSourceStyleSchemeChooser
98
98
  </pre>
99
99
  </div>
@@ -101,7 +101,7 @@
101
101
  <a name="GtkSourceStyleSchemeChooser.prerequisites"></a><h2>Prerequisites</h2>
102
102
  <p>
103
103
  GtkSourceStyleSchemeChooser requires
104
- <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
104
+ <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>.</p>
105
105
  </div>
106
106
  <div class="refsect1">
107
107
  <a name="GtkSourceStyleSchemeChooser.implementations"></a><h2>Known Implementations</h2>
@@ -131,7 +131,7 @@ gtk_source_style_scheme_chooser_get_style_scheme
131
131
  <p>Gets the currently-selected scheme.</p>
132
132
  <div class="refsect3">
133
133
  <a name="gtk-source-style-scheme-chooser-get-style-scheme.parameters"></a><h4>Parameters</h4>
134
- <div class="informaltable"><table width="100%" border="0">
134
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
135
135
  <colgroup>
136
136
  <col width="150px" class="parameters_name">
137
137
  <col class="parameters_description">
@@ -161,7 +161,7 @@ gtk_source_style_scheme_chooser_set_style_scheme
161
161
  <p>Sets the scheme.</p>
162
162
  <div class="refsect3">
163
163
  <a name="gtk-source-style-scheme-chooser-set-style-scheme.parameters"></a><h4>Parameters</h4>
164
- <div class="informaltable"><table width="100%" border="0">
164
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
165
165
  <colgroup>
166
166
  <col width="150px" class="parameters_name">
167
167
  <col class="parameters_description">
@@ -3,9 +3,9 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceStyleSchemeChooserButton: 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="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">
10
10
  <link rel="next" href="GtkSourceStyleSchemeChooserWidget.html" title="GtkSourceStyleSchemeChooserWidget">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -20,7 +20,7 @@
20
20
  <a href="#GtkSourceStyleSchemeChooserButton.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="GtkSourceStyleSchemeChooser.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceStyleSchemeChooserWidget.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
@@ -35,14 +35,14 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceStyleSchemeChooserButton.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="GtkSourceStyleSchemeChooserButton.html#gtk-source-style-scheme-chooser-button-new" title="gtk_source_style_scheme_chooser_button_new ()">gtk_source_style_scheme_chooser_button_new</a> <span class="c_punctuation">()</span>
@@ -52,7 +52,7 @@
52
52
  </div>
53
53
  <div class="refsect1">
54
54
  <a name="GtkSourceStyleSchemeChooserButton.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,12 +65,12 @@
65
65
  </div>
66
66
  <div class="refsect1">
67
67
  <a name="GtkSourceStyleSchemeChooserButton.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>
73
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkButton.html#GtkButton-struct">GtkButton</a>
68
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
69
+ <span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
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
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkButton.html#GtkButton-struct">GtkButton</a>
74
74
  <span class="lineart">╰──</span> GtkSourceStyleSchemeChooserButton
75
75
  </pre>
76
76
  </div>
@@ -78,7 +78,7 @@
78
78
  <a name="GtkSourceStyleSchemeChooserButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
79
79
  <p>
80
80
  GtkSourceStyleSchemeChooserButton implements
81
- AtkImplementorIface, <a href="http://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="http://developer.gnome.org/gtk3/GtkActionable.html#GtkActionable-struct">GtkActionable</a>, <a href="http://developer.gnome.org/gtk3/GtkActivatable.html#GtkActivatable-struct">GtkActivatable</a> and <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>.</p>
81
+ AtkImplementorIface, <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a>, <a href="http://developer.gnome.org/gtk4/GtkActionable.html#GtkActionable-struct">GtkActionable</a>, <a href="http://developer.gnome.org/gtk3/GtkActivatable.html#GtkActivatable-struct">GtkActivatable</a> and <a class="link" href="GtkSourceStyleSchemeChooser.html" title="GtkSourceStyleSchemeChooser">GtkSourceStyleSchemeChooser</a>.</p>
82
82
  </div>
83
83
  <div class="refsect1">
84
84
  <a name="GtkSourceStyleSchemeChooserButton.includes"></a><h2>Includes</h2>
@@ -98,7 +98,7 @@ is used to provide a dialog for selecting style schemes.</p>
98
98
  <a name="GtkSourceStyleSchemeChooserButton.functions_details"></a><h2>Functions</h2>
99
99
  <div class="refsect2">
100
100
  <a name="gtk-source-style-scheme-chooser-button-new"></a><h3>gtk_source_style_scheme_chooser_button_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_button_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="GtkSourceStyleSchemeChooserButton.html" title="GtkSourceStyleSchemeChooserButton"><span class="type">GtkSourceStyleSchemeChooserButton</span></a>.</p>
@@ -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.win32/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.win32/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>