gtksourceview3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  4. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +4 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +52 -0
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +68 -1
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +18 -5
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +8 -2
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +9 -6
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +4 -1
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +36 -10
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +27 -1
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +28 -11
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +36 -1
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +15 -1
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +18 -1
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +9 -3
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +39 -1
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +10 -2
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +6 -0
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -0
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +8 -4
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +67 -0
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +6 -0
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +18 -2
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +54 -8
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +20 -0
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +12 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +2 -0
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +9 -2
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +8 -6
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +9 -6
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +9 -6
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +10 -0
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +51 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +13 -0
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +4 -0
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +493 -0
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +21 -0
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +47 -5
  43. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  44. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  45. data/vendor/local/lib/libgtksourceview-3.0.la +5 -5
  46. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +4 -4
  47. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +880 -151
  48. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +475 -261
  49. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +104 -108
  50. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +31 -34
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +42 -44
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +64 -39
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +171 -75
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +164 -77
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +29 -31
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +65 -45
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +259 -61
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +99 -96
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +88 -94
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +44 -46
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +187 -195
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +37 -39
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +91 -20
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +88 -93
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +47 -50
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +254 -0
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +39 -42
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +89 -91
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +249 -277
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +158 -169
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +69 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +83 -40
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +46 -49
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +9 -10
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +13 -15
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +12 -14
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +33 -36
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +177 -0
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +40 -43
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +328 -252
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +6 -10
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +62 -0
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +90 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +34 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +270 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +38 -0
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +50 -0
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +4 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -3
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -3
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -3
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +4 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +114 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +130 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -3
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +8 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +214 -3
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +2 -3
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +2 -3
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +2 -3
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +2 -3
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +2 -3
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +2 -3
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +2 -3
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +13 -5
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/{pt02.html → ch09.html} +9 -13
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +19 -22
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +472 -0
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +95 -13
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +21 -6
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +10 -8
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -7
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +16 -14
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +11 -3
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +37 -15
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +9 -6
  117. data/vendor/local/share/gtksourceview-3.0/language-specs/bibtex.lang +9 -0
  118. data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +14 -2
  119. data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +11 -3
  120. data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +18 -12
  121. data/vendor/local/share/gtksourceview-3.0/language-specs/cpphdr.lang +42 -0
  122. data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +5 -0
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +418 -14
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/csv.lang +74 -0
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +6 -6
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +2 -2
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -0
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
  129. data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +6 -0
  130. data/vendor/local/share/gtksourceview-3.0/language-specs/imagej.lang +1 -1
  131. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +250 -0
  132. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +14 -1
  133. data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
  134. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +15 -15
  135. data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +8 -30
  136. data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +103 -0
  137. data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
  138. data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +208 -145
  139. data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +12 -2
  140. data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +52 -20
  141. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +2 -0
  142. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +2 -0
  143. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +292 -0
  144. data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +20 -2
  145. data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +37 -0
  146. data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +3 -0
  147. data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +3 -3
  148. data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -2
  149. data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +3 -3
  150. data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +5 -3
  151. data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +2 -1
  152. data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +1 -1
  153. data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +1 -3
  154. data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +3 -4
  155. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  211. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  212. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  213. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  214. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  215. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  216. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  217. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  218. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  219. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  220. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  221. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  222. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  223. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  224. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  225. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  226. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  227. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  228. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  229. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  230. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  231. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  232. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  233. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  234. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  235. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  236. metadata +109 -90
  237. data/vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  238. data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  239. data/vendor/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  240. data/vendor/local/lib/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  241. data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  242. data/vendor/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  243. data/vendor/local/lib/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  244. data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  245. data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  246. data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  247. data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  248. data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  249. data/vendor/local/lib/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  250. data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  251. data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  252. data/vendor/local/lib/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  253. data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  254. data/vendor/local/lib/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  255. data/vendor/local/lib/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  256. data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  257. data/vendor/local/lib/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  258. data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  259. data/vendor/local/lib/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  260. data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  261. data/vendor/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  262. data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  263. data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  264. data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  265. data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  266. data/vendor/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  267. data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  268. data/vendor/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  269. data/vendor/local/lib/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  270. data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  271. data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  272. data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  273. data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  274. data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  275. data/vendor/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  276. data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  277. data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  278. data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  279. data/vendor/local/lib/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  280. data/vendor/local/lib/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  281. data/vendor/local/lib/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  282. data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  283. data/vendor/local/lib/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  284. data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  285. data/vendor/local/lib/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  286. data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  287. data/vendor/local/lib/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  288. data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  289. data/vendor/local/lib/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  290. data/vendor/local/lib/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  291. data/vendor/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  292. data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  293. data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  294. data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  295. data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  296. data/vendor/local/lib/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  297. data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  298. data/vendor/local/lib/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  299. data/vendor/local/lib/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  300. data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  301. data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  302. data/vendor/local/lib/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  303. data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  304. data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  305. data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  306. data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  307. data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  308. data/vendor/local/lib/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  309. data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  310. data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  311. data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  312. data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  313. data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  314. data/vendor/local/lib/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  315. data/vendor/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  316. data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  317. data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  318. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +0 -987
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="ch04.html" title="File Loading and Saving">
9
9
  <link rel="prev" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader">
