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>GtkSourceMap: 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="ch08.html" title="Others">
10
- <link rel="next" href="GtkSourceTag.html" title="GtkSourceTag">
8
+ <link rel="up" href="ch09.html" title="Other">
9
+ <link rel="prev" href="ch09.html" title="Other">
10
+ <link rel="next" href="GtkSourceRegion.html" title="GtkSourceRegion">
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>
@@ -21,9 +21,9 @@
21
21
  <a href="#GtkSourceMap.properties" class="shortcut">Properties</a></span>
22
22
  </td>
23
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="ch08.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
- <td><a accesskey="p" href="ch08.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="GtkSourceTag.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ <td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="ch09.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="GtkSourceRegion.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
27
  </tr></table>
28
28
  <div class="refentry">
29
29
  <a name="GtkSourceMap"></a><div class="titlepage"></div>
@@ -36,7 +36,7 @@
36
36
  </tr></table></div>
37
37
  <div class="refsect1">
38
38
  <a name="GtkSourceMap.functions"></a><h2>Functions</h2>
39
- <div class="informaltable"><table width="100%" border="0">
39
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
40
40
  <colgroup>
41
41
  <col width="150px" class="functions_return">
42
42
  <col class="functions_name">
@@ -44,7 +44,7 @@
44
44
  <tbody>
45
45
  <tr>
46
46
  <td class="function_type">
47
- <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
47
+ <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
48
48
  </td>
49
49
  <td class="function_name">
50
50
  <a class="link" href="GtkSourceMap.html#gtk-source-map-new" title="gtk_source_map_new ()">gtk_source_map_new</a> <span class="c_punctuation">()</span>
@@ -71,7 +71,7 @@
71
71
  </div>
72
72
  <div class="refsect1">
73
73
  <a name="GtkSourceMap.properties"></a><h2>Properties</h2>
74
- <div class="informaltable"><table border="0">
74
+ <div class="informaltable"><table class="informaltable" border="0">
75
75
  <colgroup>
76
76
  <col width="150px" class="properties_type">
77
77
  <col width="300px" class="properties_name">
@@ -95,7 +95,7 @@
95
95
  </div>
96
96
  <div class="refsect1">
97
97
  <a name="GtkSourceMap.other"></a><h2>Types and Values</h2>
98
- <div class="informaltable"><table width="100%" border="0">
98
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
99
99
  <colgroup>
100
100
  <col width="150px" class="name">
101
101
  <col class="description">
@@ -108,11 +108,11 @@
108
108
  </div>
109
109
  <div class="refsect1">
110
110
  <a name="GtkSourceMap.object-hierarchy"></a><h2>Object Hierarchy</h2>
111
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
112
- <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
113
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
114
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
115
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkTextView.html#GtkTextView-struct">GtkTextView</a>
111
+ <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>
112
+ <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>
113
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct">GtkWidget</a>
114
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkContainer.html#GtkContainer-struct">GtkContainer</a>
115
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextView-struct">GtkTextView</a>
116
116
  <span class="lineart">╰──</span> <a class="link" href="GtkSourceView.html" title="GtkSourceView">GtkSourceView</a>
117
117
  <span class="lineart">╰──</span> GtkSourceMap
118
118
  </pre>
@@ -121,7 +121,7 @@
121
121
  <a name="GtkSourceMap.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
122
122
  <p>
123
123
  GtkSourceMap implements
124
- AtkImplementorIface, <a href="http://developer.gnome.org/gtk3/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk3/GtkScrollable.html#GtkScrollable-struct">GtkScrollable</a>.</p>
124
+ AtkImplementorIface, <a href="http://developer.gnome.org/gtk4/GtkBuildable.html#GtkBuildable-struct">GtkBuildable</a> and <a href="http://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollable-struct">GtkScrollable</a>.</p>
125
125
  </div>
126
126
  <div class="refsect1">
127
127
  <a name="GtkSourceMap.includes"></a><h2>Includes</h2>
@@ -150,7 +150,7 @@ appropriate font size. "Monospace 1" is the default. See
150
150
  <a name="GtkSourceMap.functions_details"></a><h2>Functions</h2>
151
151
  <div class="refsect2">
152
152
  <a name="gtk-source-map-new"></a><h3>gtk_source_map_new ()</h3>
153
- <pre class="programlisting"><a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
153
+ <pre class="programlisting"><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="returnvalue">GtkWidget</span></a> *
154
154
  gtk_source_map_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
155
155
  <p>Creates a new <a class="link" href="GtkSourceMap.html" title="GtkSourceMap"><span class="type">GtkSourceMap</span></a>.</p>
156
156
  <div class="refsect3">
