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: GtkSourceMark</title>
5
+ <title>GtkSourceMark: 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="GtkSourceLanguageManager.html" title="GtkSourceLanguageManager">
8
+ <link rel="up" href="ch05.html" title="Gutter and Marks">
9
+ <link rel="prev" href="GtkSourceGutterRendererText.html" title="GtkSourceGutterRendererText">
10
10
  <link rel="next" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes">
11
11
  <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
@@ -20,8 +20,8 @@
20
20
  <a href="#GtkSourceMark.properties" class="shortcut">Properties</a></span>
21
21
  </td>
22
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
- <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
- <td><a accesskey="p" href="GtkSourceLanguageManager.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="GtkSourceGutterRendererText.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
25
  <td><a accesskey="n" href="GtkSourceMarkAttributes.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
26
  </tr></table>
27
27
  <div class="refentry">
@@ -107,7 +107,7 @@
107
107
  <div class="refsect1">
108
108
  <a name="GtkSourceMark.object-hierarchy"></a><h2>Object Hierarchy</h2>
109
109
  <pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
110
- <span class="lineart">╰──</span> <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextMark.html">GtkTextMark</a>
110
+ <span class="lineart">╰──</span> <a href="http://developer.gnome.org/gtk2/GtkTextMark.html">GtkTextMark</a>
111
111
  <span class="lineart">╰──</span> GtkSourceMark
112
112
  </pre>
113
113
  </div>
@@ -119,7 +119,7 @@
119
119
  <div class="refsect1">
120
120
  <a name="GtkSourceMark.description"></a><h2>Description</h2>
121
121
  <p>A <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> marks a position in the text where you want to display
122
- additional info. It is based on <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextMark.html"><span class="type">GtkTextMark</span></a> and thus is still valid after
122
+ additional info. It is based on <a href="http://developer.gnome.org/gtk2/GtkTextMark.html"><span class="type">GtkTextMark</span></a> and thus is still valid after
123
123
  the text has changed though its position may change.</p>
124
124
  <p><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>s are organised in categories which you have to set
125
125
  when you create the mark. Each category can have a priority, a pixbuf and
@@ -136,13 +136,13 @@ of each other. The mark with the highest priority will be drawn on top.</p>
136
136
  <pre class="programlisting"><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="returnvalue">GtkSourceMark</span></a> *
137
137
  gtk_source_mark_new (<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
138
138
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *category</code></em>);</pre>
139
- <p>Creates a text mark. Add it to a buffer using <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.
139
+ <p>Creates a text mark. Add it to a buffer using <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.
140
140
  If name is NULL, the mark is anonymous; otherwise, the mark can be retrieved
141
- by name using <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextBuffer.html#gtk-text-buffer-get-mark"><code class="function">gtk_text_buffer_get_mark()</code></a>.
141
+ by name using <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-get-mark"><code class="function">gtk_text_buffer_get_mark()</code></a>.
142
142
  Normally marks are created using the utility function
143
143
  <a class="link" href="GtkSourceBuffer.html#gtk-source-buffer-create-source-mark" title="gtk_source_buffer_create_source_mark ()"><code class="function">gtk_source_buffer_create_source_mark()</code></a>.</p>
144
144
  <div class="refsect3">
145
- <a name="id-1.2.20.9.2.5"></a><h4>Parameters</h4>
145
+ <a name="id-1.2.6.6.9.2.5"></a><h4>Parameters</h4>
146
146
  <div class="informaltable"><table width="100%" border="0">
147
147
  <colgroup>
148
148
  <col width="150px" class="parameters_name">
@@ -167,8 +167,8 @@ category, or all the marks representing a compilation error could belong to
167
167
  </table></div>
168
168
  </div>
169
169
  <div class="refsect3">
170
- <a name="id-1.2.20.9.2.6"></a><h4>Returns</h4>
171
- <p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.</p>
170
+ <a name="id-1.2.6.6.9.2.6"></a><h4>Returns</h4>
171
+ <p> a new <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> that can be added using <a href="http://developer.gnome.org/gtk2/GtkTextBuffer.html#gtk-text-buffer-add-mark"><code class="function">gtk_text_buffer_add_mark()</code></a>.</p>
172
172
  <p></p>
173
173
  </div>