10
10
  <link rel="next" href="ch05.html" title="Gutter and Marks">
11
- <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
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>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -75,7 +75,7 @@
75
75
  </tr>
76
76
  <tr>
77
77
  <td class="function_type">
78
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> *
78
+ <a href="/usr/share/gtk-doc/html/gioGFile.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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
157
+ <a href="/usr/share/gtk-doc/html/glibglib-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>
@@ -202,7 +202,7 @@
202
202
  </tr>
203
203
  <tr>
204
204
  <td class="property_type">
205
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *</td>
205
+ <a href="/usr/share/gtk-doc/html/gioGFile.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>
@@ -243,7 +243,7 @@
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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
246
+ <pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
247
247
  <span class="lineart">╰──</span> GtkSourceFileSaver
248
248
  </pre>
249
249
  </div>
@@ -255,7 +255,7 @@
255
255
  <div class="refsect1">
256
256
  <a name="GtkSourceFileSaver.description"></a><h2>Description</h2>
257
257
  <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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a>.</p>
258
+ <a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a>.</p>
259
259
  <p>A file saver should be used only for one save operation, including errors
260
260
  handling. If an error occurs, you can reconfigure the saver and relaunch the
261
261
  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,9 +272,9 @@ gtk_source_file_saver_new (<em class="parameter"><code><a class="link" href="Gtk
272
272
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>'s location.</p>
273
273
  <p>This constructor is suitable for a simple "save" operation, when the <em class="parameter"><code>file</code></em>
274
274
 
275
- already contains a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a class="link" href="GtkSourceFile.html#GtkSourceFile--location" title="The “location” property"><span class="type">“location”</span></a>.</p>
275
+ already contains a non-<a href="/usr/share/gtk-doc/html/glibglib-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
276
  <div class="refsect3">
277
- <a name="id-1.2.5.5.9.2.6"></a><h4>Parameters</h4>
277
+ <a name="gtk-source-file-saver-new.parameters"></a><h4>Parameters</h4>
278
278
  <div class="informaltable"><table width="100%" border="0">
279
279
  <colgroup>
280
280
  <col width="150px" class="parameters_name">
@@ -296,11 +296,10 @@ already contains a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/loc
296
296
  </table></div>
297
297
  </div>
298
298
  <div class="refsect3">
299
- <a name="id-1.2.5.5.9.2.7"></a><h4>Returns</h4>
299
+ <a name="gtk-source-file-saver-new.returns"></a><h4>Returns</h4>
300
300
  <p> a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object.</p>
301
- <p></p>
302
301
  </div>
303
- <p class="since">Since 3.14</p>
302
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
304
303
  </div>
305
304
  <hr>
306
305
  <div class="refsect2">
@@ -308,7 +307,7 @@ already contains a non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/loc
308
307
  <pre class="programlisting"><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="returnvalue">GtkSourceFileSaver</span></a> *
309
308
  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>,
310
309
  <em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>,
311
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *target_location</code></em>);</pre>
310
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a> *target_location</code></em>);</pre>
312
311
  <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
313
312
  file saving is finished successfully, <em class="parameter"><code>target_location</code></em>
