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>GtkSourceFileSaver: 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="ch04.html" title="File Loading and Saving">
8
+ <link rel="up" href="ch05.html" title="File Loading and Saving">
9
9
  <link rel="prev" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader">
10
- <link rel="next" href="ch05.html" title="Gutter and Marks">
10
+ <link rel="next" href="ch06.html" title="Gutter and Marks">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
@@ -20,9 +20,9 @@
20
20
  <a href="#GtkSourceFileSaver.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="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
24
  <td><a accesskey="p" href="GtkSourceFileLoader.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
- <td><a accesskey="n" href="ch05.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ <td><a accesskey="n" href="ch06.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
27
27
  <div class="refentry">
28
28
  <a name="GtkSourceFileSaver"></a><div class="titlepage"></div>
@@ -35,7 +35,7 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceFileSaver.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">
@@ -75,7 +75,7 @@
75
75
  </tr>
76
76
  <tr>
77
77
  <td class="function_type">
78
- <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
78
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
79
79
  </td>
80
80
  <td class="function_name">
81
81
  <a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-get-location" title="gtk_source_file_saver_get_location ()">gtk_source_file_saver_get_location</a> <span class="c_punctuation">()</span>
@@ -154,7 +154,7 @@
154
154
  </tr>
155
155
  <tr>
156
156
  <td class="function_type">
157
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
157
+ <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>
158
158
  </td>
159
159
  <td class="function_name">
160
160
  <a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-save-finish" title="gtk_source_file_saver_save_finish ()">gtk_source_file_saver_save_finish</a> <span class="c_punctuation">()</span>
@@ -165,7 +165,7 @@
165
165
  </div>
166
166
  <div class="refsect1">
167
167
  <a name="GtkSourceFileSaver.properties"></a><h2>Properties</h2>
168
- <div class="informaltable"><table border="0">
168
+ <div class="informaltable"><table class="informaltable" border="0">
169
169
  <colgroup>
170
170
  <col width="150px" class="properties_type">
171
171
  <col width="300px" class="properties_name">
@@ -202,7 +202,7 @@
202
202
  </tr>
203
203
  <tr>
204
204
  <td class="property_type">
205
- <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</td>
205
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</td>
206
206
  <td class="property_name"><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaver--location" title="The “location” property">location</a></td>
207
207
  <td class="property_flags">Read / Write / Construct Only</td>
208
208
  </tr>
@@ -216,7 +216,7 @@
216
216
  </div>
217
217
  <div class="refsect1">
218
218
  <a name="GtkSourceFileSaver.other"></a><h2>Types and Values</h2>
219
- <div class="informaltable"><table width="100%" border="0">
219
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
220
220
  <colgroup>
221
221
  <col width="150px" class="name">
222
222
  <col class="description">
@@ -243,7 +243,11 @@
243
243
  </div>
244
244
  <div class="refsect1">
245
245
  <a name="GtkSourceFileSaver.object-hierarchy"></a><h2>Object Hierarchy</h2>
246
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
246
+ <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
247
+ <span class="lineart">╰──</span> GtkSourceFileSaverError
248
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
249
+ <span class="lineart">╰──</span> GtkSourceFileSaverFlags
250
+ <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>
247
251
  <span class="lineart">╰──</span> GtkSourceFileSaver
248
252
  </pre>
249
253
  </div>
@@ -255,7 +259,7 @@
255
259
  <div class="refsect1">
256
260
  <a name="GtkSourceFileSaver.description"></a><h2>Description</h2>
257
261
  <p>A <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object permits to save a <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> into a
258
- <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a>.</p>
262
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a>.</p>
259
263
  <p>A file saver should be used only for one save operation, including errors
260
264
  handling. If an error occurs, you can reconfigure the saver and relaunch the
261
265
  operation with <a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-save-async" title="gtk_source_file_saver_save_async ()"><code class="function">gtk_source_file_saver_save_async()</code></a>.</p>