174
174
  <p class="since">Since 2.2</p>
@@ -180,7 +180,7 @@ category, or all the marks representing a compilation error could belong to
180
180
  gtk_source_mark_get_category (<em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
181
181
  <p>Returns the mark category.</p>
182
182
  <div class="refsect3">
183
- <a name="id-1.2.20.9.3.5"></a><h4>Parameters</h4>
183
+ <a name="id-1.2.6.6.9.3.5"></a><h4>Parameters</h4>
184
184
  <div class="informaltable"><table width="100%" border="0">
185
185
  <colgroup>
186
186
  <col width="150px" class="parameters_name">
@@ -195,7 +195,7 @@ gtk_source_mark_get_category (<em class="parameter"><code><a class="link" href="
195
195
  </table></div>
196
196
  </div>
197
197
  <div class="refsect3">
198
- <a name="id-1.2.20.9.3.6"></a><h4>Returns</h4>
198
+ <a name="id-1.2.6.6.9.3.6"></a><h4>Returns</h4>
199
199
  <p> the category of the <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</p>
200
200
  <p></p>
201
201
  </div>
@@ -212,7 +212,7 @@ was not added to a buffer. If there is no next mark, <a href="/home/vagrant/ruby
212
212
  <p>If <em class="parameter"><code>category</code></em>
213
213
  is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, looks for marks of any category.</p>
214
214
  <div class="refsect3">
215
- <a name="id-1.2.20.9.4.6"></a><h4>Parameters</h4>
215
+ <a name="id-1.2.6.6.9.4.6"></a><h4>Parameters</h4>
216
216
  <div class="informaltable"><table width="100%" border="0">
217
217
  <colgroup>
218
218
  <col width="150px" class="parameters_name">
@@ -234,7 +234,7 @@ was not added to a buffer. If there is no next mark, <a href="/home/vagrant/ruby
234
234
  </table></div>
235
235
  </div>
236
236
  <div class="refsect3">
237
- <a name="id-1.2.20.9.4.7"></a><h4>Returns</h4>
237
+ <a name="id-1.2.6.6.9.4.7"></a><h4>Returns</h4>
238
238
  <p> the next <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
239
239
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
240
240
  </div>
@@ -251,7 +251,7 @@ was not added to a buffer. If there is no previous mark, <a href="/home/vagrant/
251
251
  <p>If <em class="parameter"><code>category</code></em>
252
252
  is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, looks for marks of any category</p>
253
253
  <div class="refsect3">
254
- <a name="id-1.2.20.9.5.6"></a><h4>Parameters</h4>
254
+ <a name="id-1.2.6.6.9.5.6"></a><h4>Parameters</h4>
255
255
  <div class="informaltable"><table width="100%" border="0">
256
256
  <colgroup>
257
257
  <col width="150px" class="parameters_name">
@@ -273,7 +273,7 @@ was not added to a buffer. If there is no previous mark, <a href="/home/vagrant/
273
273
  </table></div>
274
274
  </div>
275
275
  <div class="refsect3">
276
- <a name="id-1.2.20.9.5.7"></a><h4>Returns</h4>
276
+ <a name="id-1.2.6.6.9.5.7"></a><h4>Returns</h4>
277
277
  <p> the previous <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
278
278
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
279
279
  </div>
@@ -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: GtkSourceMarkAttributes</title>
5
+ <title>GtkSourceMarkAttributes: 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="ch05.html" title="Gutter and Marks">
9
9
  <link rel="prev" href="GtkSourceMark.html" title="GtkSourceMark">
10
- <link rel="next" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
10
+ <link rel="next" href="ch06.html" title="Printing">
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>
@@ -21,9 +21,9 @@
21
21
  <a href="#GtkSourceMarkAttributes.signals" class="shortcut">Signals</a></span>
22
22
  </td>
23
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
25
  <td><a accesskey="p" href="GtkSourceMark.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
- <td><a accesskey="n" href="GtkSourcePrintCompositor.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
+ <td><a accesskey="n" href="ch06.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
27
  </tr></table>
28
28
  <div class="refentry">
29
29
  <a name="GtkSourceMarkAttributes"></a><div class="titlepage"></div>
@@ -164,7 +164,7 @@
164
164
  <tbody>
165
165
  <tr>
166
166
  <td class="property_type">
167
- <span class="type">GdkRGBA</span> *</td>
167
+ <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
168
168
  <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title="The “background” property">background</a></td>
169
169
  <td class="property_flags">Read / Write</td>
170
170
  </tr>
@@ -208,13 +208,13 @@
208
208
  <td class="signal_type">
209
209
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
210
210
  <td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal">query-tooltip-markup</a></td>
211
- <td class="signal_flags">Run Last</td>
211
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
212
212
  </tr>
213
213
  <tr>
214
214
  <td class="signal_type">
215
215
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
216
216
  <td class="signal_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal">query-tooltip-text</a></td>
217
- <td class="signal_flags">Run Last</td>
217
+ <td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
218
218
  </tr>
219
219
  </tbody>
220
220
  </table></div>
@@ -289,7 +289,7 @@ takes precedence.</p>
289
289
  gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
290
290
  <p>Creates a new source mark attributes.</p>
291
291
  <div class="refsect3">
292
- <a name="id-1.2.21.10.2.5"></a><h4>Returns</h4>
292
+ <a name="id-1.2.6.7.10.2.5"></a><h4>Returns</h4>
293
293
  <p> a new source mark attributes. </p>
294
294
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
295
295
  </div>
@@ -300,11 +300,11 @@ gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">v
300
300
  <pre class="programlisting"><span class="returnvalue">void</span>
301
301
  gtk_source_mark_attributes_set_background
302
302
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
303
- <em class="parameter"><code>const <span class="type">GdkRGBA</span> *background</code></em>);</pre>
303
+ <em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
304
304
  <p>Sets background color to the one given in <em class="parameter"><code>background</code></em>
305
305
  .</p>
306
306
  <div class="refsect3">
307
- <a name="id-1.2.21.10.3.5"></a><h4>Parameters</h4>
307
+ <a name="id-1.2.6.7.10.3.5"></a><h4>Parameters</h4>
308
308
  <div class="informaltable"><table width="100%" border="0">
309
309
  <colgroup>
310
310
  <col width="150px" class="parameters_name">
@@ -319,7 +319,7 @@ gtk_source_mark_attributes_set_background
319
319
  </tr>
320
320
  <tr>
321
321
  <td class="parameter_name"><p>background</p></td>
322
- <td class="parameter_description"><p>a <span class="type">GdkRGBA</span>.</p></td>
322
+ <td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p></td>
323
323
  <td class="parameter_annotations"> </td>
324
324
  </tr>
325
325
  </tbody>
@@ -332,11 +332,11 @@ gtk_source_mark_attributes_set_background
332
332
  <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
333
333
  gtk_source_mark_attributes_get_background
334
334
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
335
- <em class="parameter"><code><span class="type">GdkRGBA</span> *background</code></em>);</pre>
335
+ <em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
336
336
  <p>Stores background color in <em class="parameter"><code>background</code></em>