314
313
  is set to the <em class="parameter"><code>file</code></em>
@@ -318,7 +317,7 @@ location is still available in <a class="link" href="GtkSourceFile.html" title="
318
317
  <p>This constructor is suitable for a "save as" operation, or for saving a new
319
318
  buffer for the first time.</p>
320
319
  <div class="refsect3">
321
- <a name="id-1.2.5.5.9.3.6"></a><h4>Parameters</h4>
320
+ <a name="gtk-source-file-saver-new-with-target.parameters"></a><h4>Parameters</h4>
322
321
  <div class="informaltable"><table width="100%" border="0">
323
322
  <colgroup>
324
323
  <col width="150px" class="parameters_name">
@@ -338,18 +337,17 @@ buffer for the first time.</p>
338
337
  </tr>
339
338
  <tr>
340
339
  <td class="parameter_name"><p>target_location</p></td>
341
- <td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> where to save the buffer to.</p></td>
340
+ <td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to.</p></td>
342
341
  <td class="parameter_annotations"> </td>
343
342
  </tr>
344
343
  </tbody>
345
344
  </table></div>
346
345
  </div>
347
346
  <div class="refsect3">
348
- <a name="id-1.2.5.5.9.3.7"></a><h4>Returns</h4>
347
+ <a name="gtk-source-file-saver-new-with-target.returns"></a><h4>Returns</h4>
349
348
  <p> a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object.</p>
350
- <p></p>
351
349
  </div>
352
- <p class="since">Since 3.14</p>
350
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
353
351
  </div>
354
352
  <hr>
355
353
  <div class="refsect2">
@@ -357,7 +355,7 @@ buffer for the first time.</p>
357
355
  <pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
358
356
  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>
359
357
  <div class="refsect3">
360
- <a name="id-1.2.5.5.9.4.4"></a><h4>Parameters</h4>
358
+ <a name="gtk-source-file-saver-get-buffer.parameters"></a><h4>Parameters</h4>
361
359
  <div class="informaltable"><table width="100%" border="0">
362
360
  <colgroup>
363
361
  <col width="150px" class="parameters_name">
@@ -372,11 +370,11 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
372
370
  </table></div>
373
371
  </div>
374
372
  <div class="refsect3">
375
- <a name="id-1.2.5.5.9.4.5"></a><h4>Returns</h4>
373
+ <a name="gtk-source-file-saver-get-buffer.returns"></a><h4>Returns</h4>
376
374
  <p> the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to save. </p>
377
375
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
378
376
  </div>
379
- <p class="since">Since 3.14</p>
377
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
380
378
  </div>
381
379
  <hr>
382
380
  <div class="refsect2">
@@ -384,7 +382,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
384
382
  <pre class="programlisting"><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="returnvalue">GtkSourceFile</span></a> *
385
383
  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>
386
384
  <div class="refsect3">
387
- <a name="id-1.2.5.5.9.5.4"></a><h4>Parameters</h4>
385
+ <a name="gtk-source-file-saver-get-file.parameters"></a><h4>Parameters</h4>
388
386
  <div class="informaltable"><table width="100%" border="0">
389
387
  <colgroup>
390
388
  <col width="150px" class="parameters_name">
@@ -399,19 +397,19 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
399
397
  </table></div>
400
398
  </div>
401
399
  <div class="refsect3">
402
- <a name="id-1.2.5.5.9.5.5"></a><h4>Returns</h4>
400
+ <a name="gtk-source-file-saver-get-file.returns"></a><h4>Returns</h4>
403
401
  <p> the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>. </p>
404
402
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
405
403
  </div>
406
- <p class="since">Since 3.14</p>
404
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
407
405
  </div>
408
406
  <hr>
409
407
  <div class="refsect2">
410
408
  <a name="gtk-source-file-saver-get-location"></a><h3>gtk_source_file_saver_get_location ()</h3>
411
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> *
409
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
412
410
  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>
413
411
  <div class="refsect3">
414
- <a name="id-1.2.5.5.9.6.4"></a><h4>Parameters</h4>
412
+ <a name="gtk-source-file-saver-get-location.parameters"></a><h4>Parameters</h4>
415
413
  <div class="informaltable"><table width="100%" border="0">
