gtksourceview3 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -4
  3. data/lib/gtksourceview3/loader.rb +46 -0
  4. data/lib/gtksourceview3/mark-attributes.rb +29 -0
  5. data/lib/gtksourceview3.rb +47 -12
  6. data/test/run-test.rb +2 -0
  7. data/test/{test_mark_attributes.rb → test-mark-attributes.rb} +1 -1
  8. data/test/{test_source_gutter_renderer.rb → test-source-gutter-renderer.rb} +0 -0
  9. data/test/{test_source_language_manager.rb → test-source-language-manager.rb} +6 -6
  10. data/test/{test_source_view.rb → test-source-view.rb} +1 -1
  11. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +3 -0
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +4 -5
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +1 -1
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +0 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +5 -0
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +5 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +60 -0
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +56 -0
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +56 -0
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -0
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +5 -0
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +41 -14
  24. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  25. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  26. data/vendor/local/lib/libgtksourceview-3.0.la +3 -3
  27. data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  28. data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  29. data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  30. data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  31. data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  32. data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  33. data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  34. data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  35. data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  36. data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  37. data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  38. data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  39. data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  40. data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  41. data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  42. data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  43. data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  44. data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  45. data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  46. data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  47. data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  48. data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  49. data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  50. data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  51. data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  52. data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  53. data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  54. data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  55. data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  56. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
  57. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +501 -39
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +186 -132
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +55 -55
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +29 -23
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +39 -39
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +9 -9
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +22 -22
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +35 -35
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +14 -14
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +19 -19
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +19 -19
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +26 -26
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +32 -32
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +28 -28
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +141 -133
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +14 -14
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +6 -6
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +26 -26
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +17 -17
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +18 -18
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +42 -42
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +89 -89
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +155 -56
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +23 -23
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +8 -8
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +17 -19
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +215 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +129 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +129 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +18 -18
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +27 -26
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +751 -327
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +3 -3
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +1 -1
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +1 -1
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +1 -1
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +3 -3
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +107 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +1 -1
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +1 -1
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +89 -1
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +9 -90
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +25 -16
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +53 -0
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +44 -0
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +50 -0
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +33 -0
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +38 -0
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +38 -0
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +10 -10
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +253 -161
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +57 -25
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +295 -190
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +73 -30
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +13 -9
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +153 -0
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +50 -0
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +3 -3
  116. data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +4 -4
  117. data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +234 -125
  118. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +1 -0
  119. data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +247 -257
  120. data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +1 -1
  121. data/vendor/local/share/gtksourceview-3.0/language-specs/genie.lang +238 -0
  122. data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +4 -3
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +3 -1
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +150 -5
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +1 -1
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +1008 -172
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +283 -0
  129. data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -1
  130. data/vendor/local/share/gtksourceview-3.0/language-specs/thrift.lang +267 -0
  131. data/vendor/local/share/gtksourceview-3.0/language-specs/xslt.lang +13 -0
  132. data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +1 -1
  133. data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +2 -0
  134. data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +3 -0
  135. data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -0
  136. data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +3 -0
  137. data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +3 -1
  138. data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +3 -1
  139. data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -0
  140. data/vendor/local/share/license/gtksourceview/AUTHORS +7 -5
  141. metadata +43 -35
  142. data/ext/gtksourceview3/depend +0 -6
  143. data/ext/gtksourceview3/extconf.rb +0 -67
  144. data/ext/gtksourceview3/gtksourceview3.def +0 -2
  145. data/ext/gtksourceview3/rbgtksource.c +0 -53
  146. data/ext/gtksourceview3/rbgtksourcebuffer.c +0 -318
  147. data/ext/gtksourceview3/rbgtksourcegutter.c +0 -82
  148. data/ext/gtksourceview3/rbgtksourcegutterrenderer.c +0 -143
  149. data/ext/gtksourceview3/rbgtksourcegutterrendererpixbuf.c +0 -42
  150. data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +0 -40
  151. data/ext/gtksourceview3/rbgtksourcelanguage.c +0 -124
  152. data/ext/gtksourceview3/rbgtksourcelanguagemanager.c +0 -114
  153. data/ext/gtksourceview3/rbgtksourcemark.c +0 -85
  154. data/ext/gtksourceview3/rbgtksourcemarkattributes.c +0 -77
  155. data/ext/gtksourceview3/rbgtksourceprintcompositor.c +0 -171
  156. data/ext/gtksourceview3/rbgtksourcestyle.c +0 -42
  157. data/ext/gtksourceview3/rbgtksourcestylescheme.c +0 -72
  158. data/ext/gtksourceview3/rbgtksourcestyleschememanager.c +0 -140
  159. data/ext/gtksourceview3/rbgtksourceundomanager.c +0 -83
  160. data/ext/gtksourceview3/rbgtksourceview.c +0 -94
  161. data/ext/gtksourceview3/rbgtksourceview3conversions.h +0 -50
  162. data/ext/gtksourceview3/rbgtksourceview3private.h +0 -53
  163. data/extconf.rb +0 -49
  164. data/lib/2.0/gtksourceview3.so +0 -0
  165. data/lib/2.1/gtksourceview3.so +0 -0
  166. data/lib/2.2/gtksourceview3.so +0 -0
  167. data/sample/sourcelanguagemanager.rb +0 -21
  168. data/sample/test.rb +0 -32
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GtkSourceView 3 Reference Manual: GtkSourceFileSaver</title>
5
+ <title>GtkSourceFileSaver: GtkSourceView 3 Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch01.html" title="API reference">
8
+ <link rel="up" href="ch04.html" title="File Loading and Saving">
9
9
  <link rel="prev" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader">