337
337
  .</p>
338
338
  <div class="refsect3">
339
- <a name="id-1.2.21.10.4.5"></a><h4>Parameters</h4>
339
+ <a name="id-1.2.6.7.10.4.5"></a><h4>Parameters</h4>
340
340
  <div class="informaltable"><table width="100%" border="0">
341
341
  <colgroup>
342
342
  <col width="150px" class="parameters_name">
@@ -351,14 +351,14 @@ gtk_source_mark_attributes_get_background
351
351
  </tr>
352
352
  <tr>
353
353
  <td class="parameter_name"><p>background</p></td>
354
- <td class="parameter_description"><p> a <span class="type">GdkRGBA</span>. </p></td>
354
+ <td class="parameter_description"><p> a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. </p></td>
355
355
  <td class="parameter_annotations"><span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span></td>
356
356
  </tr>
357
357
  </tbody>
358
358
  </table></div>
359
359
  </div>
360
360
  <div class="refsect3">
361
- <a name="id-1.2.21.10.4.6"></a><h4>Returns</h4>
361
+ <a name="id-1.2.6.7.10.4.6"></a><h4>Returns</h4>
362
362
  <p> whether background color for <em class="parameter"><code>attributes</code></em>
363
363
  was set.</p>
364
364
  <p></p>