416
414
  <colgroup>
417
415
  <col width="150px" class="parameters_name">
@@ -426,11 +424,11 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
426
424
  </table></div>
427
425
  </div>
428
426
  <div class="refsect3">
429
- <a name="id-1.2.5.5.9.6.5"></a><h4>Returns</h4>
430
- <p> the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> where to save the buffer to. </p>
427
+ <a name="gtk-source-file-saver-get-location.returns"></a><h4>Returns</h4>
428
+ <p> the <a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer to. </p>
431
429
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
432
430
  </div>
433
- <p class="since">Since 3.14</p>
431
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
434
432
  </div>
435
433
  <hr>
436
434
  <div class="refsect2">
@@ -439,10 +437,10 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
439
437
  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>,
440
438
  <em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *encoding</code></em>);</pre>
441
439
  <p>Sets the encoding. If <em class="parameter"><code>encoding</code></em>
442
- is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the UTF-8 encoding will be set.
440
+ is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the UTF-8 encoding will be set.
443
441
  By default the encoding is taken from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
444
442
  <div class="refsect3">
445
- <a name="id-1.2.5.5.9.7.5"></a><h4>Parameters</h4>
443
+ <a name="gtk-source-file-saver-set-encoding.parameters"></a><h4>Parameters</h4>
446
444
  <div class="informaltable"><table width="100%" border="0">
447
445
  <colgroup>
448
446
  <col width="150px" class="parameters_name">
@@ -457,13 +455,13 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
457
455
  </tr>
458
456
  <tr>
459
457
  <td class="parameter_name"><p>encoding</p></td>
460
- <td class="parameter_description"><p> the new encoding, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for UTF-8. </p></td>
458
+ <td class="parameter_description"><p> the new encoding, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for UTF-8. </p></td>
461
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
460
  </tr>
463
461
  </tbody>
464
462
  </table></div>
465
463
  </div>
466
- <p class="since">Since 3.14</p>
464
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
467
465
  </div>
468
466
  <hr>
469
467
  <div class="refsect2">
@@ -471,7 +469,7 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
471
469
  <pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
472
470
  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>
473
471
  <div class="refsect3">
474
- <a name="id-1.2.5.5.9.8.4"></a><h4>Parameters</h4>
472
+ <a name="gtk-source-file-saver-get-encoding.parameters"></a><h4>Parameters</h4>
475
473
  <div class="informaltable"><table width="100%" border="0">
476
474
  <colgroup>
477
475
  <col width="150px" class="parameters_name">