@@ -169,7 +169,7 @@ gtk_source_map_set_view (<em class="parameter"><code><a class="link" href="GtkSo
169
169
  will be doing the mapping to.</p>
170
170
  <div class="refsect3">
171
171
  <a name="gtk-source-map-set-view.parameters"></a><h4>Parameters</h4>
172
- <div class="informaltable"><table width="100%" border="0">
172
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
173
173
  <colgroup>
174
174
  <col width="150px" class="parameters_name">
175
175
  <col class="parameters_description">
@@ -199,7 +199,7 @@ gtk_source_map_get_view (<em class="parameter"><code><a class="link" href="GtkSo
199
199
  <p>Gets the <a class="link" href="GtkSourceMap.html#GtkSourceMap--view" title="The “view” property"><span class="type">“view”</span></a> property, which is the view this widget is mapping.</p>
200
200
  <div class="refsect3">
201
201
  <a name="gtk-source-map-get-view.parameters"></a><h4>Parameters</h4>
202
- <div class="informaltable"><table width="100%" border="0">
202
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
203
203
  <colgroup>
204
204
  <col width="150px" class="parameters_name">
205
205
  <col class="parameters_description">
@@ -214,7 +214,7 @@ gtk_source_map_get_view (<em class="parameter"><code><a class="link" href="GtkSo
214
214
  </div>
215
215
  <div class="refsect3">
216
216
  <a name="gtk-source-map-get-view.returns"></a><h4>Returns</h4>
217
- <p> a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
217
+ <p> a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> 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>
218
218
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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>
219
219
  </div>
220
220
  <p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</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>GtkSourceMark: 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="ch05.html" title="Gutter and Marks">
8
+ <link rel="up" href="ch06.html" title="Gutter and Marks">
9
9
  <link rel="prev" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText">
10
10
  <link rel="next" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
@@ -20,7 +20,7 @@
20
20
  <a href="#GtkSourceMark.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="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
24
  <td><a accesskey="p" href="GtkSourceGutterRendererText.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceMarkAttributes.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="GtkSourceMark.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">
@@ -50,7 +50,7 @@
50
50
  </td>
51
51
  </tr>
52
52
  <tr>
53
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
53
+ <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> *
54
54
  </td>
55
55
  <td class="function_name">
56
56
  <a class="link" href="GtkSourceMark.html#gtk-source-mark-get-category" title="gtk_source_mark_get_category ()">gtk_source_mark_get_category</a> <span class="c_punctuation">()</span>
@@ -77,7 +77,7 @@
77
77
  </div>
78
78
  <div class="refsect1">
79
79
  <a name="GtkSourceMark.properties"></a><h2>Properties</h2>
80
- <div class="informaltable"><table border="0">
80
+ <div class="informaltable"><table class="informaltable" border="0">
81
81
  <colgroup>
82
82
  <col width="150px" class="properties_type">
83
83
  <col width="300px" class="properties_name">
@@ -85,7 +85,7 @@
85
85
  </colgroup>
86
86
  <tbody><tr>
87
87
  <td class="property_type">
88
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
88
+ <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> *</td>
89
89
  <td class="property_name"><a class="link" href="GtkSourceMark.html#GtkSourceMark--category" title="The “category” property">category</a></td>
90
90
  <td class="property_flags">Read / Write / Construct Only</td>
91
91
  </tr></tbody>
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  <div class="refsect1">
95
95
  <a name="GtkSourceMark.other"></a><h2>Types and Values</h2>
96
- <div class="informaltable"><table width="100%" border="0">
96
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
97
97
  <colgroup>
98
98
  <col width="150px" class="name">
99
99
  <col class="description">
@@ -106,8 +106,8 @@
106
106
  </div>
107
107
  <div class="refsect1">
108
108
  <a name="GtkSourceMark.object-hierarchy"></a><h2>Object Hierarchy</h2>
109
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
110
- <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk3/GtkTextMark.html#GtkTextMark-struct">GtkTextMark</a>
109
+ <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>
110
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk4/GtkTextMark.html#GtkTextMark-struct">GtkTextMark</a>
111
111
  <span class="lineart">╰──</span> GtkSourceMark
112
112
  </pre>
113
113
  </div>
@@ -119,13 +119,13 @@
119
119
  <div class="refsect1">
120
120
  <a name="GtkSourceMark.description"></a><h2>Description</h2>
121
121
  <p>A <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> marks a position in the text where you want to display
122
- additional info. It is based on <a href="http://developer.gnome.org/gtk3/GtkTextMark.html#GtkTextMark-struct"><span class="type">GtkTextMark</span></a> and thus is still valid after
122
+ additional info. It is based on <a href="http://developer.gnome.org/gtk4/GtkTextMark.html#GtkTextMark-struct"><span class="type">GtkTextMark</span></a> and thus is still valid after
123
123
  the text has changed though its position may change.</p>
124
124
  <p><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>s are organised in categories which you have to set
125
125
  when you create the mark. Each category can have a priority, a pixbuf and
126
126
  other associated attributes. See <a class="link" href="GtkSourceView.html#gtk-source-view-set-mark-attributes" title="gtk_source_view_set_mark_attributes ()"><code class="function">gtk_source_view_set_mark_attributes()</code></a>.
127
127
  The pixbuf will be displayed in the margin at the line where the mark
128
- residents if the <a class="link" href="GtkSourceView.html#GtkSourceView--show-line-marks" title="The “show-line-marks” property"><span class="type">“show-line-marks”</span></a> property is set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. If
128
+ residents if the <a class="link" href="GtkSourceView.html#GtkSourceView--show-line-marks" title="The “show-line-marks” property"><span class="type">“show-line-marks”</span></a> property is set to <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>. If
129
129
  there are multiple marks in the same line, the pixbufs will be drawn on top
130
130
  of each other. The mark with the highest priority will be drawn on top.</p>
131
131
  </div>
@@ -134,16 +134,16 @@ of each other. The mark with the highest priority will be drawn on top.</p>
134
134
  <div class="refsect2">
135
135
  <a name="gtk-source-mark-new"></a><h3>gtk_source_mark_new ()</h3>
136
136
  <pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
137
- gtk_source_mark_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>,
138
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
139
- <p>Creates a text mark. Add it to a buffer using <a href="http://developer.gnome.org/gtk3/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.
137
+ gtk_source_mark_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>,
138
+ <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> *category</code></em>);</pre>
139
+ <p>Creates a text mark. Add it to a buffer using <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.
140
140
  If name is NULL, the mark is anonymous; otherwise, the mark can be retrieved
141
- by name using <a href="http://developer.gnome.org/gtk3/GtkTextBuffer.html#gtk-text-buffer-get-mark"><code class="function">gtk_text_buffer_get_mark()</code></a>.
141
+ by name using <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#gtk-text-buffer-get-mark"><code class="function">gtk_text_buffer_get_mark()</code></a>.
142
142
  Normally marks are created using the utility function
143
143
  <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-create-source-mark" title="gtk_source_buffer_create_source_mark ()"><code class="function">gtk_source_buffer_create_source_mark()</code></a>.</p>
144
144
  <div class="refsect3">
145
145
  <a name="gtk-source-mark-new.parameters"></a><h4>Parameters</h4>
146
- <div class="informaltable"><table width="100%" border="0">
146
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
147
147
  <colgroup>
148
148
  <col width="150px" class="parameters_name">
149
149
  <col class="parameters_description">
@@ -168,19 +168,19 @@ category, or all the marks representing a compilation error could belong to
168
168
  </div>
169
169
  <div class="refsect3">
170
170
  <a name="gtk-source-mark-new.returns"></a><h4>Returns</h4>
171
- <p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="http://developer.gnome.org/gtk3/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.</p>
171
+ <p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.</p>
172
172
  </div>
173
173
  <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
174
174
  </div>
175
175
  <hr>
176
176
  <div class="refsect2">
177
177
  <a name="gtk-source-mark-get-category"></a><h3>gtk_source_mark_get_category ()</h3>
178
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
178
+ <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> *
179
179
  gtk_source_mark_get_category (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
180
180
  <p>Returns the mark category.</p>
181
181
  <div class="refsect3">
182
182
  <a name="gtk-source-mark-get-category.parameters"></a><h4>Parameters</h4>
183
- <div class="informaltable"><table width="100%" border="0">
183
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
184
184
  <colgroup>
185
185
  <col width="150px" class="parameters_name">
186
186
  <col class="parameters_description">
@@ -204,14 +204,14 @@ gtk_source_mark_get_category (<em class="parameter"><code><a class="link" href="
204
204
  <a name="gtk-source-mark-next"></a><h3>gtk_source_mark_next ()</h3>
205
205
  <pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
206
206
  gtk_source_mark_next (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>,
207
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
208
- <p>Returns the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mark
209
- was not added to a buffer. If there is no next mark, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned.</p>
207
+ <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> *category</code></em>);</pre>
208
+ <p>Returns the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer 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 the mark
209
+ was not added to a buffer. If there is no next mark, <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> will be returned.</p>
210
210
  <p>If <em class="parameter"><code>category</code></em>
211
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, looks for marks of any category.</p>
211
+ 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>, looks for marks of any category.</p>
212
212
  <div class="refsect3">
213
213
  <a name="gtk-source-mark-next.parameters"></a><h4>Parameters</h4>
214
- <div class="informaltable"><table width="100%" border="0">
214
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
215
215
  <colgroup>
216
216
  <col width="150px" class="parameters_name">
217
217
  <col class="parameters_description">
@@ -225,15 +225,15 @@ was not added to a buffer. If there is no next mark, <a href="https://developer.
225
225
  </tr>
226
226
  <tr>
227
227
  <td class="parameter_name"><p>category</p></td>
228
- <td class="parameter_description"><p> a string specifying the mark category, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
229
- <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
228
+ <td class="parameter_description"><p> a string specifying the mark category, 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>
229
+ <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>
230
230
  </tr>
231
231
  </tbody>
232
232
  </table></div>
233
233
  </div>
234
234
  <div class="refsect3">
235
235
  <a name="gtk-source-mark-next.returns"></a><h4>Returns</h4>
236
- <p> the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
236
+ <p> the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, 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>
237
237
  <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>
238
238
  </div>
239
239
  <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
@@ -243,14 +243,14 @@ was not added to a buffer. If there is no next mark, <a href="https://developer.
243
243
  <a name="gtk-source-mark-prev"></a><h3>gtk_source_mark_prev ()</h3>
244
244
  <pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
245
245
  gtk_source_mark_prev (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>,
246
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
247
- <p>Returns the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the mark
248
- was not added to a buffer. If there is no previous mark, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
246
+ <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> *category</code></em>);</pre>
247
+ <p>Returns the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> in the buffer 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 the mark
248
+ was not added to a buffer. If there is no previous mark, <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> is returned.</p>
249
249
  <p>If <em class="parameter"><code>category</code></em>
250
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, looks for marks of any category</p>
250
+ 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>, looks for marks of any category</p>
251
251
  <div class="refsect3">
252
252
  <a name="gtk-source-mark-prev.parameters"></a><h4>Parameters</h4>
253
- <div class="informaltable"><table width="100%" border="0">
253
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
254
254
  <colgroup>
255
255
  <col width="150px" class="parameters_name">
256
256
  <col class="parameters_description">
@@ -264,7 +264,7 @@ was not added to a buffer. If there is no previous mark, <a href="https://develo
264
264
  </tr>
265
265
  <tr>
266
266
  <td class="parameter_name"><p>category</p></td>
267
- <td class="parameter_description"><p>a string specifying the mark category, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
267
+ <td class="parameter_description"><p>a string specifying the mark category, 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>
268
268
  <td class="parameter_annotations"> </td>
269
269
  </tr>
270
270
  </tbody>
@@ -272,7 +272,7 @@ was not added to a buffer. If there is no previous mark, <a href="https://develo
272
272
  </div>
273
273
  <div class="refsect3">
274
274
  <a name="gtk-source-mark-prev.returns"></a><h4>Returns</h4>
275
- <p> the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
275
+ <p> the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, 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>
276
276
  <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>
277
277
  </div>
278
278
  <p class="since">Since: <a class="link" href="api-index-2-2.html#api-index-2.2">2.2</a></p>
@@ -289,7 +289,7 @@ was not added to a buffer. If there is no previous mark, <a href="https://develo
289
289
  <a name="GtkSourceMark.property-details"></a><h2>Property Details</h2>
290
290
  <div class="refsect2">
291
291
  <a name="GtkSourceMark--category"></a><h3>The <code class="literal">“category”</code> property</h3>
292
- <pre class="programlisting"> “category” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
292
+ <pre class="programlisting"> “category” <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> *</pre>
293
293
  <p>The category of the <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, classifies the mark and controls
294
294
  which pixbuf is used and with which priority it is drawn.</p>
295
295
  <p>Flags: Read / Write / Construct Only</p>
@@ -3,11 +3,11 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceMarkAttributes: 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="ch05.html" title="Gutter and Marks">
8
+ <link rel="up" href="ch06.html" title="Gutter and Marks">
9
9
  <link rel="prev" href="GtkSourceMark.html" title="GtkSourceMark">
10
- <link rel="next" href="ch06.html" title="Printing">
10
+ <link rel="next" href="ch07.html" title="Printing">
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>
@@ -21,9 +21,9 @@
21
21
  <a href="#GtkSourceMarkAttributes.signals" class="shortcut">Signals</a></span>
22
22
  </td>
23
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="u" href="ch06.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
25
  <td><a accesskey="p" href="GtkSourceMark.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="ch06.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
+ <td><a accesskey="n" href="ch07.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
27
  </tr></table>
28
28
  <div class="refentry">
29
29
  <a name="GtkSourceMarkAttributes"></a><div class="titlepage"></div>
@@ -36,7 +36,7 @@
36
36
  </tr></table></div>
37
37
  <div class="refsect1">
38
38
  <a name="GtkSourceMarkAttributes.functions"></a><h2>Functions</h2>
39
- <div class="informaltable"><table width="100%" border="0">
39
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
40
40
  <colgroup>
41
41
  <col width="150px" class="functions_return">
42
42
  <col class="functions_name">
@@ -60,7 +60,7 @@
60
60
  </tr>
61
61
  <tr>
62
62
  <td class="function_type">
63
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
63
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
64
64
  </td>
65
65
  <td class="function_name">
66
66
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()">gtk_source_mark_attributes_get_background</a> <span class="c_punctuation">()</span>
@@ -75,7 +75,7 @@
75
75
  </td>
76
76
  </tr>
77
77
  <tr>
78
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
78
+ <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> *
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-stock-id" title="gtk_source_mark_attributes_get_stock_id ()">gtk_source_mark_attributes_get_stock_id</a> <span class="c_punctuation">()</span>
@@ -90,7 +90,7 @@
90
90
  </td>
91
91
  </tr>
92
92
  <tr>
93
- <td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
93
+ <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> *
94
94
  </td>
95
95
  <td class="function_name">
96
96
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-icon-name" title="gtk_source_mark_attributes_get_icon_name ()">gtk_source_mark_attributes_get_icon_name</a> <span class="c_punctuation">()</span>
@@ -106,7 +106,7 @@
106
106
  </tr>
107
107
  <tr>
108
108
  <td class="function_type">
109
- <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
109
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
110
110
  </td>
111
111
  <td class="function_name">
112
112
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-gicon" title="gtk_source_mark_attributes_get_gicon ()">gtk_source_mark_attributes_get_gicon</a> <span class="c_punctuation">()</span>
@@ -136,7 +136,7 @@
136
136
  </tr>
137
137
  <tr>
138
138
  <td class="function_type">
139
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
139
+ <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> *
140
140
  </td>
141
141
  <td class="function_name">
142
142
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-text" title="gtk_source_mark_attributes_get_tooltip_text ()">gtk_source_mark_attributes_get_tooltip_text</a> <span class="c_punctuation">()</span>
@@ -144,7 +144,7 @@
144
144
  </tr>
145
145
  <tr>
146
146
  <td class="function_type">
147
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
147
+ <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> *
148
148
  </td>
149
149
  <td class="function_name">
150
150
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-markup" title="gtk_source_mark_attributes_get_tooltip_markup ()">gtk_source_mark_attributes_get_tooltip_markup</a> <span class="c_punctuation">()</span>
@@ -155,7 +155,7 @@
155
155
  </div>
156
156
  <div class="refsect1">
157
157
  <a name="GtkSourceMarkAttributes.properties"></a><h2>Properties</h2>
158
- <div class="informaltable"><table border="0">
158
+ <div class="informaltable"><table class="informaltable" border="0">
159
159
  <colgroup>
160
160
  <col width="150px" class="properties_type">
161
161
  <col width="300px" class="properties_name">
@@ -164,19 +164,19 @@
164
164
  <tbody>
165
165
  <tr>
166
166
  <td class="property_type">
167
- <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
167
+ <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
168
168
  <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title="The “background” property">background</a></td>
169
169
  <td class="property_flags">Read / Write</td>
170
170
  </tr>
171
171
  <tr>
172
172
  <td class="property_type">
173
- <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
173
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
174
174
  <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--gicon" title="The “gicon” property">gicon</a></td>
175
175
  <td class="property_flags">Read / Write</td>
176
176
  </tr>
177
177
  <tr>
178
178
  <td class="property_type">
179
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
179
+ <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> *</td>
180
180
  <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--icon-name" title="The “icon-name” property">icon-name</a></td>
181
181
  <td class="property_flags">Read / Write</td>
182
182
  </tr>
@@ -188,7 +188,7 @@
188
188
  </tr>
189
189
  <tr>
190
190
  <td class="property_type">
191
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
191
+ <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> *</td>
192
192
  <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--stock-id" title="The “stock-id” property">stock-id</a></td>
193
193
  <td class="property_flags">Read / Write</td>
194
194
  </tr>
@@ -197,7 +197,7 @@
197
197
  </div>
198
198
  <div class="refsect1">
199
199
  <a name="GtkSourceMarkAttributes.signals"></a><h2>Signals</h2>
200
- <div class="informaltable"><table border="0">
200
+ <div class="informaltable"><table class="informaltable" border="0">
201
201
  <colgroup>
202
202
  <col width="150px" class="signals_return">
203
203
  <col width="300px" class="signals_name">
@@ -206,22 +206,22 @@
206
206
  <tbody>
207
207
  <tr>
208
208
  <td class="signal_type">
209
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
209
+ <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>*</td>
210
210
  <td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal">query-tooltip-markup</a></td>
211
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
211
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
212
212
  </tr>
213
213
  <tr>
214
214
  <td class="signal_type">
215
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
215
+ <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>*</td>
216
216
  <td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal">query-tooltip-text</a></td>
217
- <td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
217
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
218
218
  </tr>
219
219
  </tbody>
220
220
  </table></div>
221
221
  </div>
222
222
  <div class="refsect1">
223
223
  <a name="GtkSourceMarkAttributes.other"></a><h2>Types and Values</h2>
224
- <div class="informaltable"><table width="100%" border="0">
224
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
225
225
  <colgroup>
226
226
  <col width="150px" class="name">
227
227
  <col class="description">
@@ -234,7 +234,7 @@
234
234
  </div>
235
235
  <div class="refsect1">
236
236
  <a name="GtkSourceMarkAttributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
237
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
237
+ <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>
238
238
  <span class="lineart">╰──</span> GtkSourceMarkAttributes
239
239
  </pre>
240
240
  </div>
@@ -300,12 +300,12 @@ gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">v
300
300
  <pre class="programlisting"><span class="returnvalue">void</span>
301
301
  gtk_source_mark_attributes_set_background
302
302
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
303
- <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
303
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
304
304
  <p>Sets background color to the one given in <em class="parameter"><code>background</code></em>
305
305
  .</p>
306
306
  <div class="refsect3">
307
307
  <a name="gtk-source-mark-attributes-set-background.parameters"></a><h4>Parameters</h4>
308
- <div class="informaltable"><table width="100%" border="0">
308
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
309
309
  <colgroup>
310
310
  <col width="150px" class="parameters_name">
311
311
  <col class="parameters_description">
@@ -319,7 +319,7 @@ gtk_source_mark_attributes_set_background
319
319
  </tr>
320
320
  <tr>
321
321
  <td class="parameter_name"><p>background</p></td>
322
- <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p></td>
322
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p></td>
323
323
  <td class="parameter_annotations"> </td>
324
324
  </tr>
325
325
  </tbody>
@@ -329,15 +329,15 @@ gtk_source_mark_attributes_set_background
329
329
  <hr>
330
330
  <div class="refsect2">
331
331
  <a name="gtk-source-mark-attributes-get-background"></a><h3>gtk_source_mark_attributes_get_background ()</h3>
332
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
332
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
333
333
  gtk_source_mark_attributes_get_background
334
334
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
335
- <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
335
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
336
336
  <p>Stores background color in <em class="parameter"><code>background</code></em>
337
337
  .</p>
338
338
  <div class="refsect3">
339
339
  <a name="gtk-source-mark-attributes-get-background.parameters"></a><h4>Parameters</h4>
340
- <div class="informaltable"><table width="100%" border="0">
340
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
341
341
  <colgroup>
342
342
  <col width="150px" class="parameters_name">
343
343
  <col class="parameters_description">
@@ -351,7 +351,7 @@ gtk_source_mark_attributes_get_background
351
351
  </tr>
352
352
  <tr>
353
353
  <td class="parameter_name"><p>background</p></td>
354
- <td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
354
+ <td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
355
355
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
356
356
  </tr>
357
357
  </tbody>
@@ -369,7 +369,7 @@ was set.</p>
369
369
  <pre class="programlisting"><span class="returnvalue">void</span>
370
370
  gtk_source_mark_attributes_set_stock_id
371
371
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
372
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
372
+ <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> *stock_id</code></em>);</pre>
373
373
  <div class="warning">
374
374
  <p><code class="literal">gtk_source_mark_attributes_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
375
375
  <p>Don't use this function.</p>
@@ -377,7 +377,7 @@ gtk_source_mark_attributes_set_stock_id
377
377
  <p>Sets stock id to be used as a base for rendered icon.</p>
378
378
  <div class="refsect3">
379
379
  <a name="gtk-source-mark-attributes-set-stock-id.parameters"></a><h4>Parameters</h4>
380
- <div class="informaltable"><table width="100%" border="0">
380
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
381
381
  <colgroup>
382
382
  <col width="150px" class="parameters_name">
383
383
  <col class="parameters_description">
@@ -401,7 +401,7 @@ gtk_source_mark_attributes_set_stock_id
401
401
  <hr>
402
402
  <div class="refsect2">
403
403
  <a name="gtk-source-mark-attributes-get-stock-id"></a><h3>gtk_source_mark_attributes_get_stock_id ()</h3>
404
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
404
+ <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> *
405
405
  gtk_source_mark_attributes_get_stock_id
406
406
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
407
407
  <div class="warning">
@@ -409,10 +409,10 @@ gtk_source_mark_attributes_get_stock_id
409
409
  <p>Don't use this function.</p>
410
410
  </div>
411
411
  <p>Gets a stock id of an icon used by this attributes. Note that the stock id can
412
- be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
412
+ be <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 it wasn't set earlier.</p>
413
413
  <div class="refsect3">
414
414
  <a name="gtk-source-mark-attributes-get-stock-id.parameters"></a><h4>Parameters</h4>
415
- <div class="informaltable"><table width="100%" border="0">
415
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
416
416
  <colgroup>
417
417
  <col width="150px" class="parameters_name">
418
418
  <col class="parameters_description">
@@ -439,11 +439,11 @@ shouldn't be freed. </p>
439
439
  <pre class="programlisting"><span class="returnvalue">void</span>
440
440
  gtk_source_mark_attributes_set_icon_name
441
441
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
442
- <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
442
+ <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> *icon_name</code></em>);</pre>
443
443
  <p>Sets a name of an icon to be used as a base for rendered icon.</p>
444
444
  <div class="refsect3">
445
445
  <a name="gtk-source-mark-attributes-set-icon-name.parameters"></a><h4>Parameters</h4>
446
- <div class="informaltable"><table width="100%" border="0">
446
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
447
447
  <colgroup>
448
448
  <col width="150px" class="parameters_name">
449
449
  <col class="parameters_description">
@@ -467,14 +467,14 @@ gtk_source_mark_attributes_set_icon_name
467
467
  <hr>
468
468
  <div class="refsect2">
469
469
  <a name="gtk-source-mark-attributes-get-icon-name"></a><h3>gtk_source_mark_attributes_get_icon_name ()</h3>
470
- <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
470
+ <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> *
471
471
  gtk_source_mark_attributes_get_icon_name
472
472
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
473
473
  <p>Gets a name of an icon to be used as a base for rendered icon. Note that the
474
- icon name can be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
474
+ icon name can be <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 it wasn't set earlier.</p>
475
475
  <div class="refsect3">
476
476
  <a name="gtk-source-mark-attributes-get-icon-name.parameters"></a><h4>Parameters</h4>
477
- <div class="informaltable"><table width="100%" border="0">
477
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
478
478
  <colgroup>
479
479
  <col width="150px" class="parameters_name">
480
480
  <col class="parameters_description">
@@ -500,11 +500,11 @@ should not be freed. </p>
500
500
  <a name="gtk-source-mark-attributes-set-gicon"></a><h3>gtk_source_mark_attributes_set_gicon ()</h3>
501
501
  <pre class="programlisting"><span class="returnvalue">void</span>
502
502
  gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
503
- <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
503
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
504
504
  <p>Sets an icon to be used as a base for rendered icon.</p>
505
505
  <div class="refsect3">
506
506
  <a name="gtk-source-mark-attributes-set-gicon.parameters"></a><h4>Parameters</h4>
507
- <div class="informaltable"><table width="100%" border="0">
507
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
508
508
  <colgroup>
509
509
  <col width="150px" class="parameters_name">
510
510
  <col class="parameters_description">
@@ -518,7 +518,7 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
518
518
  </tr>
519
519
  <tr>
520
520
  <td class="parameter_name"><p>gicon</p></td>
521
- <td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used.</p></td>
521
+ <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used.</p></td>
522
522
  <td class="parameter_annotations"> </td>
523
523
  </tr>
524
524
  </tbody>
@@ -528,13 +528,13 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
528
528
  <hr>
529
529
  <div class="refsect2">
530
530
  <a name="gtk-source-mark-attributes-get-gicon"></a><h3>gtk_source_mark_attributes_get_gicon ()</h3>
531
- <pre class="programlisting"><a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
531
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="returnvalue">GIcon</span></a> *
532
532
  gtk_source_mark_attributes_get_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
533
- <p>Gets a <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used as a base for rendered icon. Note that the icon can
534
- be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
533
+ <p>Gets a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> to be used as a base for rendered icon. Note that the icon can
534
+ be <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 it wasn't set earlier.</p>
535
535
  <div class="refsect3">
536
536
  <a name="gtk-source-mark-attributes-get-gicon.parameters"></a><h4>Parameters</h4>
537
- <div class="informaltable"><table width="100%" border="0">
537
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
538
538
  <colgroup>
539
539
  <col width="150px" class="parameters_name">
540
540
  <col class="parameters_description">
@@ -564,7 +564,7 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
564
564
  <p>Sets a pixbuf to be used as a base for rendered icon.</p>
565
565
  <div class="refsect3">
566
566
  <a name="gtk-source-mark-attributes-set-pixbuf.parameters"></a><h4>Parameters</h4>
567
- <div class="informaltable"><table width="100%" border="0">
567
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
568
568
  <colgroup>
569
569
  <col width="150px" class="parameters_name">
570
570
  <col class="parameters_description">
@@ -591,10 +591,10 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
591
591
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
592
592
  gtk_source_mark_attributes_get_pixbuf (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
593
593
  <p>Gets a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be used as a base for rendered icon. Note that the
594
- pixbuf can be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
594
+ pixbuf can be <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 it wasn't set earlier.</p>
595
595
  <div class="refsect3">
596
596
  <a name="gtk-source-mark-attributes-get-pixbuf.parameters"></a><h4>Parameters</h4>
597
- <div class="informaltable"><table width="100%" border="0">
597
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
598
598
  <colgroup>
599
599
  <col width="150px" class="parameters_name">
600
600
  <col class="parameters_description">
@@ -621,8 +621,8 @@ should not be unreffed. </p>
621
621
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
622
622
  gtk_source_mark_attributes_render_icon
623
623
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
624
- <em class="parameter"><code><a href="http://developer.gnome.org/gtk3/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
625
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
624
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk4/GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidget</span></a> *widget</code></em>,
625
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
626
626
  <p>Renders an icon of given size. The base of the icon is set by the last call
627
627
  to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()"><code class="function">gtk_source_mark_attributes_set_pixbuf()</code></a>,
628
628
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>,
@@ -631,7 +631,7 @@ to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-at
631
631
  cannot be lower than 1.</p>
632
632
  <div class="refsect3">
633
633
  <a name="gtk-source-mark-attributes-render-icon.parameters"></a><h4>Parameters</h4>
634
- <div class="informaltable"><table width="100%" border="0">
634
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
635
635
  <colgroup>
636
636
  <col width="150px" class="parameters_name">
637
637
  <col class="parameters_description">
@@ -666,7 +666,7 @@ and should not be unreffed. </p>
666
666
  <hr>
667
667
  <div class="refsect2">
668
668
  <a name="gtk-source-mark-attributes-get-tooltip-text"></a><h3>gtk_source_mark_attributes_get_tooltip_text ()</h3>
669
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
669
+ <pre class="programlisting"><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> *
670
670
  gtk_source_mark_attributes_get_tooltip_text
671
671
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
672
672
  <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
@@ -675,7 +675,7 @@ a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-que
675
675
  text.</p>
676
676
  <div class="refsect3">
677
677
  <a name="gtk-source-mark-attributes-get-tooltip-text.parameters"></a><h4>Parameters</h4>
678
- <div class="informaltable"><table width="100%" border="0">
678
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
679
679
  <colgroup>
680
680
  <col width="150px" class="parameters_name">
681
681
  <col class="parameters_description">
@@ -698,14 +698,14 @@ text.</p>
698
698
  <div class="refsect3">
699
699
  <a name="gtk-source-mark-attributes-get-tooltip-text.returns"></a><h4>Returns</h4>
700
700
  <p> A tooltip. The returned string should be freed by
701
- using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
701
+ using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
702
702
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
703
703
  </div>
704
704
  </div>
705
705
  <hr>
706
706
  <div class="refsect2">
707
707
  <a name="gtk-source-mark-attributes-get-tooltip-markup"></a><h3>gtk_source_mark_attributes_get_tooltip_markup ()</h3>
708
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
708
+ <pre class="programlisting"><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> *
709
709
  gtk_source_mark_attributes_get_tooltip_markup
710
710
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
711
711
  <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
@@ -714,7 +714,7 @@ a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-que
714
714
  a markup.</p>
715
715
  <div class="refsect3">
716
716
  <a name="gtk-source-mark-attributes-get-tooltip-markup.parameters"></a><h4>Parameters</h4>
717
- <div class="informaltable"><table width="100%" border="0">
717
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
718
718
  <colgroup>
719
719
  <col width="150px" class="parameters_name">
720
720
  <col class="parameters_description">
@@ -737,7 +737,7 @@ a markup.</p>
737
737
  <div class="refsect3">
738
738
  <a name="gtk-source-mark-attributes-get-tooltip-markup.returns"></a><h4>Returns</h4>
739
739
  <p> A tooltip. The returned string should be freed by
740
- using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
740
+ using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
741
741
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
742
742
  </div>
743
743
  </div>
@@ -753,21 +753,21 @@ using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.
753
753
  <a name="GtkSourceMarkAttributes.property-details"></a><h2>Property Details</h2>
754
754
  <div class="refsect2">
755
755
  <a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">“background”</code> property</h3>
756
- <pre class="programlisting"> “background” <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
756
+ <pre class="programlisting"> “background” <a href="http://developer.gnome.org/gdk3/gdk4-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
757
757
  <p>A color used for background of a line.</p>
758
758
  <p>Flags: Read / Write</p>
759
759
  </div>
760
760
  <hr>
761
761
  <div class="refsect2">
762
762
  <a name="GtkSourceMarkAttributes--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
763
- <pre class="programlisting"> “gicon” <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
764
- <p>A <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> that may be a base of a rendered icon.</p>
763
+ <pre class="programlisting"> “gicon” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</pre>
764
+ <p>A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> that may be a base of a rendered icon.</p>
765
765
  <p>Flags: Read / Write</p>
766
766
  </div>
767
767
  <hr>
768
768
  <div class="refsect2">
769
769
  <a name="GtkSourceMarkAttributes--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
770
- <pre class="programlisting"> “icon-name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
770
+ <pre class="programlisting"> “icon-name” <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> *</pre>
771
771
  <p>An icon name that may be a base of a rendered icon.</p>
772
772
  <p>Flags: Read / Write</p>
773
773
  <p>Default value: NULL</p>
@@ -782,7 +782,7 @@ using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.
782
782
  <hr>
783
783
  <div class="refsect2">
784
784
  <a name="GtkSourceMarkAttributes--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
785
- <pre class="programlisting"> “stock-id” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
785
+ <pre class="programlisting"> “stock-id” <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> *</pre>
786
786
  <p>A stock id that may be a base of a rendered icon.</p>
787
787
  <div class="warning">
788
788
  <p><code class="literal">GtkSourceMarkAttributes:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
@@ -796,16 +796,16 @@ using <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.
796
796
  <a name="GtkSourceMarkAttributes.signal-details"></a><h2>Signal Details</h2>
797
797
  <div class="refsect2">
798
798
  <a name="GtkSourceMarkAttributes-query-tooltip-markup"></a><h3>The <code class="literal">“query-tooltip-markup”</code> signal</h3>
799
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*
799
+ <pre class="programlisting"><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>*
800
800
  user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
801
801
  <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
802
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
802
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
803
803
  <p>The code should connect to this signal to provide a tooltip for given
804
804
  <em class="parameter"><code>mark</code></em>
805
805
  . The tooltip can contain a markup.</p>
806
806
  <div class="refsect3">
807
807
  <a name="GtkSourceMarkAttributes-query-tooltip-markup.parameters"></a><h4>Parameters</h4>
808
- <div class="informaltable"><table width="100%" border="0">
808
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
809
809
  <colgroup>
810
810
  <col width="150px" class="parameters_name">
811
811
  <col class="parameters_description">
@@ -833,24 +833,24 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
833
833
  <div class="refsect3">
834
834
  <a name="GtkSourceMarkAttributes-query-tooltip-markup.returns"></a><h4>Returns</h4>
835
835
  <p> A tooltip. The string should be freed with
836
- <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
836
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
837
837
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
838
838
  </div>
839
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
839
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
840
840
  </div>
841
841
  <hr>
842
842
  <div class="refsect2">
843
843
  <a name="GtkSourceMarkAttributes-query-tooltip-text"></a><h3>The <code class="literal">“query-tooltip-text”</code> signal</h3>
844
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*
844
+ <pre class="programlisting"><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>*
845
845
  user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
846
846
  <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
847
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
847
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
848
848
  <p>The code should connect to this signal to provide a tooltip for given
849
849
  <em class="parameter"><code>mark</code></em>
850
850
  . The tooltip should be just a plain text.</p>
851
851
  <div class="refsect3">
852
852
  <a name="GtkSourceMarkAttributes-query-tooltip-text.parameters"></a><h4>Parameters</h4>
853
- <div class="informaltable"><table width="100%" border="0">
853
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
854
854
  <colgroup>
855
855
  <col width="150px" class="parameters_name">
856
856
  <col class="parameters_description">
@@ -878,10 +878,10 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
878
878
  <div class="refsect3">
879
879
  <a name="GtkSourceMarkAttributes-query-tooltip-text.returns"></a><h4>Returns</h4>
880
880
  <p> A tooltip. The string should be freed with
881
- <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
881
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
882
882
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
883
883
  </div>
884
- <p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
884
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
885
885
  </div>
886
886
  </div>
887
887
  <div class="refsect1">