@@ -272,10 +276,10 @@ gtk_source_file_saver_new (<em class="parameter"><code><a class="link" href="Gtk
272
276
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>'s location.</p>
273
277
  <p>This constructor is suitable for a simple "save" operation, when the <em class="parameter"><code>file</code></em>
274
278
 
275
- already contains a non-<a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a class="link" href="GtkSourceFile.html#GtkSourceFile--location" title="The “location” property"><span class="type">“location”</span></a>.</p>
279
+ already contains a non-<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> <a class="link" href="GtkSourceFile.html#GtkSourceFile--location" title="The “location” property"><span class="type">“location”</span></a>.</p>
276
280
  <div class="refsect3">
277
281
  <a name="gtk-source-file-saver-new.parameters"></a><h4>Parameters</h4>
278
- <div class="informaltable"><table width="100%" border="0">
282
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
279
283
  <colgroup>
280
284
  <col width="150px" class="parameters_name">
281
285
  <col class="parameters_description">
@@ -307,7 +311,7 @@ already contains a non-<a href="https://developer.gnome.org/glib/unstable/glib-S
307
311
  <pre class="programlisting"><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="returnvalue">GtkSourceFileSaver</span></a> *
308
312
  gtk_source_file_saver_new_with_target (<em class="parameter"><code><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> *buffer</code></em>,
309
313
  <em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>,
310
- <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a> *target_location</code></em>);</pre>
314
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *target_location</code></em>);</pre>
311
315
  <p>Creates a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object with a target location. When the
312
316
  file saving is finished successfully, <em class="parameter"><code>target_location</code></em>
313
317
  is set to the <em class="parameter"><code>file</code></em>
@@ -318,7 +322,7 @@ location is still available in <a class="link" href="GtkSourceFile.html" title="
318
322
  buffer for the first time.</p>
319
323
  <div class="refsect3">
320
324
  <a name="gtk-source-file-saver-new-with-target.parameters"></a><h4>Parameters</h4>
321
- <div class="informaltable"><table width="100%" border="0">
325
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
322
326
  <colgroup>
323
327
  <col width="150px" class="parameters_name">
324
328
  <col class="parameters_description">
@@ -337,7 +341,7 @@ buffer for the first time.</p>
337
341
  </tr>
338
342
  <tr>
339
343
  <td class="parameter_name"><p>target_location</p></td>
340
- <td class="parameter_description"><p>the <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to.</p></td>
344
+ <td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to.</p></td>
341
345
  <td class="parameter_annotations"> </td>
342
346
  </tr>
343
347
  </tbody>
@@ -356,7 +360,7 @@ buffer for the first time.</p>
356
360
  gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
357
361
  <div class="refsect3">
358
362
  <a name="gtk-source-file-saver-get-buffer.parameters"></a><h4>Parameters</h4>
359
- <div class="informaltable"><table width="100%" border="0">
363
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
360
364
  <colgroup>
361
365
  <col width="150px" class="parameters_name">
362
366
  <col class="parameters_description">
@@ -383,7 +387,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
383
387
  gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
384
388
  <div class="refsect3">
385
389
  <a name="gtk-source-file-saver-get-file.parameters"></a><h4>Parameters</h4>
386
- <div class="informaltable"><table width="100%" border="0">
390
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
387
391
  <colgroup>
388
392
  <col width="150px" class="parameters_name">
389
393
  <col class="parameters_description">
@@ -406,11 +410,11 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
406
410
  <hr>
407
411
  <div class="refsect2">
408
412
  <a name="gtk-source-file-saver-get-location"></a><h3>gtk_source_file_saver_get_location ()</h3>
409
- <pre class="programlisting"><a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
413
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
410
414
  gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
411
415
  <div class="refsect3">
412
416
  <a name="gtk-source-file-saver-get-location.parameters"></a><h4>Parameters</h4>
413
- <div class="informaltable"><table width="100%" border="0">
417
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
414
418
  <colgroup>
415
419
  <col width="150px" class="parameters_name">
416
420
  <col class="parameters_description">
@@ -425,7 +429,7 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
425
429
  </div>
426
430
  <div class="refsect3">
427
431
  <a name="gtk-source-file-saver-get-location.returns"></a><h4>Returns</h4>
428
- <p> the <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to. </p>
432
+ <p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to. </p>
429
433
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
430
434
  </div>
431
435
  <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
@@ -437,11 +441,11 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
437
441
  gtk_source_file_saver_set_encoding (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
438
442
  <em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *encoding</code></em>);</pre>
439
443
  <p>Sets the encoding. If <em class="parameter"><code>encoding</code></em>
440
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the UTF-8 encoding will be set.
444
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the UTF-8 encoding will be set.
441
445
  By default the encoding is taken from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
442
446
  <div class="refsect3">
443
447
  <a name="gtk-source-file-saver-set-encoding.parameters"></a><h4>Parameters</h4>
444
- <div class="informaltable"><table width="100%" border="0">
448
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
445
449
  <colgroup>
446
450
  <col width="150px" class="parameters_name">
447
451
  <col class="parameters_description">
@@ -455,8 +459,8 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
455
459
  </tr>
456
460
  <tr>