10
- <link rel="next" href="GtkSourceGutter.html" title="GtkSourceGutter">
10
+ <link rel="next" href="ch05.html" title="Gutter and Marks">
11
11
  <meta name="generator" content="GTK-Doc V1.21.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="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="u" href="ch04.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="GtkSourceGutter.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ <td><a accesskey="n" href="ch05.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>
@@ -274,7 +274,7 @@ gtk_source_file_saver_new (<em class="parameter"><code><a class="link" href="Gtk
274
274
 
275
275
  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
276
  <div class="refsect3">
277
- <a name="id-1.2.13.9.2.6"></a><h4>Parameters</h4>
277
+ <a name="id-1.2.5.5.9.2.6"></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,7 +296,7 @@ already contains a non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/loc
296
296
  </table></div>
297
297
  </div>
298
298
  <div class="refsect3">
299
- <a name="id-1.2.13.9.2.7"></a><h4>Returns</h4>
299
+ <a name="id-1.2.5.5.9.2.7"></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
301
  <p></p>
302
302
  </div>
@@ -318,7 +318,7 @@ location is still available in <a class="link" href="GtkSourceFile.html" title="
318
318
  <p>This constructor is suitable for a "save as" operation, or for saving a new
319
319
  buffer for the first time.</p>
320
320
  <div class="refsect3">
321
- <a name="id-1.2.13.9.3.6"></a><h4>Parameters</h4>
321
+ <a name="id-1.2.5.5.9.3.6"></a><h4>Parameters</h4>
322
322
  <div class="informaltable"><table width="100%" border="0">
323
323
  <colgroup>
324
324
  <col width="150px" class="parameters_name">
@@ -345,7 +345,7 @@ buffer for the first time.</p>
345
345
  </table></div>
346
346
  </div>
347
347
  <div class="refsect3">
348
- <a name="id-1.2.13.9.3.7"></a><h4>Returns</h4>
348
+ <a name="id-1.2.5.5.9.3.7"></a><h4>Returns</h4>
349
349
  <p> a new <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> object.</p>
350
350
  <p></p>
351
351
  </div>
@@ -357,7 +357,7 @@ buffer for the first time.</p>
357
357
  <pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
358
358
  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
359
  <div class="refsect3">
360
- <a name="id-1.2.13.9.4.4"></a><h4>Parameters</h4>
360
+ <a name="id-1.2.5.5.9.4.4"></a><h4>Parameters</h4>
361
361
  <div class="informaltable"><table width="100%" border="0">
362
362
  <colgroup>
363
363
  <col width="150px" class="parameters_name">
@@ -372,7 +372,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
372
372
  </table></div>
373
373
  </div>
374
374
  <div class="refsect3">
375
- <a name="id-1.2.13.9.4.5"></a><h4>Returns</h4>
375
+ <a name="id-1.2.5.5.9.4.5"></a><h4>Returns</h4>
376
376
  <p> the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to save. </p>
377
377
  <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
378
  </div>
@@ -384,7 +384,7 @@ gtk_source_file_saver_get_buffer (<em class="parameter"><code><a class="link" hr
384
384
  <pre class="programlisting"><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="returnvalue">GtkSourceFile</span></a> *
385
385
  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
386
  <div class="refsect3">
387
- <a name="id-1.2.13.9.5.4"></a><h4>Parameters</h4>
387
+ <a name="id-1.2.5.5.9.5.4"></a><h4>Parameters</h4>
388
388
  <div class="informaltable"><table width="100%" border="0">
389
389
  <colgroup>
390
390
  <col width="150px" class="parameters_name">
@@ -399,7 +399,7 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
399
399
  </table></div>
400
400
  </div>
401
401
  <div class="refsect3">
402
- <a name="id-1.2.13.9.5.5"></a><h4>Returns</h4>
402
+ <a name="id-1.2.5.5.9.5.5"></a><h4>Returns</h4>
403
403
  <p> the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>. </p>
404
404
  <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
405
  </div>
@@ -411,7 +411,7 @@ gtk_source_file_saver_get_file (<em class="parameter"><code><a class="link" href
411
411
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="returnvalue">GFile</span></a> *
412
412
  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
413
  <div class="refsect3">
414
- <a name="id-1.2.13.9.6.4"></a><h4>Parameters</h4>
414
+ <a name="id-1.2.5.5.9.6.4"></a><h4>Parameters</h4>
415
415
  <div class="informaltable"><table width="100%" border="0">
416
416
  <colgroup>
417
417
  <col width="150px" class="parameters_name">
@@ -426,7 +426,7 @@ gtk_source_file_saver_get_location (<em class="parameter"><code><a class="link"
426
426
  </table></div>
427
427
  </div>
428
428
  <div class="refsect3">
429
- <a name="id-1.2.13.9.6.5"></a><h4>Returns</h4>
429
+ <a name="id-1.2.5.5.9.6.5"></a><h4>Returns</h4>
430
430
  <p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> where to save the buffer to. </p>
431
431
  <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
432
  </div>
@@ -442,7 +442,7 @@ gtk_source_file_saver_set_encoding (<em class="parameter"><code><a class="link"
442
442
  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.
443
443
  By default the encoding is taken from the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
444
444
  <div class="refsect3">
445
- <a name="id-1.2.13.9.7.5"></a><h4>Parameters</h4>
445
+ <a name="id-1.2.5.5.9.7.5"></a><h4>Parameters</h4>
446
446
  <div class="informaltable"><table width="100%" border="0">
447
447
  <colgroup>
448
448
  <col width="150px" class="parameters_name">
@@ -471,7 +471,7 @@ By default the encoding is taken from the <a class="link" href="GtkSourceFile.ht
471
471
  <pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
472
472
  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
473
  <div class="refsect3">
474
- <a name="id-1.2.13.9.8.4"></a><h4>Parameters</h4>
474
+ <a name="id-1.2.5.5.9.8.4"></a><h4>Parameters</h4>
475
475
  <div class="informaltable"><table width="100%" border="0">
476
476
  <colgroup>
477
477
  <col width="150px" class="parameters_name">
@@ -486,7 +486,7 @@ gtk_source_file_saver_get_encoding (<em class="parameter"><code><a class="link"
486
486
  </table></div>
487
487
  </div>
488
488
  <div class="refsect3">
489
- <a name="id-1.2.13.9.8.5"></a><h4>Returns</h4>
489
+ <a name="id-1.2.5.5.9.8.5"></a><h4>Returns</h4>
490
490
  <p> the encoding.</p>
491
491
  <p></p>
492
492
  </div>
@@ -502,7 +502,7 @@ gtk_source_file_saver_set_newline_type
502
502
  <p>Sets the newline type. By default the newline type is taken from the
503
503
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
504
504
  <div class="refsect3">
505
- <a name="id-1.2.13.9.9.5"></a><h4>Parameters</h4>
505
+ <a name="id-1.2.5.5.9.9.5"></a><h4>Parameters</h4>
506
506
  <div class="informaltable"><table width="100%" border="0">
507
507
  <colgroup>
508
508
  <col width="150px" class="parameters_name">
@@ -532,7 +532,7 @@ gtk_source_file_saver_set_newline_type
532
532
  gtk_source_file_saver_get_newline_type
533
533
  (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
534
534
  <div class="refsect3">
535
- <a name="id-1.2.13.9.10.4"></a><h4>Parameters</h4>
535
+ <a name="id-1.2.5.5.9.10.4"></a><h4>Parameters</h4>
536
536
  <div class="informaltable"><table width="100%" border="0">
537
537
  <colgroup>
538
538
  <col width="150px" class="parameters_name">
@@ -547,7 +547,7 @@ gtk_source_file_saver_get_newline_type
547
547
  </table></div>
548
548
  </div>
549
549
  <div class="refsect3">
550
- <a name="id-1.2.13.9.10.5"></a><h4>Returns</h4>
550
+ <a name="id-1.2.5.5.9.10.5"></a><h4>Returns</h4>
551
551
  <p> the newline type.</p>
552
552
  <p></p>
553
553
  </div>
@@ -563,7 +563,7 @@ gtk_source_file_saver_set_compression_type
563
563
  <p>Sets the compression type. By default the compression type is taken from the
564
564
  <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>.</p>
565
565
  <div class="refsect3">
566
- <a name="id-1.2.13.9.11.5"></a><h4>Parameters</h4>
566
+ <a name="id-1.2.5.5.9.11.5"></a><h4>Parameters</h4>
567
567
  <div class="informaltable"><table width="100%" border="0">
568
568
  <colgroup>
569
569
  <col width="150px" class="parameters_name">
@@ -593,7 +593,7 @@ gtk_source_file_saver_set_compression_type
593
593
  gtk_source_file_saver_get_compression_type
594
594
  (<em class="parameter"><code><a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a> *saver</code></em>);</pre>
595
595
  <div class="refsect3">
596
- <a name="id-1.2.13.9.12.4"></a><h4>Parameters</h4>
596
+ <a name="id-1.2.5.5.9.12.4"></a><h4>Parameters</h4>
597
597
  <div class="informaltable"><table width="100%" border="0">
598
598
  <colgroup>
599
599
  <col width="150px" class="parameters_name">
@@ -608,7 +608,7 @@ gtk_source_file_saver_get_compression_type
608
608
  </table></div>
609
609
  </div>
610
610
  <div class="refsect3">
611
- <a name="id-1.2.13.9.12.5"></a><h4>Returns</h4>
611
+ <a name="id-1.2.5.5.9.12.5"></a><h4>Returns</h4>
612
612
  <p> the compression type.</p>
613
613
  <p></p>
614
614
  </div>
@@ -621,7 +621,7 @@ gtk_source_file_saver_get_compression_type
621
621
  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
622
  <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
623
  <div class="refsect3">
624
- <a name="id-1.2.13.9.13.4"></a><h4>Parameters</h4>
624
+ <a name="id-1.2.5.5.9.13.4"></a><h4>Parameters</h4>
625
625
  <div class="informaltable"><table width="100%" border="0">
626
626
  <colgroup>
627
627
  <col width="150px" class="parameters_name">
@@ -650,7 +650,7 @@ gtk_source_file_saver_set_flags (<em class="parameter"><code><a class="link" hre
650
650
  <pre class="programlisting"><a class="link" href="GtkSourceFileSaver.html#GtkSourceFileSaverFlags" title="enum GtkSourceFileSaverFlags"><span class="returnvalue">GtkSourceFileSaverFlags</span></a>
651
651
  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
652
  <div class="refsect3">
653
- <a name="id-1.2.13.9.14.4"></a><h4>Parameters</h4>
653
+ <a name="id-1.2.5.5.9.14.4"></a><h4>Parameters</h4>
654
654
  <div class="informaltable"><table width="100%" border="0">
655
655
  <colgroup>
656
656
  <col width="150px" class="parameters_name">
@@ -665,7 +665,7 @@ gtk_source_file_saver_get_flags (<em class="parameter"><code><a class="link" hre
665
665
  </table></div>
666
666
  </div>
667
667
  <div class="refsect3">
668
- <a name="id-1.2.13.9.14.5"></a><h4>Returns</h4>
668
+ <a name="id-1.2.5.5.9.14.5"></a><h4>Returns</h4>
669
669
  <p> the flags.</p>
670
670
  <p></p>
671
671
  </div>
@@ -686,7 +686,7 @@ gtk_source_file_saver_save_async (<em class="parameter"><code><a class="link" hr
686
686
  <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"><span class="type">GAsyncResult</span></a>
687
687
  documentation to know how to use this function.</p>
688
688
  <div class="refsect3">
689
- <a name="id-1.2.13.9.15.5"></a><h4>Parameters</h4>
689
+ <a name="id-1.2.5.5.9.15.5"></a><h4>Parameters</h4>
690
690
  <div class="informaltable"><table width="100%" border="0">
691
691
  <colgroup>
692
692
  <col width="150px" class="parameters_name">
@@ -760,7 +760,7 @@ gtk_source_file_saver_save_finish (<em class="parameter"><code><a class="link" h
760
760
  properties will be updated: the location, the encoding, the newline type and
761
761
  the compression type.</p>
762
762
  <div class="refsect3">
763
- <a name="id-1.2.13.9.16.6"></a><h4>Parameters</h4>
763
+ <a name="id-1.2.5.5.9.16.6"></a><h4>Parameters</h4>
764
764
  <div class="informaltable"><table width="100%" border="0">
765
765
  <colgroup>
766
766
  <col width="150px" class="parameters_name">
@@ -787,7 +787,7 @@ the compression type.</p>
787
787
  </table></div>
788
788
  </div>
789
789
  <div class="refsect3">
790
- <a name="id-1.2.13.9.16.7"></a><h4>Returns</h4>
790
+ <a name="id-1.2.5.5.9.16.7"></a><h4>Returns</h4>
791
791
  <p> whether the file was saved successfully.</p>
792
792
  <p></p>
793
793
  </div>
@@ -811,7 +811,7 @@ the compression type.</p>
811
811
  <a name="GtkSourceFileSaverError"></a><h3>enum GtkSourceFileSaverError</h3>
812
812
  <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
813
  <div class="refsect3">
814
- <a name="id-1.2.13.10.4.4"></a><h4>Members</h4>
814
+ <a name="id-1.2.5.5.10.4.4"></a><h4>Members</h4>
815
815
  <div class="informaltable"><table width="100%" border="0">
816
816
  <colgroup>
817
817
  <col width="300px" class="enum_members_name">
@@ -845,7 +845,7 @@ the compression type.</p>
845
845
  <a name="GtkSourceFileSaverFlags"></a><h3>enum GtkSourceFileSaverFlags</h3>
846
846
  <p>Flags to define the behavior of a <a class="link" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver"><span class="type">GtkSourceFileSaver</span></a>.</p>
847
847
  <div class="refsect3">
848
- <a name="id-1.2.13.10.5.4"></a><h4>Members</h4>
848
+ <a name="id-1.2.5.5.10.5.4"></a><h4>Members</h4>
849
849
  <div class="informaltable"><table width="100%" border="0">
850
850
  <colgroup>
851
851
  <col width="300px" class="enum_members_name">
@@ -2,11 +2,11 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>GtkSourceView 3 Reference Manual: GtkSourceGutter</title>
5
+ <title>GtkSourceGutter: GtkSourceView 3 Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch01.html" title="API reference">
9
- <link rel="prev" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver">
8
+ <link rel="up" href="ch05.html" title="Gutter and Marks">
9
+ <link rel="prev" href="ch05.html" title="Gutter and Marks">
10
10
  <link rel="next" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer">
11
11
  <meta name="generator" content="GTK-Doc V1.21.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="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
- <td><a accesskey="p" href="GtkSourceFileSaver.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></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>
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">
@@ -43,7 +43,7 @@
43
43
  <tbody>
44
44
  <tr>
45
45
  <td class="function_type">
46
- <span class="returnvalue">GdkWindow</span> *
46
+ <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><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>
@@ -124,7 +124,7 @@
124
124
  <td class="property_flags">Read / Write / Construct Only</td>
125
125
  </tr>
126
126
  <tr>
127
- <td class="property_type"><a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></td>
127
+ <td class="property_type"><a href="http://developer.gnome.org/gtk2/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>
@@ -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="/opt/gnome/share/gtk-doc/html/gtk3/GtkTreeView.html"><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/gtk2/GtkTreeView.html"><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="/opt/gnome/share/gtk-doc/html/gtk3/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a>. The builtin line number renderer is at position
178
+ underlying <a href="http://developer.gnome.org/gtk2/GtkTreeModel.html"><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,16 +185,16 @@ 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"><span class="returnvalue">GdkWindow</span> *
188
+ <pre class="programlisting"><a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><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="/opt/gnome/share/gtk-doc/html/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/gtk2/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 <span class="type">GdkWindow</span> of the gutter. The window will only be available when the
194
+ <p>Get the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><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
- <a name="id-1.2.14.9.2.7"></a><h4>Parameters</h4>
197
+ <a name="id-1.2.6.2.9.2.7"></a><h4>Parameters</h4>
198
198
  <div class="informaltable"><table width="100%" border="0">
199
199
  <colgroup>
200
200
  <col width="150px" class="parameters_name">
@@ -209,8 +209,8 @@ gutter has at least one, non-zero width, cell renderer packed.</p>
209
209
  </table></div>
210
210
  </div>
211
211
  <div class="refsect3">
212
- <a name="id-1.2.14.9.2.8"></a><h4>Returns</h4>
213
- <p> the <span class="type">GdkWindow</span> 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>
212
+ <a name="id-1.2.6.2.9.2.8"></a><h4>Returns</h4>
213
+ <p> the <a href="http://developer.gnome.org/gdk2/gdk3-Windows.html#GdkWindow"><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>
@@ -230,7 +230,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
230
230
  <em class="parameter"><code>renderer</code></em>
231
231
  cannot be already inserted to another gutter.</p>
232
232
  <div class="refsect3">
233
- <a name="id-1.2.14.9.3.5"></a><h4>Parameters</h4>
233
+ <a name="id-1.2.6.2.9.3.5"></a><h4>Parameters</h4>
234
234
  <div class="informaltable"><table width="100%" border="0">
235
235
  <colgroup>
236
236
  <col width="150px" class="parameters_name">
@@ -257,7 +257,7 @@ claims its ownership. Otherwise just increases renderer's reference count.
257
257
  </table></div>
258
258
  </div>
259
259
  <div class="refsect3">
260
- <a name="id-1.2.14.9.3.6"></a><h4>Returns</h4>
260
+ <a name="id-1.2.6.2.9.3.6"></a><h4>Returns</h4>
261
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
  <p></p>
263
263
  </div>
@@ -275,7 +275,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
275
275
  to new <em class="parameter"><code>position</code></em>
276
276
  .</p>
277
277
  <div class="refsect3">
278
- <a name="id-1.2.14.9.4.5"></a><h4>Parameters</h4>
278
+ <a name="id-1.2.6.2.9.4.5"></a><h4>Parameters</h4>
279
279
  <div class="informaltable"><table width="100%" border="0">
280
280
  <colgroup>
281
281
  <col width="150px" class="parameters_name">
@@ -290,7 +290,7 @@ gtk_source_gutter_reorder (<em class="parameter"><code><a class="link" href="Gtk
290
290
  </tr>
291
291
  <tr>
292
292
  <td class="parameter_name"><p>renderer</p></td>
293
- <td class="parameter_description"><p>a <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkCellRenderer.html"><span class="type">GtkCellRenderer</span></a>.</p></td>
293
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gtk2/GtkCellRenderer.html"><span class="type">GtkCellRenderer</span></a>.</p></td>
294
294
  <td class="parameter_annotations"> </td>
295
295
  </tr>
296
296
  <tr>
@@ -313,7 +313,7 @@ gtk_source_gutter_remove (<em class="parameter"><code><a class="link" href="GtkS
313
313
  from <em class="parameter"><code>gutter</code></em>
314
314
  .</p>
315
315
  <div class="refsect3">
316
- <a name="id-1.2.14.9.5.5"></a><h4>Parameters</h4>
316
+ <a name="id-1.2.6.2.9.5.5"></a><h4>Parameters</h4>
317
317
  <div class="informaltable"><table width="100%" border="0">
318
318
  <colgroup>
319
319
  <col width="150px" class="parameters_name">
@@ -344,7 +344,7 @@ gtk_source_gutter_queue_draw (<em class="parameter"><code><a class="link" href="
344
344
  <p>Invalidates the drawable area of the gutter. You can use this to force a
345
345
  redraw of the gutter if something has changed and needs to be redrawn.</p>
346
346
  <div class="refsect3">
347
- <a name="id-1.2.14.9.6.5"></a><h4>Parameters</h4>
347
+ <a name="id-1.2.6.2.9.6.5"></a><h4>Parameters</h4>
348
348
  <div class="informaltable"><table width="100%" border="0">
349
349
  <colgroup>
350
350
  <col width="150px" class="parameters_name">
@@ -393,7 +393,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
393
393
  <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>
394
394
  <p>Finds the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a> at (x, y).</p>
395
395
  <div class="refsect3">
396
- <a name="id-1.2.14.9.9.5"></a><h4>Parameters</h4>
396
+ <a name="id-1.2.6.2.9.9.5"></a><h4>Parameters</h4>
397
397
  <div class="informaltable"><table width="100%" border="0">
398
398
  <colgroup>
399
399
  <col width="150px" class="parameters_name">
@@ -420,7 +420,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
420
420
  </table></div>
421
421
  </div>
422
422
  <div class="refsect3">
423
- <a name="id-1.2.14.9.9.6"></a><h4>Returns</h4>
423
+ <a name="id-1.2.6.2.9.9.6"></a><h4>Returns</h4>
424
424
  <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>
425
425
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
426
426
  </div>
@@ -444,7 +444,7 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
444
444
  <hr>
445
445
  <div class="refsect2">
446
446
  <a name="GtkSourceGutter--window-type"></a><h3>The <code class="literal">“window-type”</code> property</h3>
447
- <pre class="programlisting"> “window-type” <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
447
+ <pre class="programlisting"> “window-type” <a href="http://developer.gnome.org/gtk2/GtkTextView.html#GtkTextWindowType"><span class="type">GtkTextWindowType</span></a></pre>
448
448
  <p>The text window type on which the window is placed.</p>
449
449
  <p>Flags: Read / Write / Construct Only</p>
450
450
  <p>Default value: GTK_TEXT_WINDOW_PRIVATE</p>
@@ -456,8 +456,8 @@ gtk_source_gutter_get_renderer_at_pos (<em class="parameter"><code><a class="lin
456
456
  <p>The x-padding.</p>
457
457
  <div class="warning">
458
458
  <p><code class="literal">GtkSourceGutter:xpad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
459
- <p>Use the <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--xpad" title="The “xpad” property"><span class="type">“xpad”</span></a> property
460
- instead.</p>
459
+ <p>Use the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a>'s
460
+ <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--xpad" title="The “xpad” property"><span class="type">“xpad”</span></a> property instead.</p>
461
461
  </div>
462
462
  <p>Flags: Read / Write / Construct</p>
463
463
  <p>Allowed values: &gt;= -1</p>
@@ -470,8 +470,8 @@ instead.</p>
470
470
  <p>The y-padding.</p>
471
471
  <div class="warning">
472
472
  <p><code class="literal">GtkSourceGutter:ypad</code> has been deprecated since version 3.12 and should not be used in newly-written code.</p>
473
- <p>Use the <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--ypad" title="The “ypad” property"><span class="type">“ypad”</span></a> property
474
- instead.</p>
473
+ <p>Use the <a class="link" href="GtkSourceGutterRenderer.html" title="GtkSourceGutterRenderer"><span class="type">GtkSourceGutterRenderer</span></a>'s
474
+ <a class="link" href="GtkSourceGutterRenderer.html#GtkSourceGutterRenderer--ypad" title="The “ypad” property"><span class="type">“ypad”</span></a> property instead.</p>
475
475
  </div>
476
476
  <p>Flags: Read / Write / Construct</p>
477
477
  <p>Allowed values: &gt;= -1</p>