@@ -486,11 +484,10 @@ gtk_source_file_saver_get_encoding (<em class="parameter"><code><a class="link"
486
484
  </table></div>
487
485
  </div>
488
486
  <div class="refsect3">
489
- <a name="id-1.2.5.5.9.8.5"></a><h4>Returns</h4>
487
+ <a name="gtk-source-file-saver-get-encoding.returns"></a><h4>Returns</h4>
490
488
  <p> the encoding.</p>
491
- <p></p>
492
489
  </div>
493
- <p class="since">Since 3.14</p>
490
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
494
491
  </div>
495
492
  <hr>
496
493
  <div class="refsect2">
@@ -502,7 +499,7 @@ gtk_source_file_saver_set_newline_type
502
499
  <p>Sets the newline type. By default the newline type is taken from the
503
500
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
504
501
  <div class="refsect3">
505
- <a name="id-1.2.5.5.9.9.5"></a><h4>Parameters</h4>
502
+ <a name="gtk-source-file-saver-set-newline-type.parameters"></a><h4>Parameters</h4>
506
503
  <div class="informaltable"><table width="100%" border="0">
507
504
  <colgroup>
508
505
  <col width="150px" class="parameters_name">
@@ -523,7 +520,7 @@ gtk_source_file_saver_set_newline_type
523
520
  </tbody>
524
521
  </table></div>
525
522
  </div>
526
- <p class="since">Since 3.14</p>
523
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
527
524
  </div>
528
525
  <hr>
529
526
  <div class="refsect2">
@@ -532,7 +529,7 @@ gtk_source_file_saver_set_newline_type
532
529
  gtk_source_file_saver_get_newline_type
533
530
  (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
534
531
  <div class="refsect3">
535
- <a name="id-1.2.5.5.9.10.4"></a><h4>Parameters</h4>
532
+ <a name="gtk-source-file-saver-get-newline-type.parameters"></a><h4>Parameters</h4>
536
533
  <div class="informaltable"><table width="100%" border="0">
537
534
  <colgroup>
538
535
  <col width="150px" class="parameters_name">
@@ -547,11 +544,10 @@ gtk_source_file_saver_get_newline_type
547
544
  </table></div>
548
545
  </div>
549
546
  <div class="refsect3">
550
- <a name="id-1.2.5.5.9.10.5"></a><h4>Returns</h4>
547
+ <a name="gtk-source-file-saver-get-newline-type.returns"></a><h4>Returns</h4>
551
548
  <p> the newline type.</p>
552
- <p></p>
553
549
  </div>
554
- <p class="since">Since 3.14</p>
550
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
555
551
  </div>
556
552
  <hr>
557
553
  <div class="refsect2">
@@ -563,7 +559,7 @@ gtk_source_file_saver_set_compression_type
563
559
  <p>Sets the compression type. By default the compression type is taken from the
564
560
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
565
561
  <div class="refsect3">
566
- <a name="id-1.2.5.5.9.11.5"></a><h4>Parameters</h4>
562
+ <a name="gtk-source-file-saver-set-compression-type.parameters"></a><h4>Parameters</h4>
567
563
  <div class="informaltable"><table width="100%" border="0">
568
564
  <colgroup>
569
565
  <col width="150px" class="parameters_name">
@@ -584,7 +580,7 @@ gtk_source_file_saver_set_compression_type
584
580
  </tbody>
585
581
  </table></div>
586
582
  </div>
587
- <p class="since">Since 3.14</p>
583
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
588
584
  </div>
589
585
  <hr>
590
586
  <div class="refsect2">
@@ -593,7 +589,7 @@ gtk_source_file_saver_set_compression_type
593
589
  gtk_source_file_saver_get_compression_type
594
590
  (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
595
591
  <div class="refsect3">
596
- <a name="id-1.2.5.5.9.12.4"></a><h4>Parameters</h4>
592
+ <a name="gtk-source-file-saver-get-compression-type.parameters"></a><h4>Parameters</h4>
597
593
  <div class="informaltable"><table width="100%" border="0">
598
594
  <colgroup>
599
595
  <col width="150px" class="parameters_name">
@@ -608,11 +604,10 @@ gtk_source_file_saver_get_compression_type
608
604
  </table></div>
609
605
  </div>
610
606
  <div class="refsect3">
611
- <a name="id-1.2.5.5.9.12.5"></a><h4>Returns</h4>
607
+ <a name="gtk-source-file-saver-get-compression-type.returns"></a><h4>Returns</h4>
612
608
  <p> the compression type.</p>
613
- <p></p>
614
609
  </div>
615
- <p class="since">Since 3.14</p>
610
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
616
611
  </div>
617
612
  <hr>
618
613
  <div class="refsect2">
@@ -621,7 +616,7 @@ gtk_source_file_saver_get_compression_type
621
616
  gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>,
622
617
  <em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="type">GtkSourceFileSaverFlags</span></a> flags</code></em>);</pre>
623
618
  <div class="refsect3">
624
- <a name="id-1.2.5.5.9.13.4"></a><h4>Parameters</h4>
619
+ <a name="gtk-source-file-saver-set-flags.parameters"></a><h4>Parameters</h4>
625
620
  <div class="informaltable"><table width="100%" border="0">
626
621
  <colgroup>
627
622
  <col width="150px" class="parameters_name">
@@ -642,7 +637,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
642
637
  </tbody>
643
638
  </table></div>
644
639
  </div>
645
- <p class="since">Since 3.14</p>
640
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
646
641
  </div>
647
642
  <hr>
648
643
  <div class="refsect2">
@@ -650,7 +645,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
650
645
  <pre class="programlisting"><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="returnvalue">GtkSourceFileSaverFlags</span></a>
651
646
  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>
652
647
  <div class="refsect3">
653
- <a name="id-1.2.5.5.9.14.4"></a><h4>Parameters</h4>
648
+ <a name="gtk-source-file-saver-get-flags.parameters"></a><h4>Parameters</h4>
654
649
  <div class="informaltable"><table width="100%" border="0">
655
650
  <colgroup>
656
651
  <col width="150px" class="parameters_name">
@@ -665,28 +660,27 @@ gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" hre
665
660
  </table></div>
666
661
  </div>
667
662
  <div class="refsect3">
668
- <a name="id-1.2.5.5.9.14.5"></a><h4>Returns</h4>
663
+ <a name="gtk-source-file-saver-get-flags.returns"></a><h4>Returns</h4>
669
664
  <p> the flags.</p>
670
- <p></p>
671
665
  </div>
672
- <p class="since">Since 3.14</p>
666
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
673
667
  </div>
674
668
  <hr>
675
669
  <div class="refsect2">
676
670
  <a name="gtk-source-file-saver-save-async"></a><h3>gtk_source_file_saver_save_async ()</h3>
677
671
  <pre class="programlisting"><span class="returnvalue">void</span>
678
672
  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>,
679
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> io_priority</code></em>,
680
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
681
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFileProgressCallback"><span class="type">GFileProgressCallback</span></a> progress_callback</code></em>,
682
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> progress_callback_data</code></em>,
683
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> progress_callback_notify</code></em>,
684
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
685
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
686
- <p>Saves asynchronously the buffer into the file. See the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
673
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> io_priority</code></em>,
674
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
675
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGFile.html#GFileProgressCallback"><span class="type">GFileProgressCallback</span></a> progress_callback</code></em>,
676
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> progress_callback_data</code></em>,
677
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> progress_callback_notify</code></em>,
678
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
679
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-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="/usr/share/gtk-doc/html/gioGAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>
687
681
  documentation to know how to use this function.</p>
688
682
  <div class="refsect3">
689
- <a name="id-1.2.5.5.9.15.5"></a><h4>Parameters</h4>
683
+ <a name="gtk-source-file-saver-save-async.parameters"></a><h4>Parameters</h4>
690
684
  <div class="informaltable"><table width="100%" border="0">
691
685
  <colgroup>
692
686
  <col width="150px" class="parameters_name">
@@ -701,19 +695,19 @@ documentation to know how to use this function.</p>
701
695
  </tr>
702
696
  <tr>
703
697
  <td class="parameter_name"><p>io_priority</p></td>
704
- <td class="parameter_description"><p>the I/O priority of the request. E.g. <a href="/home/vagrant/ruby-gnome2.win32/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>,
705
- <a href="/home/vagrant/ruby-gnome2.win32/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.win32/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>
698
+ <td class="parameter_description"><p>the I/O priority of the request. E.g. <a href="/usr/share/gtk-doc/html/glibglib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"><code class="literal">G_PRIORITY_LOW</code></a>,
699
+ <a href="/usr/share/gtk-doc/html/glibglib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"><code class="literal">G_PRIORITY_DEFAULT</code></a> or <a href="/usr/share/gtk-doc/html/glibglib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"><code class="literal">G_PRIORITY_HIGH</code></a>.</p></td>
706
700
  <td class="parameter_annotations"> </td>
707
701
  </tr>
708
702
  <tr>
709
703
  <td class="parameter_name"><p>cancellable</p></td>
710
- <td class="parameter_description"><p> optional <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GCancellable.html"><span class="type">GCancellable</span></a> object, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
704
+ <td class="parameter_description"><p> optional <a href="/usr/share/gtk-doc/html/gioGCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td>
711
705
  <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>
712
706
  </tr>
713
707
  <tr>
714
708
  <td class="parameter_name"><p>progress_callback</p></td>
715
709
  <td class="parameter_description"><p> function to call back with
716
- progress information, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if progress information is not needed. </p></td>
710
+ progress information, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if progress information is not needed. </p></td>
717
711
  <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>
718
712
  </tr>
719
713
  <tr>
@@ -728,12 +722,12 @@ progress information, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/l
728
722
  <em class="parameter"><code>progress_callback_data</code></em>
729
723
  when the <em class="parameter"><code>progress_callback</code></em>
730
724
  is no longer needed, or
731
- <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
725
+ <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
732
726
  <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>
733
727
  </tr>
734
728
  <tr>
735
729
  <td class="parameter_name"><p>callback</p></td>
736
- <td class="parameter_description"><p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is
730
+ <td class="parameter_description"><p> a <a href="/usr/share/gtk-doc/html/gioGAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is
737
731
  satisfied. </p></td>
738
732
  <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>
739
733
  </tr>
@@ -746,21 +740,23 @@ satisfied. </p></td>
746
740
  </tbody>
747
741
  </table></div>
748
742
  </div>
749
- <p class="since">Since 3.14</p>
743
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
750
744
  </div>
751
745
  <hr>
752
746
  <div class="refsect2">
753
747
  <a name="gtk-source-file-saver-save-finish"></a><h3>gtk_source_file_saver_save_finish ()</h3>
754
- <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
748
+ <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
755
749
  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>,
756
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
757
- <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
750
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a> *result</code></em>,
751
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
758
752
  <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>
759
753
  <p>If the file has been saved successfully, the following <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>
760
754
  properties will be updated: the location, the encoding, the newline type and
761
755
  the compression type.</p>
756
+ <p>Since the 3.20 version, <a href="/usr/share/gtk-doc/html/gtk3GtkTextBuffer.html#gtk-text-buffer-set-modified"><code class="function">gtk_text_buffer_set_modified()</code></a> is called with <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
757
+ if the file has been saved successfully.</p>
762
758
  <div class="refsect3">
763
- <a name="id-1.2.5.5.9.16.6"></a><h4>Parameters</h4>
759
+ <a name="gtk-source-file-saver-save-finish.parameters"></a><h4>Parameters</h4>
764
760
  <div class="informaltable"><table width="100%" border="0">
765
761
  <colgroup>
766
762
  <col width="150px" class="parameters_name">
@@ -775,23 +771,22 @@ the compression type.</p>
775
771
  </tr>
776
772
  <tr>
777
773
  <td class="parameter_name"><p>result</p></td>
778
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html"><span class="type">GAsyncResult</span></a>.</p></td>
774
+ <td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/gioGAsyncResult.html#GAsyncResult-struct"><span class="type">GAsyncResult</span></a>.</p></td>
779
775
  <td class="parameter_annotations"> </td>
780
776
  </tr>
781
777
  <tr>
782
778
  <td class="parameter_name"><p>error</p></td>
783
- <td class="parameter_description"><p>a <a href="/home/vagrant/ruby-gnome2.win32/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.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
779
+ <td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p></td>
784
780
  <td class="parameter_annotations"> </td>
785
781
  </tr>
786
782
  </tbody>
787
783
  </table></div>
788
784
  </div>
789
785
  <div class="refsect3">
790
- <a name="id-1.2.5.5.9.16.7"></a><h4>Returns</h4>
786
+ <a name="gtk-source-file-saver-save-finish.returns"></a><h4>Returns</h4>
791
787
  <p> whether the file was saved successfully.</p>
792
- <p></p>
793
788
  </div>
794
- <p class="since">Since 3.14</p>
789
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
795
790
  </div>
796
791
  </div>
797
792
  <div class="refsect1">
@@ -811,7 +806,7 @@ the compression type.</p>
811
806
  <a name="GtkSourceFileSaverError"></a><h3>enum GtkSourceFileSaverError</h3>
812
807
  <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>
813
808
  <div class="refsect3">
814
- <a name="id-1.2.5.5.10.4.4"></a><h4>Members</h4>
809
+ <a name="GtkSourceFileSaverError.members"></a><h4>Members</h4>
815
810
  <div class="informaltable"><table width="100%" border="0">
816
811
  <colgroup>
817
812
  <col width="300px" class="enum_members_name">
@@ -838,14 +833,14 @@ the compression type.</p>
838
833
  </tbody>
839
834
  </table></div>
840
835
  </div>
841
- <p class="since">Since 3.14</p>
836
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
842
837
  </div>
843
838
  <hr>
844
839
  <div class="refsect2">
845
840
  <a name="GtkSourceFileSaverFlags"></a><h3>enum GtkSourceFileSaverFlags</h3>
846
841
  <p>Flags to define the behavior of a <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a>.</p>
847
842
  <div class="refsect3">
848
- <a name="id-1.2.5.5.10.5.4"></a><h4>Members</h4>
843
+ <a name="GtkSourceFileSaverFlags.members"></a><h4>Members</h4>
849
844
  <div class="informaltable"><table width="100%" border="0">
850
845
  <colgroup>
851
846
  <col width="300px" class="enum_members_name">
@@ -884,7 +879,7 @@ the compression type.</p>
884
879
  </tbody>
885
880
  </table></div>
886
881
  </div>
887
- <p class="since">Since 3.14</p>
882
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
888
883
  </div>
889
884
  </div>
890
885
  <div class="refsect1">
@@ -895,7 +890,7 @@ the compression type.</p>
895
890
  <p>The <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to save. The <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object has a
896
891
  weak reference to the buffer.</p>
897
892
  <p>Flags: Read / Write / Construct Only</p>
898
- <p class="since">Since 3.14</p>
893
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
899
894
  </div>
900
895
  <hr>
901
896
  <div class="refsect2">
@@ -904,7 +899,7 @@ weak reference to the buffer.</p>
904
899
  <p>The compression type.</p>
905
900
  <p>Flags: Read / Write / Construct</p>
906
901
  <p>Default value: GTK_SOURCE_COMPRESSION_TYPE_NONE</p>
907
- <p class="since">Since 3.14</p>
902
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
908
903
  </div>
909
904
  <hr>
910
905
  <div class="refsect2">
@@ -912,7 +907,7 @@ weak reference to the buffer.</p>
912
907
  <pre class="programlisting"> “encoding” <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *</pre>
913
908
  <p>The file's encoding.</p>
914
909
  <p>Flags: Read / Write / Construct</p>
915
- <p class="since">Since 3.14</p>
910
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
916
911
  </div>
917
912
  <hr>
918
913
  <div class="refsect2">
@@ -921,7 +916,7 @@ weak reference to the buffer.</p>
921
916
  <p>The <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>. The <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object has a weak
922
917
  reference to the file.</p>
923
918
  <p>Flags: Read / Write / Construct Only</p>
924
- <p class="since">Since 3.14</p>
919
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
925
920
  </div>
926
921
  <hr>
927
922
  <div class="refsect2">
@@ -929,16 +924,16 @@ reference to the file.</p>
929
924
  <pre class="programlisting"> “flags” <a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="type">GtkSourceFileSaverFlags</span></a></pre>
930
925
  <p>File saving flags.</p>
931
926
  <p>Flags: Read / Write / Construct</p>
932
- <p class="since">Since 3.14</p>
927
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
933
928
  </div>
934
929
  <hr>
935
930
  <div class="refsect2">
936
931
  <a name="GtkSourceFileSaver--location"></a><h3>The <code class="literal">“location”</code> property</h3>
937
- <pre class="programlisting"> “location” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *</pre>
938
- <p>The <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> where to save the buffer. By default the location is taken
932
+ <pre class="programlisting"> “location” <a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a> *</pre>
933
+ <p>The <a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a> where to save the buffer. By default the location is taken
939
934
  from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> at construction time.</p>
940
935
  <p>Flags: Read / Write / Construct Only</p>
941
- <p class="since">Since 3.14</p>
936
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
942
937
  </div>
943
938
  <hr>
944
939
  <div class="refsect2">
@@ -947,7 +942,7 @@ from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span c
947
942
  <p>The newline type.</p>
948
943
  <p>Flags: Read / Write / Construct</p>
949
944
  <p>Default value: GTK_SOURCE_NEWLINE_TYPE_LF</p>
950
- <p class="since">Since 3.14</p>
945
+ <p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
951
946
  </div>
952
947
  </div>
953
948
  <div class="refsect1">
@@ -956,7 +951,6 @@ from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span c
956
951
  </div>
957
952
  </div>
958
953
  <div class="footer">
959
- <hr>
960
- Generated by GTK-Doc V1.21.1</div>
954
+ <hr>Generated by GTK-Doc V1.25.1</div>
961
955
  </body>
962
956
  </html>