457
461
  <td class="parameter_name"><p>encoding</p></td>
458
- <td class="parameter_description"><p> the new encoding, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for UTF-8. </p></td>
459
- <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>
462
+ <td class="parameter_description"><p> the new encoding, 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> for UTF-8. </p></td>
463
+ <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>
460
464
  </tr>
461
465
  </tbody>
462
466
  </table></div>
@@ -470,7 +474,7 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
470
474
  gtk_source_file_saver_get_encoding (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
471
475
  <div class="refsect3">
472
476
  <a name="gtk-source-file-saver-get-encoding.parameters"></a><h4>Parameters</h4>
473
- <div class="informaltable"><table width="100%" border="0">
477
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
474
478
  <colgroup>
475
479
  <col width="150px" class="parameters_name">
476
480
  <col class="parameters_description">
@@ -500,7 +504,7 @@ gtk_source_file_saver_set_newline_type
500
504
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
501
505
  <div class="refsect3">
502
506
  <a name="gtk-source-file-saver-set-newline-type.parameters"></a><h4>Parameters</h4>
503
- <div class="informaltable"><table width="100%" border="0">
507
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
504
508
  <colgroup>
505
509
  <col width="150px" class="parameters_name">
506
510
  <col class="parameters_description">
@@ -530,7 +534,7 @@ gtk_source_file_saver_get_newline_type
530
534
  (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
531
535
  <div class="refsect3">
532
536
  <a name="gtk-source-file-saver-get-newline-type.parameters"></a><h4>Parameters</h4>
533
- <div class="informaltable"><table width="100%" border="0">
537
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
534
538
  <colgroup>
535
539
  <col width="150px" class="parameters_name">
536
540
  <col class="parameters_description">
@@ -560,7 +564,7 @@ gtk_source_file_saver_set_compression_type
560
564
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
561
565
  <div class="refsect3">
562
566
  <a name="gtk-source-file-saver-set-compression-type.parameters"></a><h4>Parameters</h4>
563
- <div class="informaltable"><table width="100%" border="0">
567
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
564
568
  <colgroup>
565
569
  <col width="150px" class="parameters_name">
566
570
  <col class="parameters_description">
@@ -590,7 +594,7 @@ gtk_source_file_saver_get_compression_type
590
594
  (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
591
595
  <div class="refsect3">
592
596
  <a name="gtk-source-file-saver-get-compression-type.parameters"></a><h4>Parameters</h4>
593
- <div class="informaltable"><table width="100%" border="0">
597
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
594
598
  <colgroup>
595
599
  <col width="150px" class="parameters_name">
596
600
  <col class="parameters_description">
@@ -617,7 +621,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
617
621
  <em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="type">GtkSourceFileSaverFlags</span></a> flags</code></em>);</pre>
618
622
  <div class="refsect3">
619
623
  <a name="gtk-source-file-saver-set-flags.parameters"></a><h4>Parameters</h4>
620
- <div class="informaltable"><table width="100%" border="0">
624
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
621
625
  <colgroup>
622
626
  <col width="150px" class="parameters_name">
623
627
  <col class="parameters_description">
@@ -646,7 +650,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
646
650
  gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
647
651
  <div class="refsect3">
648
652
  <a name="gtk-source-file-saver-get-flags.parameters"></a><h4>Parameters</h4>
649
- <div class="informaltable"><table width="100%" border="0">
653
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
650
654
  <colgroup>
651
655
  <col width="150px" class="parameters_name">
652
656
  <col class="parameters_description">
@@ -670,18 +674,18 @@ gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" hre
670
674
  <a name="gtk-source-file-saver-save-async"></a><h3>gtk_source_file_saver_save_async ()</h3>
671
675
  <pre class="programlisting"><span class="returnvalue">void</span>
672
676
  gtk_source_file_saver_save_async (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
673
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> io_priority</code></em>,
674
- <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
675
- <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GFile.html#GFileProgressCallback"><span class="type">GFileProgressCallback</span></a> progress_callback</code></em>,
676
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> progress_callback_data</code></em>,
677
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> progress_callback_notify</code></em>,
678
- <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
679
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
680
- <p>Saves asynchronously the buffer into the file. See the <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>
677
+ <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> io_priority</code></em>,
678
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
679
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFileProgressCallback"><span class="type">GFileProgressCallback</span></a> progress_callback</code></em>,
680
+ <em class="parameter"><code><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> progress_callback_data</code></em>,
681
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> progress_callback_notify</code></em>,
682
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
683
+ <em class="parameter"><code><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</code></em>);</pre>
684
+ <p>Saves asynchronously the buffer into the file. See the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>
681
685
  documentation to know how to use this function.</p>
682
686
  <div class="refsect3">
683
687
  <a name="gtk-source-file-saver-save-async.parameters"></a><h4>Parameters</h4>
684
- <div class="informaltable"><table width="100%" border="0">
688
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
685
689
  <colgroup>
686
690
  <col width="150px" class="parameters_name">
687
691
  <col class="parameters_description">
@@ -695,19 +699,19 @@ documentation to know how to use this function.</p>
695
699
  </tr>
696
700
  <tr>
697
701
  <td class="parameter_name"><p>io_priority</p></td>
698
- <td class="parameter_description"><p>the I/O priority of the request. E.g. <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a>,
699
- <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"><code class="literal">G_PRIORITY_DEFAULT</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a>.</p></td>
702
+ <td class="parameter_description"><p>the I/O priority of the request. E.g. <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a>,
703
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"><code class="literal">G_PRIORITY_DEFAULT</code></a> or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a>.</p></td>
700
704
  <td class="parameter_annotations"> </td>
701
705
  </tr>
702
706
  <tr>
703
707
  <td class="parameter_name"><p>cancellable</p></td>
704
- <td class="parameter_description"><p> optional <a href="https://developer.gnome.org/gio/unstable/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> object, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
708
+ <td class="parameter_description"><p> optional <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> object, <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> to ignore. </p></td>
705
709
  <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>
706
710
  </tr>
707
711
  <tr>
708
712
  <td class="parameter_name"><p>progress_callback</p></td>
709
713
  <td class="parameter_description"><p> function to call back with
710
- progress information, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if progress information is not needed. </p></td>
714
+ progress information, 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 progress information is not needed. </p></td>
711
715
  <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until the GDestroyNotify argument is called."><span class="acronym">scope notified</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></td>
712
716
  </tr>
713
717
  <tr>
@@ -722,12 +726,12 @@ progress information, or <a href="https://developer.gnome.org/glib/unstable/glib
722
726
  <em class="parameter"><code>progress_callback_data</code></em>
723
727
  when the <em class="parameter"><code>progress_callback</code></em>
724
728
  is no longer needed, or
725
- <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
729
+ <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>
726
730
  <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>
727
731
  </tr>
728
732
  <tr>
729
733
  <td class="parameter_name"><p>callback</p></td>
730
- <td class="parameter_description"><p> a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is
734
+ <td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is
731
735
  satisfied. </p></td>
732
736
  <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td>
733
737
  </tr>
@@ -745,19 +749,19 @@ satisfied. </p></td>
745
749
  <hr>
746
750
  <div class="refsect2">
747
751
  <a name="gtk-source-file-saver-save-finish"></a><h3>gtk_source_file_saver_save_finish ()</h3>
748
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
752
+ <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>
749
753
  gtk_source_file_saver_save_finish (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
750
- <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
751
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
754
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
755
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
752
756
  <p>Finishes a file saving started with <a class="link" href="GtkSourceFileSaver.html#gtk-source-file-saver-save-async" title="gtk_source_file_saver_save_async ()"><code class="function">gtk_source_file_saver_save_async()</code></a>.</p>
753
757
  <p>If the file has been saved successfully, the following <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>
754
758
  properties will be updated: the location, the encoding, the newline type and
755
759
  the compression type.</p>
756
- <p>Since the 3.20 version, <a href="http://developer.gnome.org/gtk3/GtkTextBuffer.html#gtk-text-buffer-set-modified"><code class="function">gtk_text_buffer_set_modified()</code></a> is called with <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
760
+ <p>Since the 3.20 version, <a href="http://developer.gnome.org/gtk4/GtkTextBuffer.html#gtk-text-buffer-set-modified"><code class="function">gtk_text_buffer_set_modified()</code></a> is called with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
757
761
  if the file has been saved successfully.</p>
758
762
  <div class="refsect3">
759
763
  <a name="gtk-source-file-saver-save-finish.parameters"></a><h4>Parameters</h4>
760
- <div class="informaltable"><table width="100%" border="0">
764
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
761
765
  <colgroup>
762
766
  <col width="150px" class="parameters_name">
763
767
  <col class="parameters_description">
@@ -771,12 +775,12 @@ if the file has been saved successfully.</p>
771
775
  </tr>
772
776
  <tr>
773
777
  <td class="parameter_name"><p>result</p></td>
774
- <td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
778
+ <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
775
779
  <td class="parameter_annotations"> </td>
776
780
  </tr>
777
781
  <tr>
778
782
  <td class="parameter_name"><p>error</p></td>
779
- <td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
783
+ <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</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></td>
780
784
  <td class="parameter_annotations"> </td>
781
785
  </tr>
782
786
  </tbody>
@@ -807,7 +811,7 @@ if the file has been saved successfully.</p>
807
811
  <p>An error code used with the <a class="link" href="GtkSourceFileSaver.html#GTK-SOURCE-FILE-SAVER-ERROR:CAPS" title="GTK_SOURCE_FILE_SAVER_ERROR"><code class="literal">GTK_SOURCE_FILE_SAVER_ERROR</code></a> domain.</p>
808
812
  <div class="refsect3">
809
813
  <a name="GtkSourceFileSaverError.members"></a><h4>Members</h4>
810
- <div class="informaltable"><table width="100%" border="0">
814
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
811
815
  <colgroup>
812
816
  <col width="300px" class="enum_members_name">
813
817
  <col class="enum_members_description">
@@ -841,7 +845,7 @@ if the file has been saved successfully.</p>
841
845
  <p>Flags to define the behavior of a <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a>.</p>
842
846
  <div class="refsect3">
843
847
  <a name="GtkSourceFileSaverFlags.members"></a><h4>Members</h4>
844
- <div class="informaltable"><table width="100%" border="0">
848
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
845
849
  <colgroup>
846
850
  <col width="300px" class="enum_members_name">
847
851
  <col class="enum_members_description">
@@ -929,8 +933,8 @@ reference to the file.</p>
929
933
  <hr>
930
934
  <div class="refsect2">
931
935
  <a name="GtkSourceFileSaver--location"></a><h3>The <code class="literal">“location”</code> property</h3>
932
- <pre class="programlisting"> “location” <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</pre>
933
- <p>The <a href="https://developer.gnome.org/gio/unstable/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer. By default the location is taken
936
+ <pre class="programlisting"> “location” <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</pre>
937
+ <p>The <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer. By default the location is taken
934
938
  from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> at construction time.</p>
935
939
  <p>Flags: Read / Write / Construct Only</p>
936
940
  <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>GtkSourceGutter: 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">
9
- <link rel="prev" href="ch05.html" title="Gutter and Marks">
8
+ <link rel="up" href="ch06.html" title="Gutter and Marks">
9
+ <link rel="prev" href="ch06.html" title="Gutter and Marks">
10
10
  <link rel="next" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
@@ -20,8 +20,8 @@
20
20
  <a href="#GtkSourceGutter.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>
24
- <td><a accesskey="p" href="ch05.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></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
+ <td><a accesskey="p" href="ch06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceGutterRenderer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
27
27
  <div class="refentry">
@@ -35,7 +35,7 @@
35
35
  </tr></table></div>
36
36
  <div class="refsect1">
37
37
  <a name="GtkSourceGutter.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">
@@ -43,7 +43,7 @@
43
43
  <tbody>
44
44
  <tr>
45
45
  <td class="function_type">
46
- <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
46
+ <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
47
47
  </td>
48
48
  <td class="function_name">
49
49
  <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-get-window" title="gtk_source_gutter_get_window ()">gtk_source_gutter_get_window</a> <span class="c_punctuation">()</span>
@@ -51,7 +51,7 @@
51
51
  </tr>
52
52
  <tr>
53
53
  <td class="function_type">
54
- <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
54
+ <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>
55
55
  </td>
56
56
  <td class="function_name">
57
57
  <a class="link" href="GtkSourceGutter.html#gtk-source-gutter-insert" title="gtk_source_gutter_insert ()">gtk_source_gutter_insert</a> <span class="c_punctuation">()</span>
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
  <div class="refsect1">
112
112
  <a name="GtkSourceGutter.properties"></a><h2>Properties</h2>
113
- <div class="informaltable"><table border="0">
113
+ <div class="informaltable"><table class="informaltable" border="0">
114
114
  <colgroup>
115
115
  <col width="150px" class="properties_type">
116
116
  <col width="300px" class="properties_name">
@@ -124,17 +124,17 @@
124
124
  <td class="property_flags">Read / Write / Construct Only</td>
125
125
  </tr>
126
126
  <tr>
127
- <td class="property_type"><a href="http://developer.gnome.org/gtk3/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
127
+ <td class="property_type"><a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
128
128
  <td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--window-type" title="The “window-type” property">window-type</a></td>
129
129
  <td class="property_flags">Read / Write / Construct Only</td>
130
130
  </tr>
131
131
  <tr>
132
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
132
+ <td class="property_type"><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></td>
133
133
  <td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--xpad" title="The “xpad” property">xpad</a></td>
134
134
  <td class="property_flags">Read / Write / Construct</td>
135
135
  </tr>
136
136
  <tr>
137
- <td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
137
+ <td class="property_type"><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></td>
138
138
  <td class="property_name"><a class="link" href="GtkSourceGutter.html#GtkSourceGutter--ypad" title="The “ypad” property">ypad</a></td>
139
139
  <td class="property_flags">Read / Write / Construct</td>
140
140
  </tr>
@@ -143,7 +143,7 @@
143
143
  </div>
144
144
  <div class="refsect1">
145
145
  <a name="GtkSourceGutter.other"></a><h2>Types and Values</h2>
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="name">
149
149
  <col class="description">
@@ -156,7 +156,7 @@
156
156
  </div>
157
157
  <div class="refsect1">
158
158
  <a name="GtkSourceGutter.object-hierarchy"></a><h2>Object Hierarchy</h2>
159
- <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
159
+ <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>
160
160
  <span class="lineart">╰──</span> GtkSourceGutter
161
161
  </pre>
162
162
  </div>
@@ -173,9 +173,9 @@ view. It is used by <a class="link" href="GtkSourceView.html" title="GtkSourceVi
173
173
  additional <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> objects in the gutter, you can extend the
174
174
  gutter with your own custom drawings.</p>
175
175
  <p>To get a <a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a>, use the <a class="link" href="GtkSourceView.html#gtk-source-view-get-gutter" title="gtk_source_view_get_gutter ()"><code class="function">gtk_source_view_get_gutter()</code></a> function.</p>
176
- <p>The gutter works very much the same way as cells rendered in a <a href="http://developer.gnome.org/gtk3/GtkTreeView.html#GtkTreeView-struct"><span class="type">GtkTreeView</span></a>.
176
+ <p>The gutter works very much the same way as cells rendered in a <a href="http://developer.gnome.org/gtk4/GtkTreeView.html#GtkTreeView-struct"><span class="type">GtkTreeView</span></a>.
177
177
  The concept is similar, with the exception that the gutter does not have an
178
- underlying <a href="http://developer.gnome.org/gtk3/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a>. The builtin line number renderer is at position
178
+ underlying <a href="http://developer.gnome.org/gtk4/GtkTreeModel.html#GtkTreeModel-struct"><span class="type">GtkTreeModel</span></a>. The builtin line number renderer is at position
179
179
  <a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-LINES:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_LINES</span></a> (-30) and the marks renderer is at
180
180
  <a class="link" href="GtkSourceView.html#GTK-SOURCE-VIEW-GUTTER-POSITION-MARKS:CAPS"><span class="type">GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS</span></a> (-20). The gutter sorts the renderers
181
181
  in ascending order, from left to right. So the marks are displayed on the
@@ -185,17 +185,17 @@ right of the line numbers.</p>
185
185
  <a name="GtkSourceGutter.functions_details"></a><h2>Functions</h2>
186
186
  <div class="refsect2">
187
187
  <a name="gtk-source-gutter-get-window"></a><h3>gtk_source_gutter_get_window ()</h3>
188
- <pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
188
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="returnvalue">GdkWindow</span></a> *
189
189
  gtk_source_gutter_get_window (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>);</pre>
190
190
  <div class="warning">
191
191
  <p><code class="literal">gtk_source_gutter_get_window</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
192
- <p>Use <a href="http://developer.gnome.org/gtk3/GtkTextView.html#gtk-text-view-get-window"><code class="function">gtk_text_view_get_window()</code></a> instead.</p>
192
+ <p>Use <a href="http://developer.gnome.org/gtk4/GtkTextView.html#gtk-text-view-get-window"><code class="function">gtk_text_view_get_window()</code></a> instead.</p>
193
193
  </div>
194
- <p>Get the <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of the gutter. The window will only be available when the
194
+ <p>Get the <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of the gutter. The window will only be available when the
195
195
  gutter has at least one, non-zero width, cell renderer packed.</p>
196
196
  <div class="refsect3">
197
197
  <a name="gtk-source-gutter-get-window.parameters"></a><h4>Parameters</h4>
198
- <div class="informaltable"><table width="100%" border="0">
198
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
199
199
  <colgroup>
200
200
  <col width="150px" class="parameters_name">
201
201
  <col class="parameters_description">
@@ -210,7 +210,7 @@ gutter has at least one, non-zero width, cell renderer packed.</p>
210
210
  </div>
211
211
  <div class="refsect3">
212
212
  <a name="gtk-source-gutter-get-window.returns"></a><h4>Returns</h4>
213
- <p> the <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of the gutter, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
213
+ <p> the <a href="http://developer.gnome.org/gdk3/gdk4-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> of the gutter, 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>
214
214
  if the gutter has no window. </p>
215
215
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
216
216
  </div>
@@ -219,10 +219,10 @@ if the gutter has no window. </p>
219
219
  <hr>
220
220
  <div class="refsect2">
221
221
  <a name="gtk-source-gutter-insert"></a><h3>gtk_source_gutter_insert ()</h3>
222
- <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
222
+ <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>
223
223
  gtk_source_gutter_insert (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
224
224
  <em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
225
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
225
+ <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> position</code></em>);</pre>
226
226
  <p>Insert <em class="parameter"><code>renderer</code></em>
227
227
  into the gutter. If <em class="parameter"><code>renderer</code></em>
228
228
  is yet unowned then gutter
@@ -231,7 +231,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
231
231
  cannot be already inserted to another gutter.</p>
232
232
  <div class="refsect3">
233
233
  <a name="gtk-source-gutter-insert.parameters"></a><h4>Parameters</h4>
234
- <div class="informaltable"><table width="100%" border="0">
234
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
235
235
  <colgroup>
236
236
  <col width="150px" class="parameters_name">
237
237
  <col class="parameters_description">
@@ -258,7 +258,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
258
258
  </div>
259
259
  <div class="refsect3">
260
260
  <a name="gtk-source-gutter-insert.returns"></a><h4>Returns</h4>
261
- <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if operation succeeded. Otherwise <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
261
+ <p> <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 operation succeeded. Otherwise <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
262
262
  </div>
263
263
  <p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
264
264
  </div>
@@ -268,14 +268,14 @@ claims its ownership. Otherwise just increases renderer's reference count.
268
268
  <pre class="programlisting"><span class="returnvalue">void</span>
269
269
  gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
270
270
  <em class="parameter"><code><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> *renderer</code></em>,
271
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> position</code></em>);</pre>
271
+ <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> position</code></em>);</pre>
272
272
  <p>Reorders <em class="parameter"><code>renderer</code></em>
273
273
  in <em class="parameter"><code>gutter</code></em>
274
274
  to new <em class="parameter"><code>position</code></em>
275
275
  .</p>
276
276
  <div class="refsect3">
277
277
  <a name="gtk-source-gutter-reorder.parameters"></a><h4>Parameters</h4>
278
- <div class="informaltable"><table width="100%" border="0">
278
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
279
279
  <colgroup>
280
280
  <col width="150px" class="parameters_name">
281
281
  <col class="parameters_description">
@@ -289,7 +289,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
289
289
  </tr>
290
290
  <tr>
291
291
  <td class="parameter_name"><p>renderer</p></td>
292
- <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk3/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="type">GtkCellRenderer</span></a>.</p></td>
292
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk4/GtkCellRenderer.html#GtkCellRenderer-struct"><span class="type">GtkCellRenderer</span></a>.</p></td>
293
293
  <td class="parameter_annotations"> </td>
294
294
  </tr>
295
295
  <tr>
@@ -313,7 +313,7 @@ gtk_source_gutter_remove (<em class="parameter"><code><a class="link" href="GtkS
313
313
  .</p>
314
314
  <div class="refsect3">
315
315
  <a name="gtk-source-gutter-remove.parameters"></a><h4>Parameters</h4>
316
- <div class="informaltable"><table width="100%" border="0">
316
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
317
317
  <colgroup>
318
318
  <col width="150px" class="parameters_name">
319
319
  <col class="parameters_description">
@@ -344,7 +344,7 @@ gtk_source_gutter_queue_draw (<em class="parameter"><code><a class="link" href="
344
344
  redraw of the gutter if something has changed and needs to be redrawn.</p>
345
345
  <div class="refsect3">
346
346
  <a name="gtk-source-gutter-queue-draw.parameters"></a><h4>Parameters</h4>
347
- <div class="informaltable"><table width="100%" border="0">
347
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
348
348
  <colgroup>
349
349
  <col width="150px" class="parameters_name">
350
350
  <col class="parameters_description">
@@ -364,8 +364,8 @@ redraw of the gutter if something has changed and needs to be redrawn.</p>
364
364
  <a name="gtk-source-gutter-get-padding"></a><h3>gtk_source_gutter_get_padding ()</h3>
365
365
  <pre class="programlisting"><span class="returnvalue">void</span>
366
366
  gtk_source_gutter_get_padding (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
367
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *xpad</code></em>,
368
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ypad</code></em>);</pre>
367
+ <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> *xpad</code></em>,
368
+ <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> *ypad</code></em>);</pre>
369
369
  <div class="warning">
370
370
  <p><code class="literal">gtk_source_gutter_get_padding</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
371
371
  <p>Use <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-get-padding" title="gtk_source_gutter_renderer_get_padding ()"><code class="function">gtk_source_gutter_renderer_get_padding()</code></a> instead.</p>
@@ -376,8 +376,8 @@ gtk_source_gutter_get_padding (<em class="parameter"><code><a class="link" href=
376
376
  <a name="gtk-source-gutter-set-padding"></a><h3>gtk_source_gutter_set_padding ()</h3>
377
377
  <pre class="programlisting"><span class="returnvalue">void</span>
378
378
  gtk_source_gutter_set_padding (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
379
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> xpad</code></em>,
380
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ypad</code></em>);</pre>
379
+ <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> xpad</code></em>,
380
+ <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> ypad</code></em>);</pre>
381
381
  <div class="warning">
382
382
  <p><code class="literal">gtk_source_gutter_set_padding</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
383
383
  <p>Use <a class="link" href="GtkSourceGutterRenderer.html#gtk-source-gutter-renderer-set-padding" title="gtk_source_gutter_renderer_set_padding ()"><code class="function">gtk_source_gutter_renderer_set_padding()</code></a> instead.</p>
@@ -388,12 +388,12 @@ gtk_source_gutter_set_padding (<em class="parameter"><code><a class="link" href=
388
388
  <a name="gtk-source-gutter-get-renderer-at-pos"></a><h3>gtk_source_gutter_get_renderer_at_pos ()</h3>
389
389
  <pre class="programlisting"><a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="returnvalue">GtkSourceGutterRenderer</span></a> *
390
390
  gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="link" href="GtkSourceGutter.html" title="GtkSourceGutter"><span class="type">GtkSourceGutter</span></a> *gutter</code></em>,
391
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
392
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
391
+ <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> x</code></em>,
392
+ <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> y</code></em>);</pre>
393
393
  <p>Finds the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> at (x, y).</p>
394
394
  <div class="refsect3">
395
395
  <a name="gtk-source-gutter-get-renderer-at-pos.parameters"></a><h4>Parameters</h4>
396
- <div class="informaltable"><table width="100%" border="0">
396
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
397
397
  <colgroup>
398
398
  <col width="150px" class="parameters_name">
399
399
  <col class="parameters_description">
@@ -420,7 +420,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
420
420
  </div>
421
421
  <div class="refsect3">
422
422
  <a name="gtk-source-gutter-get-renderer-at-pos.returns"></a><h4>Returns</h4>
423
- <p> the renderer at (x, y) or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
423
+ <p> the renderer at (x, y) 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>
424
424
  <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>
425
425
  </div>
426
426
  </div>
@@ -443,7 +443,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
443
443
  <hr>
444
444
  <div class="refsect2">
445
445
  <a name="GtkSourceGutter--window-type"></a><h3>The <code class="literal">“window-type”</code> property</h3>
446
- <pre class="programlisting"> “window-type” <a href="http://developer.gnome.org/gtk3/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
446
+ <pre class="programlisting"> “window-type” <a href="http://developer.gnome.org/gtk4/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
447
447
  <p>The text window type on which the window is placed.</p>
448
448
  <p>Flags: Read / Write / Construct Only</p>
449
449
  <p>Default value: GTK_TEXT_WINDOW_PRIVATE</p>
@@ -451,7 +451,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
451
451
  <hr>
452
452
  <div class="refsect2">
453
453
  <a name="GtkSourceGutter--xpad"></a><h3>The <code class="literal">“xpad”</code> property</h3>
454
- <pre class="programlisting"> “xpad” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
454
+ <pre class="programlisting"> “xpad” <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></pre>
455
455
  <p>The x-padding.</p>
456
456
  <div class="warning">
457
457
  <p><code class="literal">GtkSourceGutter:xpad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
@@ -465,7 +465,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
465
465
  <hr>
466
466
  <div class="refsect2">
467
467
  <a name="GtkSourceGutter--ypad"></a><h3>The <code class="literal">“ypad”</code> property</h3>
468
- <pre class="programlisting"> “ypad” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
468
+ <pre class="programlisting"> “ypad” <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></pre>
469
469
  <p>The y-padding.</p>
470
470
  <div class="warning">
471
471
  <p><code class="literal">GtkSourceGutter:ypad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>