@@ -377,7 +377,7 @@ gtk_source_mark_attributes_set_stock_id
377
377
  </div>
378
378
  <p>Sets stock id to be used as a base for rendered icon.</p>
379
379
  <div class="refsect3">
380
- <a name="id-1.2.21.10.5.6"></a><h4>Parameters</h4>
380
+ <a name="id-1.2.6.7.10.5.6"></a><h4>Parameters</h4>
381
381
  <div class="informaltable"><table width="100%" border="0">
382
382
  <colgroup>
383
383
  <col width="150px" class="parameters_name">
@@ -412,7 +412,7 @@ gtk_source_mark_attributes_get_stock_id
412
412
  <p>Gets a stock id of an icon used by this attributes. Note that the stock id can
413
413
  be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
414
414
  <div class="refsect3">
415
- <a name="id-1.2.21.10.6.6"></a><h4>Parameters</h4>
415
+ <a name="id-1.2.6.7.10.6.6"></a><h4>Parameters</h4>
416
416
  <div class="informaltable"><table width="100%" border="0">
417
417
  <colgroup>
418
418
  <col width="150px" class="parameters_name">
@@ -427,7 +427,7 @@ be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
427
427
  </table></div>
428
428
  </div>
429
429
  <div class="refsect3">
430
- <a name="id-1.2.21.10.6.7"></a><h4>Returns</h4>
430
+ <a name="id-1.2.6.7.10.6.7"></a><h4>Returns</h4>
431
431
  <p> Stock id. Returned string is owned by <em class="parameter"><code>attributes</code></em>
432
432
  and
433
433
  shouldn't be freed. </p>
@@ -443,7 +443,7 @@ gtk_source_mark_attributes_set_icon_name
443
443
  <em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
444
444
  <p>Sets a name of an icon to be used as a base for rendered icon.</p>
445
445
  <div class="refsect3">
446
- <a name="id-1.2.21.10.7.5"></a><h4>Parameters</h4>
446
+ <a name="id-1.2.6.7.10.7.5"></a><h4>Parameters</h4>
447
447
  <div class="informaltable"><table width="100%" border="0">
448
448
  <colgroup>
449
449
  <col width="150px" class="parameters_name">
@@ -474,7 +474,7 @@ gtk_source_mark_attributes_get_icon_name
474
474
  <p>Gets a name of an icon to be used as a base for rendered icon. Note that the
475
475
  icon name can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
476
476
  <div class="refsect3">
477
- <a name="id-1.2.21.10.8.5"></a><h4>Parameters</h4>
477
+ <a name="id-1.2.6.7.10.8.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">
@@ -489,7 +489,7 @@ icon name can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/sha
489
489
  </table></div>
490
490
  </div>
491
491
  <div class="refsect3">
492
- <a name="id-1.2.21.10.8.6"></a><h4>Returns</h4>
492
+ <a name="id-1.2.6.7.10.8.6"></a><h4>Returns</h4>
493
493
  <p> An icon name. The string belongs to <em class="parameter"><code>attributes</code></em>
494
494
  and
495
495
  should not be freed. </p>
@@ -504,7 +504,7 @@ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link
504
504
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
505
505
  <p>Sets an icon to be used as a base for rendered icon.</p>
506
506
  <div class="refsect3">
507
- <a name="id-1.2.21.10.9.5"></a><h4>Parameters</h4>
507
+ <a name="id-1.2.6.7.10.9.5"></a><h4>Parameters</h4>
508
508
  <div class="informaltable"><table width="100%" border="0">
509
509
  <colgroup>
510
510
  <col width="150px" class="parameters_name">
