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,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: GtkSourceEncoding</title>
5
+ <title>GtkSourceEncoding: 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="GtkSourceCompletionWords.html" title="GtkSourceCompletionWords">
8
+ <link rel="up" href="ch04.html" title="File Loading and Saving">
9
+ <link rel="prev" href="ch04.html" title="File Loading and Saving">
10
10
  <link rel="next" href="GtkSourceFile.html" title="GtkSourceFile">
11
11
  <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
@@ -19,8 +19,8 @@
19
19
  <a href="#GtkSourceEncoding.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
20
  </td>
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
- <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="p" href="GtkSourceCompletionWords.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
22
+ <td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="ch04.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
24
  <td><a accesskey="n" href="GtkSourceFile.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
26
26
  <div class="refentry">
@@ -147,7 +147,7 @@ encoded in UTF-8.</p>
147
147
  <pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
148
148
  gtk_source_encoding_get_utf8 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
149
149
  <div class="refsect3">
150
- <a name="id-1.2.10.8.2.4"></a><h4>Returns</h4>
150
+ <a name="id-1.2.5.2.8.2.4"></a><h4>Returns</h4>
151
151
  <p> the UTF-8 encoding.</p>
152
152
  <p></p>
153
153
  </div>
@@ -160,7 +160,7 @@ gtk_source_encoding_get_utf8 (<em class="parameter"><code><span class="type">voi
160
160
  gtk_source_encoding_get_current (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
161
161
  <p>Gets the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> for the current locale. See also <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html#g-get-charset"><code class="function">g_get_charset()</code></a>.</p>
162
162
  <div class="refsect3">
163
- <a name="id-1.2.10.8.3.5"></a><h4>Returns</h4>
163
+ <a name="id-1.2.5.2.8.3.5"></a><h4>Returns</h4>
164
164
  <p> the current locale encoding.</p>
165
165
  <p></p>
166
166
  </div>
@@ -174,7 +174,7 @@ gtk_source_encoding_get_from_charset (<em class="parameter"><code>const <a href=
174
174
  <p>Gets a <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> from a character set such as "UTF-8" or
175
175
  "ISO-8859-1".</p>
176
176
  <div class="refsect3">
177
- <a name="id-1.2.10.8.4.5"></a><h4>Parameters</h4>
177
+ <a name="id-1.2.5.2.8.4.5"></a><h4>Parameters</h4>
178
178
  <div class="informaltable"><table width="100%" border="0">
179
179
  <colgroup>
180
180
  <col width="150px" class="parameters_name">
@@ -189,7 +189,7 @@ gtk_source_encoding_get_from_charset (<em class="parameter"><code>const <a href=
189
189
  </table></div>
190
190
  </div>
191
191
  <div class="refsect3">
192
- <a name="id-1.2.10.8.4.6"></a><h4>Returns</h4>
192
+ <a name="id-1.2.5.2.8.4.6"></a><h4>Returns</h4>
193
193
  <p> the corresponding <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
194
194
  if not found. </p>
195
195
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
@@ -202,7 +202,7 @@ if not found. </p>
202
202
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
203
203
  gtk_source_encoding_to_string (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
204
204
  <div class="refsect3">
205
- <a name="id-1.2.10.8.5.4"></a><h4>Parameters</h4>
205
+ <a name="id-1.2.5.2.8.5.4"></a><h4>Parameters</h4>
206
206
  <div class="informaltable"><table width="100%" border="0">
207
207
  <colgroup>
208
208
  <col width="150px" class="parameters_name">
@@ -217,7 +217,7 @@ gtk_source_encoding_to_string (<em class="parameter"><code>const <a class="link"
217
217
  </table></div>
218
218
  </div>
219
219
  <div class="refsect3">
220
- <a name="id-1.2.10.8.5.5"></a><h4>Returns</h4>
220
+ <a name="id-1.2.5.2.8.5.5"></a><h4>Returns</h4>
221
221
  <p> a string representation. Free with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.</p>
222
222
  <p></p>
223
223
  </div>
@@ -230,7 +230,7 @@ gtk_source_encoding_to_string (<em class="parameter"><code>const <a class="link"
230
230
  gtk_source_encoding_get_name (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
231
231
  <p>Gets the name of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> such as "Unicode" or "Western".</p>
232
232
  <div class="refsect3">
233
- <a name="id-1.2.10.8.6.5"></a><h4>Parameters</h4>
233
+ <a name="id-1.2.5.2.8.6.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">
@@ -245,7 +245,7 @@ gtk_source_encoding_get_name (<em class="parameter"><code>const <a class="link"
245
245
  </table></div>
246
246
  </div>
247
247
  <div class="refsect3">
248
- <a name="id-1.2.10.8.6.6"></a><h4>Returns</h4>
248
+ <a name="id-1.2.5.2.8.6.6"></a><h4>Returns</h4>
249
249
  <p> the name of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>.</p>
250
250
  <p></p>
251
251
  </div>
@@ -259,7 +259,7 @@ gtk_source_encoding_get_charset (<em class="parameter"><code>const <a class="lin
259
259
  <p>Gets the character set of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>, such as "UTF-8" or
260
260
  "ISO-8859-1".</p>
261
261
  <div class="refsect3">
262
- <a name="id-1.2.10.8.7.5"></a><h4>Parameters</h4>
262
+ <a name="id-1.2.5.2.8.7.5"></a><h4>Parameters</h4>
263
263
  <div class="informaltable"><table width="100%" border="0">
264
264
  <colgroup>
265
265
  <col width="150px" class="parameters_name">
@@ -274,7 +274,7 @@ gtk_source_encoding_get_charset (<em class="parameter"><code>const <a class="lin
274
274
  </table></div>
275
275
  </div>
276
276
  <div class="refsect3">
277
- <a name="id-1.2.10.8.7.6"></a><h4>Returns</h4>
277
+ <a name="id-1.2.5.2.8.7.6"></a><h4>Returns</h4>
278
278
  <p> the character set of the <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>.</p>
279
279
  <p></p>
280
280
  </div>
@@ -287,7 +287,7 @@ gtk_source_encoding_get_charset (<em class="parameter"><code>const <a class="lin
287
287
  gtk_source_encoding_get_all (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
288
288
  <p>Gets all encodings.</p>
289
289
  <div class="refsect3">
290
- <a name="id-1.2.10.8.8.5"></a><h4>Returns</h4>
290
+ <a name="id-1.2.5.2.8.8.5"></a><h4>Returns</h4>
291
291
  <p> a list of
292
292
  all <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a>'s. Free with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. </p>
293
293
  <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkSource.Encoding]</span></p>
@@ -301,7 +301,7 @@ all <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><spa
301
301
  gtk_source_encoding_copy (<em class="parameter"><code>const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
302
302
  <p>Used by language bindings.</p>
303
303
  <div class="refsect3">
304
- <a name="id-1.2.10.8.9.5"></a><h4>Parameters</h4>
304
+ <a name="id-1.2.5.2.8.9.5"></a><h4>Parameters</h4>
305
305
  <div class="informaltable"><table width="100%" border="0">
306
306
  <colgroup>
307
307
  <col width="150px" class="parameters_name">
@@ -316,7 +316,7 @@ gtk_source_encoding_copy (<em class="parameter"><code>const <a class="link" href
316
316
  </table></div>
317
317
  </div>
318
318
  <div class="refsect3">
319
- <a name="id-1.2.10.8.9.6"></a><h4>Returns</h4>
319
+ <a name="id-1.2.5.2.8.9.6"></a><h4>Returns</h4>
320
320
  <p> a copy of <em class="parameter"><code>enc</code></em>
321
321
  .</p>
322
322
  <p></p>
@@ -330,7 +330,7 @@ gtk_source_encoding_copy (<em class="parameter"><code>const <a class="link" href
330
330
  gtk_source_encoding_free (<em class="parameter"><code><a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="type">GtkSourceEncoding</span></a> *enc</code></em>);</pre>
331
331
  <p>Used by language bindings.</p>
332
332
  <div class="refsect3">
333
- <a name="id-1.2.10.8.10.5"></a><h4>Parameters</h4>
333
+ <a name="id-1.2.5.2.8.10.5"></a><h4>Parameters</h4>
334
334
  <div class="informaltable"><table width="100%" border="0">
335
335
  <colgroup>
336
336
  <col width="150px" class="parameters_name">
@@ -2,10 +2,10 @@
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: GtkSourceFile</title>
5
+ <title>GtkSourceFile: 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="GtkSourceEncoding.html" title="GtkSourceEncoding">
10
10
  <link rel="next" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader">
11
11
  <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
@@ -20,7 +20,7 @@
20
20
  <a href="#GtkSourceFile.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="GtkSourceEncoding.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceFileLoader.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
@@ -197,9 +197,9 @@ have still the previous valid values.</p>
197
197
  <span class="c_punctuation">(</span>*GtkSourceMountOperationFactory<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>,
198
198
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> userdata</code></em>);</pre>
199
199
  <p>Type definition for a function that will be called to create a
200
- <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html"><span class="type">GMountOperation</span></a>. This is useful for creating a <a href="/opt/gnome/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>.</p>
200
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html"><span class="type">GMountOperation</span></a>. This is useful for creating a <a href="http://developer.gnome.org/gtk2/gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>.</p>
201
201
  <div class="refsect3">
202
- <a name="id-1.2.11.9.2.5"></a><h4>Parameters</h4>
202
+ <a name="id-1.2.5.3.9.2.5"></a><h4>Parameters</h4>
203
203
  <div class="informaltable"><table width="100%" border="0">
204
204
  <colgroup>
205
205
  <col width="150px" class="parameters_name">
@@ -228,7 +228,7 @@ have still the previous valid values.</p>
228
228
  <pre class="programlisting"><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="returnvalue">GtkSourceFile</span></a> *
229
229
  gtk_source_file_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
230
230
  <div class="refsect3">
231
- <a name="id-1.2.11.9.3.4"></a><h4>Returns</h4>
231
+ <a name="id-1.2.5.3.9.3.4"></a><h4>Returns</h4>
232
232
  <p> a new <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> object.</p>
233
233
  <p></p>
234
234
  </div>
@@ -240,7 +240,7 @@ gtk_source_file_new (<em class="parameter"><code><span class="type">void</span><
240
240
  <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> *
241
241
  gtk_source_file_get_location (<em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>);</pre>
242
242
  <div class="refsect3">
243
- <a name="id-1.2.11.9.4.4"></a><h4>Parameters</h4>
243
+ <a name="id-1.2.5.3.9.4.4"></a><h4>Parameters</h4>
244
244
  <div class="informaltable"><table width="100%" border="0">
245
245
  <colgroup>
246
246
  <col width="150px" class="parameters_name">
@@ -255,7 +255,7 @@ gtk_source_file_get_location (<em class="parameter"><code><a class="link" href="
255
255
  </table></div>
256
256
  </div>
257
257
  <div class="refsect3">
258
- <a name="id-1.2.11.9.4.5"></a><h4>Returns</h4>
258
+ <a name="id-1.2.5.3.9.4.5"></a><h4>Returns</h4>
259
259
  <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>. </p>
260
260
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
261
261
  </div>
@@ -269,7 +269,7 @@ gtk_source_file_set_location (<em class="parameter"><code><a class="link" href="
269
269
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> *location</code></em>);</pre>
270
270
  <p>Sets the location.</p>
271
271
  <div class="refsect3">
272
- <a name="id-1.2.11.9.5.5"></a><h4>Parameters</h4>
272
+ <a name="id-1.2.5.3.9.5.5"></a><h4>Parameters</h4>
273
273
  <div class="informaltable"><table width="100%" border="0">
274
274
  <colgroup>
275
275
  <col width="150px" class="parameters_name">
@@ -300,7 +300,7 @@ gtk_source_file_get_encoding (<em class="parameter"><code><a class="link" href="
300
300
  <p>The encoding is initially <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>. After a successful file loading or saving
301
301
  operation, the encoding is 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>.</p>
302
302
  <div class="refsect3">
303
- <a name="id-1.2.11.9.6.5"></a><h4>Parameters</h4>
303
+ <a name="id-1.2.5.3.9.6.5"></a><h4>Parameters</h4>
304
304
  <div class="informaltable"><table width="100%" border="0">
305
305
  <colgroup>
306
306
  <col width="150px" class="parameters_name">
@@ -315,7 +315,7 @@ operation, the encoding is non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/ve
315
315
  </table></div>
316
316
  </div>
317
317
  <div class="refsect3">
318
- <a name="id-1.2.11.9.6.6"></a><h4>Returns</h4>
318
+ <a name="id-1.2.5.3.9.6.6"></a><h4>Returns</h4>
319
319
  <p> the character encoding.</p>
320
320
  <p></p>
321
321
  </div>
@@ -327,7 +327,7 @@ operation, the encoding is non-<a href="/home/vagrant/ruby-gnome2.win64/glib2/ve
327
327
  <pre class="programlisting"><a class="link" href="GtkSourceFile.html#GtkSourceNewlineType" title="enum GtkSourceNewlineType"><span class="returnvalue">GtkSourceNewlineType</span></a>
328
328
  gtk_source_file_get_newline_type (<em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>);</pre>
329
329
  <div class="refsect3">
330
- <a name="id-1.2.11.9.7.4"></a><h4>Parameters</h4>
330
+ <a name="id-1.2.5.3.9.7.4"></a><h4>Parameters</h4>
331
331
  <div class="informaltable"><table width="100%" border="0">
332
332
  <colgroup>
333
333
  <col width="150px" class="parameters_name">
@@ -342,7 +342,7 @@ gtk_source_file_get_newline_type (<em class="parameter"><code><a class="link" hr
342
342
  </table></div>
343
343
  </div>
344
344
  <div class="refsect3">
345
- <a name="id-1.2.11.9.7.5"></a><h4>Returns</h4>
345
+ <a name="id-1.2.5.3.9.7.5"></a><h4>Returns</h4>
346
346
  <p> the newline type.</p>
347
347
  <p></p>
348
348
  </div>
@@ -354,7 +354,7 @@ gtk_source_file_get_newline_type (<em class="parameter"><code><a class="link" hr
354
354
  <pre class="programlisting"><a class="link" href="GtkSourceFile.html#GtkSourceCompressionType" title="enum GtkSourceCompressionType"><span class="returnvalue">GtkSourceCompressionType</span></a>
355
355
  gtk_source_file_get_compression_type (<em class="parameter"><code><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a> *file</code></em>);</pre>
356
356
  <div class="refsect3">
357
- <a name="id-1.2.11.9.8.4"></a><h4>Parameters</h4>
357
+ <a name="id-1.2.5.3.9.8.4"></a><h4>Parameters</h4>
358
358
  <div class="informaltable"><table width="100%" border="0">
359
359
  <colgroup>
360
360
  <col width="150px" class="parameters_name">
@@ -369,7 +369,7 @@ gtk_source_file_get_compression_type (<em class="parameter"><code><a class="link
369
369
  </table></div>
370
370
  </div>
371
371
  <div class="refsect3">
372
- <a name="id-1.2.11.9.8.5"></a><h4>Returns</h4>
372
+ <a name="id-1.2.5.3.9.8.5"></a><h4>Returns</h4>
373
373
  <p> the compression type.</p>
374
374
  <p></p>
375
375
  </div>
@@ -386,11 +386,11 @@ gtk_source_file_set_mount_operation_factory
386
386
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> notify</code></em>);</pre>
387
387
  <p>Sets a <a class="link" href="GtkSourceFile.html#GtkSourceMountOperationFactory" title="GtkSourceMountOperationFactory ()"><span class="type">GtkSourceMountOperationFactory</span></a> function that will be called when a
388
388
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html"><span class="type">GMountOperation</span></a> must be created. This is useful for creating a
389
- <a href="/opt/gnome/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> with the parent <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWindow.html"><span class="type">GtkWindow</span></a>.</p>
389
+ <a href="http://developer.gnome.org/gtk2/gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a> with the parent <a href="http://developer.gnome.org/gtk2/GtkWindow.html"><span class="type">GtkWindow</span></a>.</p>
390
390
  <p>If a mount operation factory isn't set, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html#g-mount-operation-new"><code class="function">g_mount_operation_new()</code></a> will be
391
391
  called.</p>
392
392
  <div class="refsect3">
393
- <a name="id-1.2.11.9.9.6"></a><h4>Parameters</h4>
393
+ <a name="id-1.2.5.3.9.9.6"></a><h4>Parameters</h4>
394
394
  <div class="informaltable"><table width="100%" border="0">
395
395
  <colgroup>
396
396
  <col width="150px" class="parameters_name">
@@ -439,7 +439,7 @@ longer needed, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/sh
439
439
  <div class="refsect2">
440
440
  <a name="GtkSourceNewlineType"></a><h3>enum GtkSourceNewlineType</h3>
441
441
  <div class="refsect3">
442
- <a name="id-1.2.11.10.3.3"></a><h4>Members</h4>
442
+ <a name="id-1.2.5.3.10.3.3"></a><h4>Members</h4>
443
443
  <div class="informaltable"><table width="100%" border="0">
444
444
  <colgroup>
445
445
  <col width="300px" class="enum_members_name">
@@ -486,7 +486,7 @@ longer needed, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/sh
486
486
  <div class="refsect2">
487
487
  <a name="GtkSourceCompressionType"></a><h3>enum GtkSourceCompressionType</h3>
488
488
  <div class="refsect3">
489
- <a name="id-1.2.11.10.5.3"></a><h4>Members</h4>
489
+ <a name="id-1.2.5.3.10.5.3"></a><h4>Members</h4>
490
490
  <div class="informaltable"><table width="100%" border="0">
491
491
  <colgroup>
492
492
  <col width="300px" class="enum_members_name">
@@ -2,10 +2,10 @@
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: GtkSourceFileLoader</title>
5
+ <title>GtkSourceFileLoader: 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="GtkSourceFile.html" title="GtkSourceFile">
10
10
  <link rel="next" href="GtkSourceFileSaver.html" title="GtkSourceFileSaver">
11
11
  <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
@@ -20,7 +20,7 @@
20
20
  <a href="#GtkSourceFileLoader.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="GtkSourceFile.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceFileSaver.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
@@ -231,7 +231,7 @@ location is anyway not needed, because as soon as the file loading begins,
231
231
  the <em class="parameter"><code>buffer</code></em>
232
232
  is emptied.</p>
233
233
  <div class="refsect3">
234
- <a name="id-1.2.12.9.2.5"></a><h4>Parameters</h4>
234
+ <a name="id-1.2.5.4.9.2.5"></a><h4>Parameters</h4>
235
235
  <div class="informaltable"><table width="100%" border="0">
236
236
  <colgroup>
237
237
  <col width="150px" class="parameters_name">
@@ -253,7 +253,7 @@ the <em class="parameter"><code>buffer</code></em>
253
253
  </table></div>
254
254
  </div>
255
255
  <div class="refsect3">
256
- <a name="id-1.2.12.9.2.6"></a><h4>Returns</h4>
256
+ <a name="id-1.2.5.4.9.2.6"></a><h4>Returns</h4>
257
257
  <p> a new <a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> object.</p>
258
258
  <p></p>
259
259
  </div>
@@ -270,7 +270,7 @@ gtk_source_file_loader_new_from_stream
270
270
  <p>Creates a new <a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> object. The contents is read from <em class="parameter"><code>stream</code></em>
271
271
  .</p>
272
272
  <div class="refsect3">
273
- <a name="id-1.2.12.9.3.5"></a><h4>Parameters</h4>
273
+ <a name="id-1.2.5.4.9.3.5"></a><h4>Parameters</h4>
274
274
  <div class="informaltable"><table width="100%" border="0">
275
275
  <colgroup>
276
276
  <col width="150px" class="parameters_name">
@@ -297,7 +297,7 @@ gtk_source_file_loader_new_from_stream
297
297
  </table></div>
298
298
  </div>
299
299
  <div class="refsect3">
300
- <a name="id-1.2.12.9.3.6"></a><h4>Returns</h4>
300
+ <a name="id-1.2.5.4.9.3.6"></a><h4>Returns</h4>
301
301
  <p> a new <a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> object.</p>
302
302
  <p></p>
303
303
  </div>
@@ -323,7 +323,7 @@ encodings are added. The UTF-8 encoding and the current locale encoding are
323
323
  always present.</p></li>
324
324
  </ol></div>
325
325
  <div class="refsect3">
326
- <a name="id-1.2.12.9.4.8"></a><h4>Parameters</h4>
326
+ <a name="id-1.2.5.4.9.4.8"></a><h4>Parameters</h4>
327
327
  <div class="informaltable"><table width="100%" border="0">
328
328
  <colgroup>
329
329
  <col width="150px" class="parameters_name">
@@ -353,7 +353,7 @@ always present.</p></li>
353
353
  <pre class="programlisting"><a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="returnvalue">GtkSourceBuffer</span></a> *
354
354
  gtk_source_file_loader_get_buffer (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
355
355
  <div class="refsect3">
356
- <a name="id-1.2.12.9.5.4"></a><h4>Parameters</h4>
356
+ <a name="id-1.2.5.4.9.5.4"></a><h4>Parameters</h4>
357
357
  <div class="informaltable"><table width="100%" border="0">
358
358
  <colgroup>
359
359
  <col width="150px" class="parameters_name">
@@ -368,7 +368,7 @@ gtk_source_file_loader_get_buffer (<em class="parameter"><code><a class="link" h
368
368
  </table></div>
369
369
  </div>
370
370
  <div class="refsect3">
371
- <a name="id-1.2.12.9.5.5"></a><h4>Returns</h4>
371
+ <a name="id-1.2.5.4.9.5.5"></a><h4>Returns</h4>
372
372
  <p> the <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a> to load the contents into. </p>
373
373
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
374
374
  </div>
@@ -380,7 +380,7 @@ gtk_source_file_loader_get_buffer (<em class="parameter"><code><a class="link" h
380
380
  <pre class="programlisting"><a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="returnvalue">GtkSourceFile</span></a> *
381
381
  gtk_source_file_loader_get_file (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
382
382
  <div class="refsect3">
383
- <a name="id-1.2.12.9.6.4"></a><h4>Parameters</h4>
383
+ <a name="id-1.2.5.4.9.6.4"></a><h4>Parameters</h4>
384
384
  <div class="informaltable"><table width="100%" border="0">
385
385
  <colgroup>
386
386
  <col width="150px" class="parameters_name">
@@ -395,7 +395,7 @@ gtk_source_file_loader_get_file (<em class="parameter"><code><a class="link" hre
395
395
  </table></div>
396
396
  </div>
397
397
  <div class="refsect3">
398
- <a name="id-1.2.12.9.6.5"></a><h4>Returns</h4>
398
+ <a name="id-1.2.5.4.9.6.5"></a><h4>Returns</h4>
399
399
  <p> the <a class="link" href="GtkSourceFile.html" title="GtkSourceFile"><span class="type">GtkSourceFile</span></a>. </p>
400
400
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
401
401
  </div>
@@ -407,7 +407,7 @@ gtk_source_file_loader_get_file (<em class="parameter"><code><a class="link" hre
407
407
  <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> *
408
408
  gtk_source_file_loader_get_location (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
409
409
  <div class="refsect3">
410
- <a name="id-1.2.12.9.7.4"></a><h4>Parameters</h4>
410
+ <a name="id-1.2.5.4.9.7.4"></a><h4>Parameters</h4>
411
411
  <div class="informaltable"><table width="100%" border="0">
412
412
  <colgroup>
413
413
  <col width="150px" class="parameters_name">
@@ -422,7 +422,7 @@ gtk_source_file_loader_get_location (<em class="parameter"><code><a class="link"
422
422
  </table></div>
423
423
  </div>
424
424
  <div class="refsect3">
425
- <a name="id-1.2.12.9.7.5"></a><h4>Returns</h4>
425
+ <a name="id-1.2.5.4.9.7.5"></a><h4>Returns</h4>
426
426
  <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> to load, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an input stream is
427
427
  used. </p>
428
428
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -436,7 +436,7 @@ used. </p>
436
436
  gtk_source_file_loader_get_input_stream
437
437
  (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
438
438
  <div class="refsect3">
439
- <a name="id-1.2.12.9.8.4"></a><h4>Parameters</h4>
439
+ <a name="id-1.2.5.4.9.8.4"></a><h4>Parameters</h4>
440
440
  <div class="informaltable"><table width="100%" border="0">
441
441
  <colgroup>
442
442
  <col width="150px" class="parameters_name">
@@ -451,7 +451,7 @@ gtk_source_file_loader_get_input_stream
451
451
  </table></div>
452
452
  </div>
453
453
  <div class="refsect3">
454
- <a name="id-1.2.12.9.8.5"></a><h4>Returns</h4>
454
+ <a name="id-1.2.5.4.9.8.5"></a><h4>Returns</h4>
455
455
  <p> the <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GInputStream.html"><span class="type">GInputStream</span></a> to load, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html"><span class="type">GFile</span></a> is
456
456
  used. </p>
457
457
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -474,7 +474,7 @@ gtk_source_file_loader_load_async (<em class="parameter"><code><a class="link" h
474
474
  <a class="link" href="GtkSourceBuffer.html" title="GtkSourceBuffer"><span class="type">GtkSourceBuffer</span></a>. 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> documentation to know how to use this
475
475
  function.</p>
476
476
  <div class="refsect3">
477
- <a name="id-1.2.12.9.9.5"></a><h4>Parameters</h4>
477
+ <a name="id-1.2.5.4.9.9.5"></a><h4>Parameters</h4>
478
478
  <div class="informaltable"><table width="100%" border="0">
479
479
  <colgroup>
480
480
  <col width="150px" class="parameters_name">
@@ -548,7 +548,7 @@ gtk_source_file_loader_load_finish (<em class="parameter"><code><a class="link"
548
548
  be updated: the location, the encoding, the newline type and the compression
549
549
  type.</p>
550
550
  <div class="refsect3">
551
- <a name="id-1.2.12.9.10.6"></a><h4>Parameters</h4>
551
+ <a name="id-1.2.5.4.9.10.6"></a><h4>Parameters</h4>
552
552
  <div class="informaltable"><table width="100%" border="0">
553
553
  <colgroup>
554
554
  <col width="150px" class="parameters_name">
@@ -575,7 +575,7 @@ type.</p>
575
575
  </table></div>
576
576
  </div>
577
577
  <div class="refsect3">
578
- <a name="id-1.2.12.9.10.7"></a><h4>Returns</h4>
578
+ <a name="id-1.2.5.4.9.10.7"></a><h4>Returns</h4>
579
579
  <p> whether the contents has been loaded successfully.</p>
580
580
  <p></p>
581
581
  </div>
@@ -587,7 +587,7 @@ type.</p>
587
587
  <pre class="programlisting">const <a class="link" href="GtkSourceEncoding.html" title="GtkSourceEncoding"><span class="returnvalue">GtkSourceEncoding</span></a> *
588
588
  gtk_source_file_loader_get_encoding (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
589
589
  <div class="refsect3">
590
- <a name="id-1.2.12.9.11.4"></a><h4>Parameters</h4>
590
+ <a name="id-1.2.5.4.9.11.4"></a><h4>Parameters</h4>
591
591
  <div class="informaltable"><table width="100%" border="0">
592
592
  <colgroup>
593
593
  <col width="150px" class="parameters_name">
@@ -602,7 +602,7 @@ gtk_source_file_loader_get_encoding (<em class="parameter"><code><a class="link"
602
602
  </table></div>
603
603
  </div>
604
604
  <div class="refsect3">
605
- <a name="id-1.2.12.9.11.5"></a><h4>Returns</h4>
605
+ <a name="id-1.2.5.4.9.11.5"></a><h4>Returns</h4>
606
606
  <p> the detected file encoding.</p>
607
607
  <p></p>
608
608
  </div>
@@ -615,7 +615,7 @@ gtk_source_file_loader_get_encoding (<em class="parameter"><code><a class="link"
615
615
  gtk_source_file_loader_get_newline_type
616
616
  (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
617
617
  <div class="refsect3">
618
- <a name="id-1.2.12.9.12.4"></a><h4>Parameters</h4>
618
+ <a name="id-1.2.5.4.9.12.4"></a><h4>Parameters</h4>
619
619
  <div class="informaltable"><table width="100%" border="0">
620
620
  <colgroup>
621
621
  <col width="150px" class="parameters_name">
@@ -630,7 +630,7 @@ gtk_source_file_loader_get_newline_type
630
630
  </table></div>
631
631
  </div>
632
632
  <div class="refsect3">
633
- <a name="id-1.2.12.9.12.5"></a><h4>Returns</h4>
633
+ <a name="id-1.2.5.4.9.12.5"></a><h4>Returns</h4>
634
634
  <p> the detected newline type.</p>
635
635
  <p></p>
636
636
  </div>
@@ -643,7 +643,7 @@ gtk_source_file_loader_get_newline_type
643
643
  gtk_source_file_loader_get_compression_type
644
644
  (<em class="parameter"><code><a class="link" href="GtkSourceFileLoader.html" title="GtkSourceFileLoader"><span class="type">GtkSourceFileLoader</span></a> *loader</code></em>);</pre>
645
645
  <div class="refsect3">
646
- <a name="id-1.2.12.9.13.4"></a><h4>Parameters</h4>
646
+ <a name="id-1.2.5.4.9.13.4"></a><h4>Parameters</h4>
647
647
  <div class="informaltable"><table width="100%" border="0">
648
648
  <colgroup>
649
649
  <col width="150px" class="parameters_name">
@@ -658,7 +658,7 @@ gtk_source_file_loader_get_compression_type
658
658
  </table></div>
659
659
  </div>
660
660
  <div class="refsect3">
661
- <a name="id-1.2.12.9.13.5"></a><h4>Returns</h4>
661
+ <a name="id-1.2.5.4.9.13.5"></a><h4>Returns</h4>
662
662
  <p> the detected compression type.</p>
663
663
  <p></p>
664
664
  </div>
@@ -682,7 +682,7 @@ gtk_source_file_loader_get_compression_type
682
682
  <a name="GtkSourceFileLoaderError"></a><h3>enum GtkSourceFileLoaderError</h3>
683
683
  <p>An error code used with the <a class="link" href="GtkSourceFileLoader.html#GTK-SOURCE-FILE-LOADER-ERROR:CAPS" title="GTK_SOURCE_FILE_LOADER_ERROR"><code class="literal">GTK_SOURCE_FILE_LOADER_ERROR</code></a> domain.</p>
684
684
  <div class="refsect3">
685
- <a name="id-1.2.12.10.4.4"></a><h4>Members</h4>
685
+ <a name="id-1.2.5.4.10.4.4"></a><h4>Members</h4>
686
686
  <div class="informaltable"><table width="100%" border="0">
687
687
  <colgroup>
688
688
  <col width="300px" class="enum_members_name">