@@ -534,7 +534,7 @@ gtk_source_mark_attributes_get_gicon (<em class="parameter"><code><a class="link
534
534
  <p>Gets a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> to be used as a base for rendered icon. Note that the icon can
535
535
  be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
536
536
  <div class="refsect3">
537
- <a name="id-1.2.21.10.10.5"></a><h4>Parameters</h4>
537
+ <a name="id-1.2.6.7.10.10.5"></a><h4>Parameters</h4>
538
538
  <div class="informaltable"><table width="100%" border="0">
539
539
  <colgroup>
540
540
  <col width="150px" class="parameters_name">
@@ -549,7 +549,7 @@ be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/htm
549
549
  </table></div>
550
550
  </div>
551
551
  <div class="refsect3">
552
- <a name="id-1.2.21.10.10.6"></a><h4>Returns</h4>
552
+ <a name="id-1.2.6.7.10.10.6"></a><h4>Returns</h4>
553
553
  <p> An icon. The icon belongs to <em class="parameter"><code>attributes</code></em>
554
554
  and should
555
555
  not be unreffed. </p>
@@ -564,7 +564,7 @@ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="lin
564
564
  <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
565
565
  <p>Sets a pixbuf to be used as a base for rendered icon.</p>
566
566
  <div class="refsect3">
567
- <a name="id-1.2.21.10.11.5"></a><h4>Parameters</h4>
567
+ <a name="id-1.2.6.7.10.11.5"></a><h4>Parameters</h4>
568
568
  <div class="informaltable"><table width="100%" border="0">
569
569
  <colgroup>
570
570
  <col width="150px" class="parameters_name">
@@ -594,7 +594,7 @@ gtk_source_mark_attributes_get_pixbuf (<em class="parameter"><code><a class="lin
594
594
  <p>Gets a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be used as a base for rendered icon. Note that the
595
595
  pixbuf can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it wasn't set earlier.</p>
596
596
  <div class="refsect3">
597
- <a name="id-1.2.21.10.12.5"></a><h4>Parameters</h4>
597
+ <a name="id-1.2.6.7.10.12.5"></a><h4>Parameters</h4>
598
598
  <div class="informaltable"><table width="100%" border="0">
599
599
  <colgroup>
600
600
  <col width="150px" class="parameters_name">
@@ -609,7 +609,7 @@ pixbuf can be <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/
609
609
  </table></div>
610
610
  </div>
611
611
  <div class="refsect3">
612
- <a name="id-1.2.21.10.12.6"></a><h4>Returns</h4>
612
+ <a name="id-1.2.6.7.10.12.6"></a><h4>Returns</h4>
613
613
  <p> A pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
614
614
  and
615
615
  should not be unreffed. </p>
@@ -622,7 +622,7 @@ should not be unreffed. </p>
622
622
  <pre class="programlisting">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
623
623
  gtk_source_mark_attributes_render_icon
624
624
  (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
625
- <em class="parameter"><code><a href="/opt/gnome/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
625
+ <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
626
626
  <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
627
627
  <p>Renders an icon of given size. The base of the icon is set by the last call
628
628
  to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()"><code class="function">gtk_source_mark_attributes_set_pixbuf()</code></a>,
@@ -631,7 +631,7 @@ to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-at
631
631
  <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-stock-id" title="gtk_source_mark_attributes_set_stock_id ()"><code class="function">gtk_source_mark_attributes_set_stock_id()</code></a>. <em class="parameter"><code>size</code></em>
632
632
  cannot be lower than 1.</p>
633
633
  <div class="refsect3">
634
- <a name="id-1.2.21.10.13.5"></a><h4>Parameters</h4>
634
+ <a name="id-1.2.6.7.10.13.5"></a><h4>Parameters</h4>
635
635
  <div class="informaltable"><table width="100%" border="0">
636
636
  <colgroup>
637
637
  <col width="150px" class="parameters_name">
@@ -658,7 +658,7 @@ to one of: <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-at
658
658
  </table></div>
659
659
  </div>
660
660
  <div class="refsect3">
661
- <a name="id-1.2.21.10.13.6"></a><h4>Returns</h4>
661
+ <a name="id-1.2.6.7.10.13.6"></a><h4>Returns</h4>
662
662
  <p> A rendered pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
663
663
  and should not be unreffed. </p>
664
664
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -675,7 +675,7 @@ gtk_source_mark_attributes_get_tooltip_text
675
675
  a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal"><span class="type">“query-tooltip-text”</span></a> signal. The tooltip is a plain
676
676
  text.</p>
677
677
  <div class="refsect3">
678
- <a name="id-1.2.21.10.14.5"></a><h4>Parameters</h4>
678
+ <a name="id-1.2.6.7.10.14.5"></a><h4>Parameters</h4>
679
679
  <div class="informaltable"><table width="100%" border="0">
680
680
  <colgroup>
681
681
  <col width="150px" class="parameters_name">
@@ -697,7 +697,7 @@ text.</p>
697
697
  </table></div>
698
698
  </div>
699
699
  <div class="refsect3">
700
- <a name="id-1.2.21.10.14.6"></a><h4>Returns</h4>
700
+ <a name="id-1.2.6.7.10.14.6"></a><h4>Returns</h4>
701
701
  <p> A tooltip. The returned string should be freed by
702
702
  using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
703
703
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -714,7 +714,7 @@ gtk_source_mark_attributes_get_tooltip_markup
714
714
  a <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal"><span class="type">“query-tooltip-markup”</span></a> signal. The tooltip may contain
715
715
  a markup.</p>
716
716
  <div class="refsect3">
717
- <a name="id-1.2.21.10.15.5"></a><h4>Parameters</h4>
717
+ <a name="id-1.2.6.7.10.15.5"></a><h4>Parameters</h4>
718
718
  <div class="informaltable"><table width="100%" border="0">
719
719
  <colgroup>
720
720
  <col width="150px" class="parameters_name">
@@ -736,7 +736,7 @@ a markup.</p>
736
736
  </table></div>
737
737
  </div>
738
738
  <div class="refsect3">
739
- <a name="id-1.2.21.10.15.6"></a><h4>Returns</h4>
739
+ <a name="id-1.2.6.7.10.15.6"></a><h4>Returns</h4>
740
740
  <p> A tooltip. The returned string should be freed by
741
741
  using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
742
742
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
@@ -754,7 +754,7 @@ using <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/
754
754
  <a name="GtkSourceMarkAttributes.property-details"></a><h2>Property Details</h2>
755
755
  <div class="refsect2">
756
756
  <a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">“background”</code> property</h3>
757
- <pre class="programlisting"> “background” <span class="type">GdkRGBA</span> *</pre>
757
+ <pre class="programlisting"> “background” <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</pre>
758
758
  <p>A color used for background of a line.</p>
759
759
  <p>Flags: Read / Write</p>
760
760
  </div>
@@ -805,7 +805,7 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
805
805
  <em class="parameter"><code>mark</code></em>
806
806
  . The tooltip can contain a markup.</p>
807
807
  <div class="refsect3">
808
- <a name="id-1.2.21.13.2.5"></a><h4>Parameters</h4>
808
+ <a name="id-1.2.6.7.13.2.5"></a><h4>Parameters</h4>
809
809
  <div class="informaltable"><table width="100%" border="0">
810
810
  <colgroup>
811
811
  <col width="150px" class="parameters_name">
@@ -832,12 +832,12 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
832
832
  </table></div>
833
833
  </div>
834
834
  <div class="refsect3">
835
- <a name="id-1.2.21.13.2.6"></a><h4>Returns</h4>
835
+ <a name="id-1.2.6.7.13.2.6"></a><h4>Returns</h4>
836
836
  <p> A tooltip. The string should be freed with
837
837
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
838
838
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
839
839
  </div>
840
- <p>Flags: Run Last</p>
840
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
841
841
  </div>
842
842
  <hr>
843
843
  <div class="refsect2">
@@ -850,7 +850,7 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
850
850
  <em class="parameter"><code>mark</code></em>
851
851
  . The tooltip should be just a plain text.</p>
852
852
  <div class="refsect3">
853
- <a name="id-1.2.21.13.3.5"></a><h4>Parameters</h4>
853
+ <a name="id-1.2.6.7.13.3.5"></a><h4>Parameters</h4>
854
854
  <div class="informaltable"><table width="100%" border="0">
855
855
  <colgroup>
856
856
  <col width="150px" class="parameters_name">
@@ -877,12 +877,12 @@ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSou
877
877
  </table></div>
878
878
  </div>
879
879
  <div class="refsect3">
880
- <a name="id-1.2.21.13.3.6"></a><h4>Returns</h4>
880
+ <a name="id-1.2.6.7.13.3.6"></a><h4>Returns</h4>
881
881
  <p> A tooltip. The string should be freed with
882
882
  <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done with it. </p>
883
883
  <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
884
884
  </div>
885
- <p>Flags: Run Last</p>
885
+ <p>Flags: <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
886
886
  </div>
887
887
  </div>
888
888
  <div class="refsect1">