gtksourceview3 2.2.0-x86-mingw32 → 2.2.1-x86-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 (235) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ext/gtksourceview3/extconf.rb +1 -2
  4. data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +1 -25
  5. data/ext/gtksourceview3/rbgtksourceview3conversions.h +7 -0
  6. data/ext/gtksourceview3/rbgtksourceview3private.h +0 -1
  7. data/lib/2.0/gtksourceview3.so +0 -0
  8. data/test/run-test.rb +17 -7
  9. data/test/test_mark_attributes.rb +1 -1
  10. data/test/test_source_gutter_renderer.rb +33 -0
  11. data/test/test_source_language_manager.rb +46 -0
  12. data/test/test_source_view.rb +34 -0
  13. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +28 -0
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +54 -0
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +115 -0
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +122 -0
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +147 -0
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +3 -0
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +48 -2
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +1 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +33 -0
  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/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  28. data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  29. data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  30. data/vendor/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  31. data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  32. data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  33. data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  34. data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  35. data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  36. data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  37. data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  38. data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  39. data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  40. data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  41. data/vendor/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  42. data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  43. data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  44. data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  45. data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  46. data/vendor/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  47. data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  48. data/vendor/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  49. data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  50. data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  51. data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  52. data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  53. data/vendor/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  54. data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  55. data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  56. data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  57. data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  58. data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  59. data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  60. data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  61. data/vendor/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  62. data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  63. data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  64. data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  65. data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  66. data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  67. data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  68. data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  69. data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  70. data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  71. data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  72. data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  73. data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  74. data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  75. data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  76. data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  77. data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  78. data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  79. data/vendor/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  80. data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  81. data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  82. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
  83. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +2211 -330
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +1682 -983
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +818 -573
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +267 -189
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +209 -157
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +247 -167
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +428 -295
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +558 -420
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +217 -125
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +366 -0
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +563 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +769 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +962 -0
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +341 -196
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +1211 -827
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +327 -206
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +156 -96
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +431 -269
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +300 -235
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +203 -139
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +640 -452
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +1444 -1114
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +794 -573
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +421 -280
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +232 -99
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +283 -178
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +326 -220
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +313 -194
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +1430 -924
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +33 -13
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +7 -7
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +47 -47
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +39 -0
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +299 -0
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +35 -15
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +742 -430
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +31 -19
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +95 -81
  123. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +519 -463
  124. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +32 -18
  125. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +326 -153
  126. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +151 -57
  127. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +14 -17
  128. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +42 -37
  129. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +39 -8
  130. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +260 -105
  131. data/vendor/local/share/gtksourceview-3.0/language-specs/actionscript.lang +1 -1
  132. data/vendor/local/share/gtksourceview-3.0/language-specs/ada.lang +1 -1
  133. data/vendor/local/share/gtksourceview-3.0/language-specs/ansforth94.lang +729 -0
  134. data/vendor/local/share/gtksourceview-3.0/language-specs/asp.lang +1 -1
  135. data/vendor/local/share/gtksourceview-3.0/language-specs/automake.lang +3 -2
  136. data/vendor/local/share/gtksourceview-3.0/language-specs/awk.lang +1 -1
  137. data/vendor/local/share/gtksourceview-3.0/language-specs/bennugd.lang +1 -1
  138. data/vendor/local/share/gtksourceview-3.0/language-specs/bluespec.lang +1 -1
  139. data/vendor/local/share/gtksourceview-3.0/language-specs/boo.lang +1 -1
  140. data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +1 -1
  141. data/vendor/local/share/gtksourceview-3.0/language-specs/cg.lang +1 -1
  142. data/vendor/local/share/gtksourceview-3.0/language-specs/changelog.lang +1 -1
  143. data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +1 -1
  144. data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +1 -1
  145. data/vendor/local/share/gtksourceview-3.0/language-specs/cobol.lang +536 -345
  146. data/vendor/local/share/gtksourceview-3.0/language-specs/cpp.lang +1 -1
  147. data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +1 -1
  148. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +6 -1
  149. data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +1 -1
  150. data/vendor/local/share/gtksourceview-3.0/language-specs/d.lang +25 -3
  151. data/vendor/local/share/gtksourceview-3.0/language-specs/def.lang +8 -0
  152. data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +1 -1
  153. data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +1 -1
  154. data/vendor/local/share/gtksourceview-3.0/language-specs/dosbatch.lang +1 -1
  155. data/vendor/local/share/gtksourceview-3.0/language-specs/dot.lang +1 -1
  156. data/vendor/local/share/gtksourceview-3.0/language-specs/dpatch.lang +2 -2
  157. data/vendor/local/share/gtksourceview-3.0/language-specs/dtd.lang +1 -1
  158. data/vendor/local/share/gtksourceview-3.0/language-specs/eiffel.lang +1 -1
  159. data/vendor/local/share/gtksourceview-3.0/language-specs/erlang.lang +1 -1
  160. data/vendor/local/share/gtksourceview-3.0/language-specs/fcl.lang +1 -3
  161. data/vendor/local/share/gtksourceview-3.0/language-specs/forth.lang +1 -1
  162. data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +85 -6
  163. data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -1
  164. data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
  165. data/vendor/local/share/gtksourceview-3.0/language-specs/glsl.lang +1 -1
  166. data/vendor/local/share/gtksourceview-3.0/language-specs/go.lang +1 -1
  167. data/vendor/local/share/gtksourceview-3.0/language-specs/gtkrc.lang +1 -1
  168. data/vendor/local/share/gtksourceview-3.0/language-specs/haskell-literate.lang +1 -1
  169. data/vendor/local/share/gtksourceview-3.0/language-specs/haskell.lang +1 -1
  170. data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +238 -137
  171. data/vendor/local/share/gtksourceview-3.0/language-specs/idl.lang +1 -1
  172. data/vendor/local/share/gtksourceview-3.0/language-specs/ini.lang +2 -2
  173. data/vendor/local/share/gtksourceview-3.0/language-specs/j.lang +1 -1
  174. data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +1 -1
  175. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
  176. data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
  177. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +389 -133
  178. data/vendor/local/share/gtksourceview-3.0/language-specs/lex.lang +209 -0
  179. data/vendor/local/share/gtksourceview-3.0/language-specs/libtool.lang +1 -1
  180. data/vendor/local/share/gtksourceview-3.0/language-specs/llvm.lang +315 -0
  181. data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +1 -1
  182. data/vendor/local/share/gtksourceview-3.0/language-specs/m4.lang +4 -4
  183. data/vendor/local/share/gtksourceview-3.0/language-specs/makefile.lang +1 -1
  184. data/vendor/local/share/gtksourceview-3.0/language-specs/mediawiki.lang +16 -12
  185. data/vendor/local/share/gtksourceview-3.0/language-specs/nemerle.lang +1 -1
  186. data/vendor/local/share/gtksourceview-3.0/language-specs/netrexx.lang +1 -1
  187. data/vendor/local/share/gtksourceview-3.0/language-specs/nsis.lang +1 -1
  188. data/vendor/local/share/gtksourceview-3.0/language-specs/objc.lang +1 -1
  189. data/vendor/local/share/gtksourceview-3.0/language-specs/objj.lang +1 -1
  190. data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
  191. data/vendor/local/share/gtksourceview-3.0/language-specs/ocl.lang +1 -1
  192. data/vendor/local/share/gtksourceview-3.0/language-specs/ooc.lang +1 -1
  193. data/vendor/local/share/gtksourceview-3.0/language-specs/opal.lang +1 -1
  194. data/vendor/local/share/gtksourceview-3.0/language-specs/opencl.lang +1 -1
  195. data/vendor/local/share/gtksourceview-3.0/language-specs/pascal.lang +12 -12
  196. data/vendor/local/share/gtksourceview-3.0/language-specs/perl.lang +1 -1
  197. data/vendor/local/share/gtksourceview-3.0/language-specs/php.lang +15 -15
  198. data/vendor/local/share/gtksourceview-3.0/language-specs/pkgconfig.lang +1 -1
  199. data/vendor/local/share/gtksourceview-3.0/language-specs/po.lang +1 -1
  200. data/vendor/local/share/gtksourceview-3.0/language-specs/prolog.lang +1 -1
  201. data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -4
  202. data/vendor/local/share/gtksourceview-3.0/language-specs/puppet.lang +1 -1
  203. data/vendor/local/share/gtksourceview-3.0/language-specs/python.lang +62 -3
  204. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +1 -1
  205. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -1
  206. data/vendor/local/share/gtksourceview-3.0/language-specs/rst.lang +142 -0
  207. data/vendor/local/share/gtksourceview-3.0/language-specs/ruby.lang +2 -2
  208. data/vendor/local/share/gtksourceview-3.0/language-specs/scala.lang +1 -1
  209. data/vendor/local/share/gtksourceview-3.0/language-specs/scheme.lang +1 -1
  210. data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +2 -2
  211. data/vendor/local/share/gtksourceview-3.0/language-specs/sml.lang +1 -1
  212. data/vendor/local/share/gtksourceview-3.0/language-specs/sparql.lang +1 -1
  213. data/vendor/local/share/gtksourceview-3.0/language-specs/sql.lang +1 -1
  214. data/vendor/local/share/gtksourceview-3.0/language-specs/sweave.lang +67 -0
  215. data/vendor/local/share/gtksourceview-3.0/language-specs/systemverilog.lang +1 -1
  216. data/vendor/local/share/gtksourceview-3.0/language-specs/tcl.lang +1 -1
  217. data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +1 -1
  218. data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +1 -1
  219. data/vendor/local/share/gtksourceview-3.0/language-specs/verilog.lang +1 -1
  220. data/vendor/local/share/gtksourceview-3.0/language-specs/vhdl.lang +1 -1
  221. data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +2 -2
  222. data/vendor/local/share/gtksourceview-3.0/language-specs/yaml.lang +214 -0
  223. data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +13 -2
  224. data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +16 -5
  225. data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +11 -3
  226. data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +14 -4
  227. data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +101 -0
  228. data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +101 -0
  229. data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +3 -0
  230. data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +14 -2
  231. data/vendor/local/share/license/gtksourceview/AUTHORS +1 -0
  232. data/vendor/local/share/license/gtksourceview/COPYING +415 -251
  233. metadata +31 -13
  234. data/lib/1.9/gtksourceview3.so +0 -0
  235. data/lib/2.1/gtksourceview3.so +0 -0
@@ -8,21 +8,17 @@
8
8
  <link rel="up" href="ch01.html" title="API reference">
9
9
  <link rel="prev" href="GtkSourceMark.html" title="GtkSourceMark">
10
10
  <link rel="next" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
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>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#GtkSourceMarkAttributes.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#GtkSourceMarkAttributes.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#GtkSourceMarkAttributes.properties" class="shortcut">Properties</a>
24
-  | 
25
- <a href="#GtkSourceMarkAttributes.signals" class="shortcut">Signals</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#GtkSourceMarkAttributes.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#GtkSourceMarkAttributes.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
20
+ <a href="#GtkSourceMarkAttributes.properties" class="shortcut">Properties</a></span><span id="nav_signals">  <span class="dim">|</span> 
21
+ <a href="#GtkSourceMarkAttributes.signals" class="shortcut">Signals</a></span>
26
22
  </td>
27
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
24
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -36,674 +32,866 @@
36
32
  <h2><span class="refentrytitle"><a name="GtkSourceMarkAttributes.top_of_page"></a>GtkSourceMarkAttributes</span></h2>
37
33
  <p>GtkSourceMarkAttributes — The source mark attributes object</p>
38
34
  </td>
39
- <td valign="top" align="right"></td>
35
+ <td class="gallery_image" valign="top" align="right"></td>
40
36
  </tr></table></div>
41
- <div class="refsynopsisdiv">
42
- <a name="GtkSourceMarkAttributes.synopsis"></a><h2>Synopsis</h2>
43
- <pre class="synopsis">
44
- #include &lt;gtksourceview/gtksource.h&gt;
45
-
46
- <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-struct" title="GtkSourceMarkAttributes">GtkSourceMarkAttributes</a>;
47
- <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-new" title="gtk_source_mark_attributes_new ()">gtk_source_mark_attributes_new</a>
48
- (<em class="parameter"><code><span class="type">void</span></code></em>);
49
- <span class="returnvalue">void</span> <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-background" title="gtk_source_mark_attributes_set_background ()">gtk_source_mark_attributes_set_background</a>
50
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
51
- <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>);
52
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()">gtk_source_mark_attributes_get_background</a>
53
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
54
- <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>);
55
- <span class="returnvalue">void</span> <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-stock-id" title="gtk_source_mark_attributes_set_stock_id ()">gtk_source_mark_attributes_set_stock_id</a>
56
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
57
- <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);
58
- const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-stock-id" title="gtk_source_mark_attributes_get_stock_id ()">gtk_source_mark_attributes_get_stock_id</a>
59
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);
60
- <span class="returnvalue">void</span> <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name" title="gtk_source_mark_attributes_set_icon_name ()">gtk_source_mark_attributes_set_icon_name</a>
61
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
62
- <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);
63
- const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-icon-name" title="gtk_source_mark_attributes_get_icon_name ()">gtk_source_mark_attributes_get_icon_name</a>
64
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);
65
- <span class="returnvalue">void</span> <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()">gtk_source_mark_attributes_set_gicon</a>
66
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
67
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *gicon</code></em>);
68
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-gicon" title="gtk_source_mark_attributes_get_gicon ()">gtk_source_mark_attributes_get_gicon</a>
69
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);
70
- <span class="returnvalue">void</span> <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()">gtk_source_mark_attributes_set_pixbuf</a>
71
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
72
- <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>);
73
- const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-pixbuf" title="gtk_source_mark_attributes_get_pixbuf ()">gtk_source_mark_attributes_get_pixbuf</a>
74
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);
75
- const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-render-icon" title="gtk_source_mark_attributes_render_icon ()">gtk_source_mark_attributes_render_icon</a>
76
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
77
- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
78
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);
79
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-text" title="gtk_source_mark_attributes_get_tooltip_text ()">gtk_source_mark_attributes_get_tooltip_text</a>
80
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
81
- <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);
82
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-markup" title="gtk_source_mark_attributes_get_tooltip_markup ()">gtk_source_mark_attributes_get_tooltip_markup</a>
83
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
84
- <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);
85
- </pre>
86
- </div>
87
37
  <div class="refsect1">
88
- <a name="GtkSourceMarkAttributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
89
- <pre class="synopsis">
90
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
91
- +----GtkSourceMarkAttributes
92
- </pre>
38
+ <a name="GtkSourceMarkAttributes.functions"></a><h2>Functions</h2>
39
+ <div class="informaltable"><table width="100%" border="0">
40
+ <colgroup>
41
+ <col width="150px" class="functions_return">
42
+ <col class="functions_name">
43
+ </colgroup>
44
+ <tbody>
45
+ <tr>
46
+ <td class="function_type">
47
+ <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
48
+ </td>
49
+ <td class="function_name">
50
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-new" title="gtk_source_mark_attributes_new ()">gtk_source_mark_attributes_new</a> <span class="c_punctuation">()</span>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="function_type">
55
+ <span class="returnvalue">void</span>
56
+ </td>
57
+ <td class="function_name">
58
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-background" title="gtk_source_mark_attributes_set_background ()">gtk_source_mark_attributes_set_background</a> <span class="c_punctuation">()</span>
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td class="function_type">
63
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
64
+ </td>
65
+ <td class="function_name">
66
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()">gtk_source_mark_attributes_get_background</a> <span class="c_punctuation">()</span>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td class="function_type">
71
+ <span class="returnvalue">void</span>
72
+ </td>
73
+ <td class="function_name">
74
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-stock-id" title="gtk_source_mark_attributes_set_stock_id ()">gtk_source_mark_attributes_set_stock_id</a> <span class="c_punctuation">()</span>
75
+ </td>
76
+ </tr>
77
+ <tr>
78
+ <td class="function_type">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
79
+ </td>
80
+ <td class="function_name">
81
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-stock-id" title="gtk_source_mark_attributes_get_stock_id ()">gtk_source_mark_attributes_get_stock_id</a> <span class="c_punctuation">()</span>
82
+ </td>
83
+ </tr>
84
+ <tr>
85
+ <td class="function_type">
86
+ <span class="returnvalue">void</span>
87
+ </td>
88
+ <td class="function_name">
89
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name" title="gtk_source_mark_attributes_set_icon_name ()">gtk_source_mark_attributes_set_icon_name</a> <span class="c_punctuation">()</span>
90
+ </td>
91
+ </tr>
92
+ <tr>
93
+ <td class="function_type">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
94
+ </td>
95
+ <td class="function_name">
96
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-icon-name" title="gtk_source_mark_attributes_get_icon_name ()">gtk_source_mark_attributes_get_icon_name</a> <span class="c_punctuation">()</span>
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td class="function_type">
101
+ <span class="returnvalue">void</span>
102
+ </td>
103
+ <td class="function_name">
104
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()">gtk_source_mark_attributes_set_gicon</a> <span class="c_punctuation">()</span>
105
+ </td>
106
+ </tr>
107
+ <tr>
108
+ <td class="function_type">
109
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> *
110
+ </td>
111
+ <td class="function_name">
112
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-gicon" title="gtk_source_mark_attributes_get_gicon ()">gtk_source_mark_attributes_get_gicon</a> <span class="c_punctuation">()</span>
113
+ </td>
114
+ </tr>
115
+ <tr>
116
+ <td class="function_type">
117
+ <span class="returnvalue">void</span>
118
+ </td>
119
+ <td class="function_name">
120
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-pixbuf" title="gtk_source_mark_attributes_set_pixbuf ()">gtk_source_mark_attributes_set_pixbuf</a> <span class="c_punctuation">()</span>
121
+ </td>
122
+ </tr>
123
+ <tr>
124
+ <td class="function_type">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
125
+ </td>
126
+ <td class="function_name">
127
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-pixbuf" title="gtk_source_mark_attributes_get_pixbuf ()">gtk_source_mark_attributes_get_pixbuf</a> <span class="c_punctuation">()</span>
128
+ </td>
129
+ </tr>
130
+ <tr>
131
+ <td class="function_type">const <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
132
+ </td>
133
+ <td class="function_name">
134
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-render-icon" title="gtk_source_mark_attributes_render_icon ()">gtk_source_mark_attributes_render_icon</a> <span class="c_punctuation">()</span>
135
+ </td>
136
+ </tr>
137
+ <tr>
138
+ <td class="function_type">
139
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
140
+ </td>
141
+ <td class="function_name">
142
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-text" title="gtk_source_mark_attributes_get_tooltip_text ()">gtk_source_mark_attributes_get_tooltip_text</a> <span class="c_punctuation">()</span>
143
+ </td>
144
+ </tr>
145
+ <tr>
146
+ <td class="function_type">
147
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
148
+ </td>
149
+ <td class="function_name">
150
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-tooltip-markup" title="gtk_source_mark_attributes_get_tooltip_markup ()">gtk_source_mark_attributes_get_tooltip_markup</a> <span class="c_punctuation">()</span>
151
+ </td>
152
+ </tr>
153
+ </tbody>
154
+ </table></div>
93
155
  </div>
94
156
  <div class="refsect1">
95
157
  <a name="GtkSourceMarkAttributes.properties"></a><h2>Properties</h2>
96
- <pre class="synopsis">
97
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title='The "background" property'>background</a>" <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>* : Read / Write
98
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--gicon" title='The "gicon" property'>gicon</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write
99
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--icon-name" title='The "icon-name" property'>icon-name</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
100
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--pixbuf" title='The "pixbuf" property'>pixbuf</a>" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write
101
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--stock-id" title='The "stock-id" property'>stock-id</a>" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
102
- </pre>
158
+ <div class="informaltable"><table border="0">
159
+ <colgroup>
160
+ <col width="150px" class="properties_type">
161
+ <col width="300px" class="properties_name">
162
+ <col width="200px" class="properties_flags">
163
+ </colgroup>
164
+ <tbody>
165
+ <tr>
166
+ <td class="property_type">
167
+ <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *</td>
168
+ <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--background" title="The “background” property">background</a></td>
169
+ <td class="property_flags">Read / Write</td>
170
+ </tr>
171
+ <tr>
172
+ <td class="property_type">
173
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</td>
174
+ <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--gicon" title="The “gicon” property">gicon</a></td>
175
+ <td class="property_flags">Read / Write</td>
176
+ </tr>
177
+ <tr>
178
+ <td class="property_type">
179
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
180
+ <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--icon-name" title="The “icon-name” property">icon-name</a></td>
181
+ <td class="property_flags">Read / Write</td>
182
+ </tr>
183
+ <tr>
184
+ <td class="property_type">
185
+ <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</td>
186
+ <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--pixbuf" title="The “pixbuf” property">pixbuf</a></td>
187
+ <td class="property_flags">Read / Write</td>
188
+ </tr>
189
+ <tr>
190
+ <td class="property_type">
191
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
192
+ <td class="property_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes--stock-id" title="The “stock-id” property">stock-id</a></td>
193
+ <td class="property_flags">Read / Write</td>
194
+ </tr>
195
+ </tbody>
196
+ </table></div>
103
197
  </div>
104
198
  <div class="refsect1">
105
199
  <a name="GtkSourceMarkAttributes.signals"></a><h2>Signals</h2>
106
- <pre class="synopsis">
107
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title='The "query-tooltip-markup" signal'>query-tooltip-markup</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
108
- "<a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title='The "query-tooltip-text" signal'>query-tooltip-text</a>" : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
200
+ <div class="informaltable"><table border="0">
201
+ <colgroup>
202
+ <col width="150px" class="signals_return">
203
+ <col width="300px" class="signals_name">
204
+ <col width="200px" class="signals_flags">
205
+ </colgroup>
206
+ <tbody>
207
+ <tr>
208
+ <td class="signal_type">
209
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
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>
212
+ </tr>
213
+ <tr>
214
+ <td class="signal_type">
215
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*</td>
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>
218
+ </tr>
219
+ </tbody>
220
+ </table></div>
221
+ </div>
222
+ <div class="refsect1">
223
+ <a name="GtkSourceMarkAttributes.other"></a><h2>Types and Values</h2>
224
+ <div class="informaltable"><table width="100%" border="0">
225
+ <colgroup>
226
+ <col width="150px" class="name">
227
+ <col class="description">
228
+ </colgroup>
229
+ <tbody><tr>
230
+ <td class="datatype_keyword"> </td>
231
+ <td class="function_name"><a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-struct" title="GtkSourceMarkAttributes">GtkSourceMarkAttributes</a></td>
232
+ </tr></tbody>
233
+ </table></div>
234
+ </div>
235
+ <div class="refsect1">
236
+ <a name="GtkSourceMarkAttributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
237
+ <pre class="screen"> <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
238
+ <span class="lineart">╰──</span> GtkSourceMarkAttributes
239
+ </pre>
240
+ </div>
241
+ <div class="refsect1">
242
+ <a name="GtkSourceMarkAttributes.includes"></a><h2>Includes</h2>
243
+ <pre class="synopsis">#include &lt;gtksourceview/gtksource.h&gt;
109
244
  </pre>
110
245
  </div>
111
246
  <div class="refsect1">
112
247
  <a name="GtkSourceMarkAttributes.description"></a><h2>Description</h2>
113
- <p>
114
- <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> is an object specifying attributes used by
248
+ <p><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> is an object specifying attributes used by
115
249
  a <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> to visually show lines marked with <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>s
116
250
  of a specific category. It allows you to define a background color of a line,
117
- an icon shown in gutter and tooltips.
118
- </p>
119
- <p>
120
- The background color is used as a background of a line where a mark is placed
121
- and it can be set with <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-background" title="gtk_source_mark_attributes_set_background ()"><code class="function">gtk_source_mark_attributes_set_background()</code></a>. To check
251
+ an icon shown in gutter and tooltips.</p>
252
+ <p>The background color is used as a background of a line where a mark is placed
253
+ and it can be set with <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-background" title="gtk_source_mark_attributes_set_background ()"><code class="function">gtk_source_mark_attributes_set_background()</code></a>. To check
122
254
  if any custom background color was defined and what color it is, use
123
- <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()"><code class="function">gtk_source_mark_attributes_get_background()</code></a>.
124
- </p>
125
- <p>
126
- An icon is a graphic element which is shown in the gutter of a view. An
255
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-get-background" title="gtk_source_mark_attributes_get_background ()"><code class="function">gtk_source_mark_attributes_get_background()</code></a>.</p>
256
+ <p>An icon is a graphic element which is shown in the gutter of a view. An
127
257
  example use is showing a red filled circle in a debugger to show that a
128
258
  breakpoint was set in certain line. To get an icon that will be placed in
129
259
  a gutter, first a base for it must be specified and then
130
- <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-render-icon" title="gtk_source_mark_attributes_render_icon ()"><code class="function">gtk_source_mark_attributes_render_icon()</code></a> must be called.
131
- There are several ways to specify a base for an icon:
132
- </p>
260
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-render-icon" title="gtk_source_mark_attributes_render_icon ()"><code class="function">gtk_source_mark_attributes_render_icon()</code></a> must be called.
261
+ There are several ways to specify a base for an icon:</p>
133
262
  <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
134
263
  <li class="listitem"><p>
135
- <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name" title="gtk_source_mark_attributes_set_icon_name ()"><code class="function">gtk_source_mark_attributes_set_icon_name()</code></a>
264
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name" title="gtk_source_mark_attributes_set_icon_name ()"><code class="function">gtk_source_mark_attributes_set_icon_name()</code></a>
136
265
  </p></li>
137
266
  <li class="listitem"><p>
138
- <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>
267
+ <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>
139
268
  </p></li>
140
269
  <li class="listitem"><p>
141
- <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>
270
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>
142
271
  </p></li>
143
272
  <li class="listitem"><p>
144
- <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>
273
+ <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>
145
274
  </p></li>
146
275
  </ul></div>
147
- <p>
148
- Using any of the above functions overrides the one used earlier. But note
276
+ <p>Using any of the above functions overrides the one used earlier. But note
149
277
  that a getter counterpart of earlier used function can still return some
150
- value, but it is just not used when rendering the proper icon.
151
- </p>
152
- <p>
153
- To provide meaningful tooltips for a given mark of a category, you should
154
- connect to <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title='The "query-tooltip-text" signal'><span class="type">"query-tooltip-text"</span></a> or
155
- <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title='The "query-tooltip-markup" signal'><span class="type">"query-tooltip-markup"</span></a> where the latter
156
- takes precedence.
157
- </p>
278
+ value, but it is just not used when rendering the proper icon.</p>
279
+ <p>To provide meaningful tooltips for a given mark of a category, you should
280
+ connect to <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-text" title="The “query-tooltip-text” signal"><span class="type">“query-tooltip-text”</span></a> or
281
+ <a class="link" href="GtkSourceMarkAttributes.html#GtkSourceMarkAttributes-query-tooltip-markup" title="The “query-tooltip-markup” signal"><span class="type">“query-tooltip-markup”</span></a> where the latter
282
+ takes precedence.</p>
158
283
  </div>
159
284
  <div class="refsect1">
160
- <a name="GtkSourceMarkAttributes.details"></a><h2>Details</h2>
285
+ <a name="GtkSourceMarkAttributes.functions_details"></a><h2>Functions</h2>
161
286
  <div class="refsect2">
162
- <a name="GtkSourceMarkAttributes-struct"></a><h3>GtkSourceMarkAttributes</h3>
163
- <pre class="programlisting">typedef struct _GtkSourceMarkAttributes GtkSourceMarkAttributes;</pre>
287
+ <a name="gtk-source-mark-attributes-new"></a><h3>gtk_source_mark_attributes_new ()</h3>
288
+ <pre class="programlisting"><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> *
289
+ gtk_source_mark_attributes_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
290
+ <p>Creates a new source mark attributes.</p>
291
+ <div class="refsect3">
292
+ <a name="id-1.2.21.10.2.5"></a><h4>Returns</h4>
293
+ <p> a new source mark attributes. </p>
294
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
164
295
  </div>
165
- <hr>
166
- <div class="refsect2">
167
- <a name="gtk-source-mark-attributes-new"></a><h3>gtk_source_mark_attributes_new ()</h3>
168
- <pre class="programlisting"><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="returnvalue">GtkSourceMarkAttributes</span></a> * gtk_source_mark_attributes_new
169
- (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
170
- <p>
171
- Creates a new source mark attributes.
172
- </p>
173
- <div class="variablelist"><table border="0" class="variablelist">
174
- <colgroup>
175
- <col align="left" valign="top">
176
- <col>
177
- </colgroup>
178
- <tbody><tr>
179
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
180
- <td>a new source mark attributes. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
181
- </td>
182
- </tr></tbody>
183
- </table></div>
184
296
  </div>
185
297
  <hr>
186
298
  <div class="refsect2">
187
- <a name="gtk-source-mark-attributes-set-background"></a><h3>gtk_source_mark_attributes_set_background ()</h3>
188
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_mark_attributes_set_background
189
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
190
- <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>
191
- <p>
192
- Sets background color to the one given in <em class="parameter"><code>background</code></em>.
193
- </p>
194
- <div class="variablelist"><table border="0" class="variablelist">
299
+ <a name="gtk-source-mark-attributes-set-background"></a><h3>gtk_source_mark_attributes_set_background ()</h3>
300
+ <pre class="programlisting"><span class="returnvalue">void</span>
301
+ gtk_source_mark_attributes_set_background
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 <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
304
+ <p>Sets background color to the one given in <em class="parameter"><code>background</code></em>
305
+ .</p>
306
+ <div class="refsect3">
307
+ <a name="id-1.2.21.10.3.5"></a><h4>Parameters</h4>
308
+ <div class="informaltable"><table width="100%" border="0">
195
309
  <colgroup>
196
- <col align="left" valign="top">
197
- <col>
310
+ <col width="150px" class="parameters_name">
311
+ <col class="parameters_description">
312
+ <col width="200px" class="parameters_annotations">
198
313
  </colgroup>
199
314
  <tbody>
200
315
  <tr>
201
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
202
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
316
+ <td class="parameter_name"><p>attributes</p></td>
317
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
318
+ <td class="parameter_annotations"> </td>
203
319
  </tr>
204
320
  <tr>
205
- <td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
206
- <td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</td>
321
+ <td class="parameter_name"><p>background</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
+ <td class="parameter_annotations"> </td>
207
324
  </tr>
208
325
  </tbody>
209
326
  </table></div>
210
327
  </div>
328
+ </div>
211
329
  <hr>
212
330
  <div class="refsect2">
213
- <a name="gtk-source-mark-attributes-get-background"></a><h3>gtk_source_mark_attributes_get_background ()</h3>
214
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_source_mark_attributes_get_background
215
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
216
- <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>
217
- <p>
218
- Stores background color in <em class="parameter"><code>background</code></em>.
219
- </p>
220
- <div class="variablelist"><table border="0" class="variablelist">
331
+ <a name="gtk-source-mark-attributes-get-background"></a><h3>gtk_source_mark_attributes_get_background ()</h3>
332
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
333
+ gtk_source_mark_attributes_get_background
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><a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *background</code></em>);</pre>
336
+ <p>Stores background color in <em class="parameter"><code>background</code></em>
337
+ .</p>
338
+ <div class="refsect3">
339
+ <a name="id-1.2.21.10.4.5"></a><h4>Parameters</h4>
340
+ <div class="informaltable"><table width="100%" border="0">
221
341
  <colgroup>
222
- <col align="left" valign="top">
223
- <col>
342
+ <col width="150px" class="parameters_name">
343
+ <col class="parameters_description">
344
+ <col width="200px" class="parameters_annotations">
224
345
  </colgroup>
225
346
  <tbody>
226
347
  <tr>
227
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
228
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
229
- </tr>
230
- <tr>
231
- <td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td>
232
- <td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span>
233
- </td>
348
+ <td class="parameter_name"><p>attributes</p></td>
349
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
350
+ <td class="parameter_annotations"> </td>
234
351
  </tr>
235
352
  <tr>
236
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
237
- <td>whether background color for <em class="parameter"><code>attributes</code></em> was set.</td>
353
+ <td class="parameter_name"><p>background</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
+ <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>
238
356
  </tr>
239
357
  </tbody>
240
358
  </table></div>
241
359
  </div>
360
+ <div class="refsect3">
361
+ <a name="id-1.2.21.10.4.6"></a><h4>Returns</h4>
362
+ <p> whether background color for <em class="parameter"><code>attributes</code></em>
363
+ was set.</p>
364
+ <p></p>
365
+ </div>
366
+ </div>
242
367
  <hr>
243
368
  <div class="refsect2">
244
- <a name="gtk-source-mark-attributes-set-stock-id"></a><h3>gtk_source_mark_attributes_set_stock_id ()</h3>
245
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_mark_attributes_set_stock_id
246
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
247
- <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
369
+ <a name="gtk-source-mark-attributes-set-stock-id"></a><h3>gtk_source_mark_attributes_set_stock_id ()</h3>
370
+ <pre class="programlisting"><span class="returnvalue">void</span>
371
+ gtk_source_mark_attributes_set_stock_id
372
+ (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
373
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
248
374
  <div class="warning">
249
- <h3 class="title">Warning</h3>
250
- <p><code class="literal">gtk_source_mark_attributes_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Don't use this function.</p>
375
+ <p><code class="literal">gtk_source_mark_attributes_set_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
376
+ <p>Don't use this function.</p>
251
377
  </div>
252
- <p>
253
- Sets stock id to be used as a base for rendered icon.
254
- </p>
255
- <div class="variablelist"><table border="0" class="variablelist">
378
+ <p>Sets stock id to be used as a base for rendered icon.</p>
379
+ <div class="refsect3">
380
+ <a name="id-1.2.21.10.5.6"></a><h4>Parameters</h4>
381
+ <div class="informaltable"><table width="100%" border="0">
256
382
  <colgroup>
257
- <col align="left" valign="top">
258
- <col>
383
+ <col width="150px" class="parameters_name">
384
+ <col class="parameters_description">
385
+ <col width="200px" class="parameters_annotations">
259
386
  </colgroup>
260
387
  <tbody>
261
388
  <tr>
262
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
263
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
389
+ <td class="parameter_name"><p>attributes</p></td>
390
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
391
+ <td class="parameter_annotations"> </td>
264
392
  </tr>
265
393
  <tr>
266
- <td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
267
- <td>a stock id.</td>
394
+ <td class="parameter_name"><p>stock_id</p></td>
395
+ <td class="parameter_description"><p>a stock id.</p></td>
396
+ <td class="parameter_annotations"> </td>
268
397
  </tr>
269
398
  </tbody>
270
399
  </table></div>
271
400
  </div>
401
+ </div>
272
402
  <hr>
273
403
  <div class="refsect2">
274
- <a name="gtk-source-mark-attributes-get-stock-id"></a><h3>gtk_source_mark_attributes_get_stock_id ()</h3>
275
- <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_source_mark_attributes_get_stock_id
276
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
404
+ <a name="gtk-source-mark-attributes-get-stock-id"></a><h3>gtk_source_mark_attributes_get_stock_id ()</h3>
405
+ <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
406
+ gtk_source_mark_attributes_get_stock_id
407
+ (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
277
408
  <div class="warning">
278
- <h3 class="title">Warning</h3>
279
- <p><code class="literal">gtk_source_mark_attributes_get_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Don't use this function.</p>
280
- </div>
281
- <p>
282
- Gets a stock id of an icon used by this attributes. Note that the stock id can
283
- be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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.
284
- </p>
285
- <div class="variablelist"><table border="0" class="variablelist">
409
+ <p><code class="literal">gtk_source_mark_attributes_get_stock_id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
410
+ <p>Don't use this function.</p>
411
+ </div>
412
+ <p>Gets a stock id of an icon used by this attributes. Note that the stock id can
413
+ be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <div class="refsect3">
415
+ <a name="id-1.2.21.10.6.6"></a><h4>Parameters</h4>
416
+ <div class="informaltable"><table width="100%" border="0">
286
417
  <colgroup>
287
- <col align="left" valign="top">
288
- <col>
418
+ <col width="150px" class="parameters_name">
419
+ <col class="parameters_description">
420
+ <col width="200px" class="parameters_annotations">
289
421
  </colgroup>
290
- <tbody>
291
- <tr>
292
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
293
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
294
- </tr>
295
- <tr>
296
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
297
- <td>Stock id. Returned string is owned by <em class="parameter"><code>attributes</code></em> and
298
- shouldn't be freed. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
299
- </td>
300
- </tr>
301
- </tbody>
422
+ <tbody><tr>
423
+ <td class="parameter_name"><p>attributes</p></td>
424
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
425
+ <td class="parameter_annotations"> </td>
426
+ </tr></tbody>
302
427
  </table></div>
303
428
  </div>
429
+ <div class="refsect3">
430
+ <a name="id-1.2.21.10.6.7"></a><h4>Returns</h4>
431
+ <p> Stock id. Returned string is owned by <em class="parameter"><code>attributes</code></em>
432
+ and
433
+ shouldn't be freed. </p>
434
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
435
+ </div>
436
+ </div>
304
437
  <hr>
305
438
  <div class="refsect2">
306
- <a name="gtk-source-mark-attributes-set-icon-name"></a><h3>gtk_source_mark_attributes_set_icon_name ()</h3>
307
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_mark_attributes_set_icon_name
308
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
309
- <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon_name</code></em>);</pre>
310
- <p>
311
- Sets a name of an icon to be used as a base for rendered icon.
312
- </p>
313
- <div class="variablelist"><table border="0" class="variablelist">
439
+ <a name="gtk-source-mark-attributes-set-icon-name"></a><h3>gtk_source_mark_attributes_set_icon_name ()</h3>
440
+ <pre class="programlisting"><span class="returnvalue">void</span>
441
+ gtk_source_mark_attributes_set_icon_name
442
+ (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
443
+ <em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <p>Sets a name of an icon to be used as a base for rendered icon.</p>
445
+ <div class="refsect3">
446
+ <a name="id-1.2.21.10.7.5"></a><h4>Parameters</h4>
447
+ <div class="informaltable"><table width="100%" border="0">
314
448
  <colgroup>
315
- <col align="left" valign="top">
316
- <col>
449
+ <col width="150px" class="parameters_name">
450
+ <col class="parameters_description">
451
+ <col width="200px" class="parameters_annotations">
317
452
  </colgroup>
318
453
  <tbody>
319
454
  <tr>
320
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
321
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
455
+ <td class="parameter_name"><p>attributes</p></td>
456
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
457
+ <td class="parameter_annotations"> </td>
322
458
  </tr>
323
459
  <tr>
324
- <td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
325
- <td>name of an icon to be used.</td>
460
+ <td class="parameter_name"><p>icon_name</p></td>
461
+ <td class="parameter_description"><p>name of an icon to be used.</p></td>
462
+ <td class="parameter_annotations"> </td>
326
463
  </tr>
327
464
  </tbody>
328
465
  </table></div>
329
466
  </div>
467
+ </div>
330
468
  <hr>
331
469
  <div class="refsect2">
332
- <a name="gtk-source-mark-attributes-get-icon-name"></a><h3>gtk_source_mark_attributes_get_icon_name ()</h3>
333
- <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_source_mark_attributes_get_icon_name
334
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
335
- <p>
336
- Gets a name of an icon to be used as a base for rendered icon. Note that the
337
- icon name can be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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.
338
- </p>
339
- <div class="variablelist"><table border="0" class="variablelist">
470
+ <a name="gtk-source-mark-attributes-get-icon-name"></a><h3>gtk_source_mark_attributes_get_icon_name ()</h3>
471
+ <pre class="programlisting">const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
472
+ gtk_source_mark_attributes_get_icon_name
473
+ (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
474
+ <p>Gets a name of an icon to be used as a base for rendered icon. Note that the
475
+ icon name can be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <div class="refsect3">
477
+ <a name="id-1.2.21.10.8.5"></a><h4>Parameters</h4>
478
+ <div class="informaltable"><table width="100%" border="0">
340
479
  <colgroup>
341
- <col align="left" valign="top">
342
- <col>
480
+ <col width="150px" class="parameters_name">
481
+ <col class="parameters_description">
482
+ <col width="200px" class="parameters_annotations">
343
483
  </colgroup>
344
- <tbody>
345
- <tr>
346
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
347
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
348
- </tr>
349
- <tr>
350
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
351
- <td>An icon name. The string belongs to <em class="parameter"><code>attributes</code></em> and
352
- should not be freed. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
353
- </td>
354
- </tr>
355
- </tbody>
484
+ <tbody><tr>
485
+ <td class="parameter_name"><p>attributes</p></td>
486
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
487
+ <td class="parameter_annotations"> </td>
488
+ </tr></tbody>
356
489
  </table></div>
357
490
  </div>
491
+ <div class="refsect3">
492
+ <a name="id-1.2.21.10.8.6"></a><h4>Returns</h4>
493
+ <p> An icon name. The string belongs to <em class="parameter"><code>attributes</code></em>
494
+ and
495
+ should not be freed. </p>
496
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
497
+ </div>
498
+ </div>
358
499
  <hr>
359
500
  <div class="refsect2">
360
- <a name="gtk-source-mark-attributes-set-gicon"></a><h3>gtk_source_mark_attributes_set_gicon ()</h3>
361
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_mark_attributes_set_gicon
362
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
363
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
364
- <p>
365
- Sets an icon to be used as a base for rendered icon.
366
- </p>
367
- <div class="variablelist"><table border="0" class="variablelist">
501
+ <a name="gtk-source-mark-attributes-set-gicon"></a><h3>gtk_source_mark_attributes_set_gicon ()</h3>
502
+ <pre class="programlisting"><span class="returnvalue">void</span>
503
+ gtk_source_mark_attributes_set_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
504
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *gicon</code></em>);</pre>
505
+ <p>Sets an icon to be used as a base for rendered icon.</p>
506
+ <div class="refsect3">
507
+ <a name="id-1.2.21.10.9.5"></a><h4>Parameters</h4>
508
+ <div class="informaltable"><table width="100%" border="0">
368
509
  <colgroup>
369
- <col align="left" valign="top">
370
- <col>
510
+ <col width="150px" class="parameters_name">
511
+ <col class="parameters_description">
512
+ <col width="200px" class="parameters_annotations">
371
513
  </colgroup>
372
514
  <tbody>
373
515
  <tr>
374
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
375
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
516
+ <td class="parameter_name"><p>attributes</p></td>
517
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
518
+ <td class="parameter_annotations"> </td>
376
519
  </tr>
377
520
  <tr>
378
- <td><p><span class="term"><em class="parameter"><code>gicon</code></em> :</span></p></td>
379
- <td>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> to be used.</td>
521
+ <td class="parameter_name"><p>gicon</p></td>
522
+ <td class="parameter_description"><p>a <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> to be used.</p></td>
523
+ <td class="parameter_annotations"> </td>
380
524
  </tr>
381
525
  </tbody>
382
526
  </table></div>
383
527
  </div>
528
+ </div>
384
529
  <hr>
385
530
  <div class="refsect2">
386
- <a name="gtk-source-mark-attributes-get-gicon"></a><h3>gtk_source_mark_attributes_get_gicon ()</h3>
387
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> * gtk_source_mark_attributes_get_gicon
388
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
389
- <p>
390
- Gets a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
391
- be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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.
392
- </p>
393
- <div class="variablelist"><table border="0" class="variablelist">
531
+ <a name="gtk-source-mark-attributes-get-gicon"></a><h3>gtk_source_mark_attributes_get_gicon ()</h3>
532
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="returnvalue">GIcon</span></a> *
533
+ gtk_source_mark_attributes_get_gicon (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
534
+ <p>Gets a <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <div class="refsect3">
537
+ <a name="id-1.2.21.10.10.5"></a><h4>Parameters</h4>
538
+ <div class="informaltable"><table width="100%" border="0">
394
539
  <colgroup>
395
- <col align="left" valign="top">
396
- <col>
540
+ <col width="150px" class="parameters_name">
541
+ <col class="parameters_description">
542
+ <col width="200px" class="parameters_annotations">
397
543
  </colgroup>
398
- <tbody>
399
- <tr>
400
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
401
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
402
- </tr>
403
- <tr>
404
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
405
- <td>An icon. The icon belongs to <em class="parameter"><code>attributes</code></em> and should
406
- not be unreffed. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
407
- </td>
408
- </tr>
409
- </tbody>
544
+ <tbody><tr>
545
+ <td class="parameter_name"><p>attributes</p></td>
546
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
547
+ <td class="parameter_annotations"> </td>
548
+ </tr></tbody>
410
549
  </table></div>
411
550
  </div>
551
+ <div class="refsect3">
552
+ <a name="id-1.2.21.10.10.6"></a><h4>Returns</h4>
553
+ <p> An icon. The icon belongs to <em class="parameter"><code>attributes</code></em>
554
+ and should
555
+ not be unreffed. </p>
556
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
557
+ </div>
558
+ </div>
412
559
  <hr>
413
560
  <div class="refsect2">
414
- <a name="gtk-source-mark-attributes-set-pixbuf"></a><h3>gtk_source_mark_attributes_set_pixbuf ()</h3>
415
- <pre class="programlisting"><span class="returnvalue">void</span> gtk_source_mark_attributes_set_pixbuf
416
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
417
- <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>
418
- <p>
419
- Sets a pixbuf to be used as a base for rendered icon.
420
- </p>
421
- <div class="variablelist"><table border="0" class="variablelist">
561
+ <a name="gtk-source-mark-attributes-set-pixbuf"></a><h3>gtk_source_mark_attributes_set_pixbuf ()</h3>
562
+ <pre class="programlisting"><span class="returnvalue">void</span>
563
+ gtk_source_mark_attributes_set_pixbuf (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
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
+ <p>Sets a pixbuf to be used as a base for rendered icon.</p>
566
+ <div class="refsect3">
567
+ <a name="id-1.2.21.10.11.5"></a><h4>Parameters</h4>
568
+ <div class="informaltable"><table width="100%" border="0">
422
569
  <colgroup>
423
- <col align="left" valign="top">
424
- <col>
570
+ <col width="150px" class="parameters_name">
571
+ <col class="parameters_description">
572
+ <col width="200px" class="parameters_annotations">
425
573
  </colgroup>
426
574
  <tbody>
427
575
  <tr>
428
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
429
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
576
+ <td class="parameter_name"><p>attributes</p></td>
577
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
578
+ <td class="parameter_annotations"> </td>
430
579
  </tr>
431
580
  <tr>
432
- <td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
433
- <td>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.</td>
581
+ <td class="parameter_name"><p>pixbuf</p></td>
582
+ <td class="parameter_description"><p>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.</p></td>
583
+ <td class="parameter_annotations"> </td>
434
584
  </tr>
435
585
  </tbody>
436
586
  </table></div>
437
587
  </div>
588
+ </div>
438
589
  <hr>
439
590
  <div class="refsect2">
440
- <a name="gtk-source-mark-attributes-get-pixbuf"></a><h3>gtk_source_mark_attributes_get_pixbuf ()</h3>
441
- <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> * gtk_source_mark_attributes_get_pixbuf
442
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
443
- <p>
444
- 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
445
- pixbuf can be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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.
446
- </p>
447
- <div class="variablelist"><table border="0" class="variablelist">
591
+ <a name="gtk-source-mark-attributes-get-pixbuf"></a><h3>gtk_source_mark_attributes_get_pixbuf ()</h3>
592
+ <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> *
593
+ gtk_source_mark_attributes_get_pixbuf (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>);</pre>
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
+ pixbuf can be <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <div class="refsect3">
597
+ <a name="id-1.2.21.10.12.5"></a><h4>Parameters</h4>
598
+ <div class="informaltable"><table width="100%" border="0">
448
599
  <colgroup>
449
- <col align="left" valign="top">
450
- <col>
600
+ <col width="150px" class="parameters_name">
601
+ <col class="parameters_description">
602
+ <col width="200px" class="parameters_annotations">
451
603
  </colgroup>
452
- <tbody>
453
- <tr>
454
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
455
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
456
- </tr>
457
- <tr>
458
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
459
- <td>A pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em> and
460
- should not be unreffed. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
461
- </td>
462
- </tr>
463
- </tbody>
604
+ <tbody><tr>
605
+ <td class="parameter_name"><p>attributes</p></td>
606
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
607
+ <td class="parameter_annotations"> </td>
608
+ </tr></tbody>
464
609
  </table></div>
465
610
  </div>
611
+ <div class="refsect3">
612
+ <a name="id-1.2.21.10.12.6"></a><h4>Returns</h4>
613
+ <p> A pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
614
+ and
615
+ should not be unreffed. </p>
616
+ <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
617
+ </div>
618
+ </div>
466
619
  <hr>
467
620
  <div class="refsect2">
468
- <a name="gtk-source-mark-attributes-render-icon"></a><h3>gtk_source_mark_attributes_render_icon ()</h3>
469
- <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> * gtk_source_mark_attributes_render_icon
470
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
471
- <em class="parameter"><code><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
472
- <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
473
- <p>
474
- Renders an icon of given size. The base of the icon is set by the last call
475
- 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>,
476
- <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>,
477
- <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name" title="gtk_source_mark_attributes_set_icon_name ()"><code class="function">gtk_source_mark_attributes_set_icon_name()</code></a> or
478
- <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> cannot be lower than 1.
479
- </p>
480
- <div class="variablelist"><table border="0" class="variablelist">
621
+ <a name="gtk-source-mark-attributes-render-icon"></a><h3>gtk_source_mark_attributes_render_icon ()</h3>
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
+ gtk_source_mark_attributes_render_icon
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="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a> *widget</code></em>,
626
+ <em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
627
+ <p>Renders an icon of given size. The base of the icon is set by the last call
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>,
629
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-gicon" title="gtk_source_mark_attributes_set_gicon ()"><code class="function">gtk_source_mark_attributes_set_gicon()</code></a>,
630
+ <a class="link" href="GtkSourceMarkAttributes.html#gtk-source-mark-attributes-set-icon-name" title="gtk_source_mark_attributes_set_icon_name ()"><code class="function">gtk_source_mark_attributes_set_icon_name()</code></a> or
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
+ cannot be lower than 1.</p>
633
+ <div class="refsect3">
634
+ <a name="id-1.2.21.10.13.5"></a><h4>Parameters</h4>
635
+ <div class="informaltable"><table width="100%" border="0">
481
636
  <colgroup>
482
- <col align="left" valign="top">
483
- <col>
637
+ <col width="150px" class="parameters_name">
638
+ <col class="parameters_description">
639
+ <col width="200px" class="parameters_annotations">
484
640
  </colgroup>
485
641
  <tbody>
486
642
  <tr>
487
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
488
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
489
- </tr>
490
- <tr>
491
- <td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
492
- <td>widget of which style settings may be used.</td>
643
+ <td class="parameter_name"><p>attributes</p></td>
644
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
645
+ <td class="parameter_annotations"> </td>
493
646
  </tr>
494
647
  <tr>
495
- <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
496
- <td>size of the rendered icon.</td>
648
+ <td class="parameter_name"><p>widget</p></td>
649
+ <td class="parameter_description"><p>widget of which style settings may be used.</p></td>
650
+ <td class="parameter_annotations"> </td>
497
651
  </tr>
498
652
  <tr>
499
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
500
- <td>A rendered pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
501
- and should not be unreffed. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
502
- </td>
653
+ <td class="parameter_name"><p>size</p></td>
654
+ <td class="parameter_description"><p>size of the rendered icon.</p></td>
655
+ <td class="parameter_annotations"> </td>
503
656
  </tr>
504
657
  </tbody>
505
658
  </table></div>
506
659
  </div>
660
+ <div class="refsect3">
661
+ <a name="id-1.2.21.10.13.6"></a><h4>Returns</h4>
662
+ <p> A rendered pixbuf. The pixbuf belongs to <em class="parameter"><code>attributes</code></em>
663
+ and should not be unreffed. </p>
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>
665
+ </div>
666
+ </div>
507
667
  <hr>
508
668
  <div class="refsect2">
509
- <a name="gtk-source-mark-attributes-get-tooltip-text"></a><h3>gtk_source_mark_attributes_get_tooltip_text ()</h3>
510
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_source_mark_attributes_get_tooltip_text
511
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
512
- <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
513
- <p>
514
- Queries for a tooltip by emitting
515
- 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
516
- text.
517
- </p>
518
- <div class="variablelist"><table border="0" class="variablelist">
669
+ <a name="gtk-source-mark-attributes-get-tooltip-text"></a><h3>gtk_source_mark_attributes_get_tooltip_text ()</h3>
670
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
671
+ gtk_source_mark_attributes_get_tooltip_text
672
+ (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
673
+ <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
674
+ <p>Queries for a tooltip by emitting
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
+ text.</p>
677
+ <div class="refsect3">
678
+ <a name="id-1.2.21.10.14.5"></a><h4>Parameters</h4>
679
+ <div class="informaltable"><table width="100%" border="0">
519
680
  <colgroup>
520
- <col align="left" valign="top">
521
- <col>
681
+ <col width="150px" class="parameters_name">
682
+ <col class="parameters_description">
683
+ <col width="200px" class="parameters_annotations">
522
684
  </colgroup>
523
685
  <tbody>
524
686
  <tr>
525
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
526
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
687
+ <td class="parameter_name"><p>attributes</p></td>
688
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
689
+ <td class="parameter_annotations"> </td>
527
690
  </tr>
528
691
  <tr>
529
- <td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
530
- <td>a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</td>
531
- </tr>
532
- <tr>
533
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
534
- <td>A tooltip. The returned string should be freed by
535
- using <a href="/home/kou/work/ruby/ruby-gnome2.win32/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. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
536
- </td>
692
+ <td class="parameter_name"><p>mark</p></td>
693
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</p></td>
694
+ <td class="parameter_annotations"> </td>
537
695
  </tr>
538
696
  </tbody>
539
697
  </table></div>
540
698
  </div>
699
+ <div class="refsect3">
700
+ <a name="id-1.2.21.10.14.6"></a><h4>Returns</h4>
701
+ <p> A tooltip. The returned string should be freed by
702
+ using <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
704
+ </div>
705
+ </div>
541
706
  <hr>
542
707
  <div class="refsect2">
543
- <a name="gtk-source-mark-attributes-get-tooltip-markup"></a><h3>gtk_source_mark_attributes_get_tooltip_markup ()</h3>
544
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_source_mark_attributes_get_tooltip_markup
545
- (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
546
- <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
547
- <p>
548
- Queries for a tooltip by emitting
549
- 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
550
- a markup.
551
- </p>
552
- <div class="variablelist"><table border="0" class="variablelist">
708
+ <a name="gtk-source-mark-attributes-get-tooltip-markup"></a><h3>gtk_source_mark_attributes_get_tooltip_markup ()</h3>
709
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
710
+ gtk_source_mark_attributes_get_tooltip_markup
711
+ (<em class="parameter"><code><a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes</code></em>,
712
+ <em class="parameter"><code><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark</code></em>);</pre>
713
+ <p>Queries for a tooltip by emitting
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
+ a markup.</p>
716
+ <div class="refsect3">
717
+ <a name="id-1.2.21.10.15.5"></a><h4>Parameters</h4>
718
+ <div class="informaltable"><table width="100%" border="0">
553
719
  <colgroup>
554
- <col align="left" valign="top">
555
- <col>
720
+ <col width="150px" class="parameters_name">
721
+ <col class="parameters_description">
722
+ <col width="200px" class="parameters_annotations">
556
723
  </colgroup>
557
724
  <tbody>
558
725
  <tr>
559
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
560
- <td>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</td>
726
+ <td class="parameter_name"><p>attributes</p></td>
727
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a>.</p></td>
728
+ <td class="parameter_annotations"> </td>
561
729
  </tr>
562
730
  <tr>
563
- <td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
564
- <td>a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</td>
565
- </tr>
566
- <tr>
567
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
568
- <td>A tooltip. The returned string should be freed by
569
- using <a href="/home/kou/work/ruby/ruby-gnome2.win32/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. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
570
- </td>
731
+ <td class="parameter_name"><p>mark</p></td>
732
+ <td class="parameter_description"><p>a <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</p></td>
733
+ <td class="parameter_annotations"> </td>
571
734
  </tr>
572
735
  </tbody>
573
736
  </table></div>
574
737
  </div>
738
+ <div class="refsect3">
739
+ <a name="id-1.2.21.10.15.6"></a><h4>Returns</h4>
740
+ <p> A tooltip. The returned string should be freed by
741
+ using <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
743
+ </div>
744
+ </div>
745
+ </div>
746
+ <div class="refsect1">
747
+ <a name="GtkSourceMarkAttributes.other_details"></a><h2>Types and Values</h2>
748
+ <div class="refsect2">
749
+ <a name="GtkSourceMarkAttributes-struct"></a><h3>GtkSourceMarkAttributes</h3>
750
+ <pre class="programlisting">typedef struct _GtkSourceMarkAttributes GtkSourceMarkAttributes;</pre>
751
+ </div>
575
752
  </div>
576
753
  <div class="refsect1">
577
754
  <a name="GtkSourceMarkAttributes.property-details"></a><h2>Property Details</h2>
578
755
  <div class="refsect2">
579
- <a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">"background"</code> property</h3>
580
- <pre class="programlisting"> "background" <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>* : Read / Write</pre>
581
- <p>
582
- A color used for background of a line.
583
- </p>
756
+ <a name="GtkSourceMarkAttributes--background"></a><h3>The <code class="literal">“background”</code> property</h3>
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
+ <p>A color used for background of a line.</p>
759
+ <p>Flags: Read / Write</p>
584
760
  </div>
585
761
  <hr>
586
762
  <div class="refsect2">
587
- <a name="GtkSourceMarkAttributes--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
588
- <pre class="programlisting"> "gicon" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
589
- <p>
590
- A <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> that may be a base of a rendered icon.
591
- </p>
763
+ <a name="GtkSourceMarkAttributes--gicon"></a><h3>The <code class="literal">“gicon”</code> property</h3>
764
+ <pre class="programlisting"> gicon <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> *</pre>
765
+ <p>A <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GIcon.html"><span class="type">GIcon</span></a> that may be a base of a rendered icon.</p>
766
+ <p>Flags: Read / Write</p>
592
767
  </div>
593
768
  <hr>
594
769
  <div class="refsect2">
595
- <a name="GtkSourceMarkAttributes--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
596
- <pre class="programlisting"> "icon-name" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
597
- <p>
598
- An icon name that may be a base of a rendered icon.
599
- </p>
770
+ <a name="GtkSourceMarkAttributes--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
771
+ <pre class="programlisting"> icon-name <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
772
+ <p>An icon name that may be a base of a rendered icon.</p>
773
+ <p>Flags: Read / Write</p>
600
774
  <p>Default value: NULL</p>
601
775
  </div>
602
776
  <hr>
603
777
  <div class="refsect2">
604
- <a name="GtkSourceMarkAttributes--pixbuf"></a><h3>The <code class="literal">"pixbuf"</code> property</h3>
605
- <pre class="programlisting"> "pixbuf" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
606
- <p>
607
- A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> that may be a base of a rendered icon.
608
- </p>
778
+ <a name="GtkSourceMarkAttributes--pixbuf"></a><h3>The <code class="literal">“pixbuf”</code> property</h3>
779
+ <pre class="programlisting"> pixbuf <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *</pre>
780
+ <p>A <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> that may be a base of a rendered icon.</p>
781
+ <p>Flags: Read / Write</p>
609
782
  </div>
610
783
  <hr>
611
784
  <div class="refsect2">
612
- <a name="GtkSourceMarkAttributes--stock-id"></a><h3>The <code class="literal">"stock-id"</code> property</h3>
613
- <pre class="programlisting"> "stock-id" <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
785
+ <a name="GtkSourceMarkAttributes--stock-id"></a><h3>The <code class="literal">“stock-id”</code> property</h3>
786
+ <pre class="programlisting"> stock-id <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
787
+ <p>A stock id that may be a base of a rendered icon.</p>
614
788
  <div class="warning">
615
- <h3 class="title">Warning</h3>
616
- <p><code class="literal">GtkSourceMarkAttributes:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code. Don't use this property.</p>
789
+ <p><code class="literal">GtkSourceMarkAttributes:stock-id</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
790
+ <p>Don't use this property.</p>
617
791
  </div>
618
- <p>
619
- A stock id that may be a base of a rendered icon.
620
- </p>
792
+ <p>Flags: Read / Write</p>
621
793
  <p>Default value: NULL</p>
622
794
  </div>
623
795
  </div>
624
796
  <div class="refsect1">
625
797
  <a name="GtkSourceMarkAttributes.signal-details"></a><h2>Signal Details</h2>
626
798
  <div class="refsect2">
627
- <a name="GtkSourceMarkAttributes-query-tooltip-markup"></a><h3>The <code class="literal">"query-tooltip-markup"</code> signal</h3>
628
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
629
- <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
630
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
631
- <p>
632
- The code should connect to this signal to provide a tooltip for given
633
- <em class="parameter"><code>mark</code></em>. The tooltip can contain a markup.
634
- </p>
635
- <div class="variablelist"><table border="0" class="variablelist">
799
+ <a name="GtkSourceMarkAttributes-query-tooltip-markup"></a><h3>The <code class="literal">“query-tooltip-markup”</code> signal</h3>
800
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*
801
+ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
802
+ <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
803
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
804
+ <p>The code should connect to this signal to provide a tooltip for given
805
+ <em class="parameter"><code>mark</code></em>
806
+ . The tooltip can contain a markup.</p>
807
+ <div class="refsect3">
808
+ <a name="id-1.2.21.13.2.5"></a><h4>Parameters</h4>
809
+ <div class="informaltable"><table width="100%" border="0">
636
810
  <colgroup>
637
- <col align="left" valign="top">
638
- <col>
811
+ <col width="150px" class="parameters_name">
812
+ <col class="parameters_description">
813
+ <col width="200px" class="parameters_annotations">
639
814
  </colgroup>
640
815
  <tbody>
641
816
  <tr>
642
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
643
- <td>The <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> which emits the signal.</td>
644
- </tr>
645
- <tr>
646
- <td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
647
- <td>The <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</td>
817
+ <td class="parameter_name"><p>attributes</p></td>
818
+ <td class="parameter_description"><p>The <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> which emits the signal.</p></td>
819
+ <td class="parameter_annotations"> </td>
648
820
  </tr>
649
821
  <tr>
650
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
651
- <td>user data set when the signal handler was connected.</td>
822
+ <td class="parameter_name"><p>mark</p></td>
823
+ <td class="parameter_description"><p>The <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</p></td>
824
+ <td class="parameter_annotations"> </td>
652
825
  </tr>
653
826
  <tr>
654
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
655
- <td>A tooltip. The string should be freed with
656
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/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. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
657
- </td>
827
+ <td class="parameter_name"><p>user_data</p></td>
828
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
829
+ <td class="parameter_annotations"> </td>
658
830
  </tr>
659
831
  </tbody>
660
832
  </table></div>
661
833
  </div>
834
+ <div class="refsect3">
835
+ <a name="id-1.2.21.13.2.6"></a><h4>Returns</h4>
836
+ <p> A tooltip. The string should be freed with
837
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
839
+ </div>
840
+ <p>Flags: Run Last</p>
841
+ </div>
662
842
  <hr>
663
843
  <div class="refsect2">
664
- <a name="GtkSourceMarkAttributes-query-tooltip-text"></a><h3>The <code class="literal">"query-tooltip-text"</code> signal</h3>
665
- <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
666
- <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
667
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
668
- <p>
669
- The code should connect to this signal to provide a tooltip for given
670
- <em class="parameter"><code>mark</code></em>. The tooltip should be just a plain text.
671
- </p>
672
- <div class="variablelist"><table border="0" class="variablelist">
844
+ <a name="GtkSourceMarkAttributes-query-tooltip-text"></a><h3>The <code class="literal">“query-tooltip-text”</code> signal</h3>
845
+ <pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>*
846
+ user_function (<a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> *attributes,
847
+ <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a> *mark,
848
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
849
+ <p>The code should connect to this signal to provide a tooltip for given
850
+ <em class="parameter"><code>mark</code></em>
851
+ . The tooltip should be just a plain text.</p>
852
+ <div class="refsect3">
853
+ <a name="id-1.2.21.13.3.5"></a><h4>Parameters</h4>
854
+ <div class="informaltable"><table width="100%" border="0">
673
855
  <colgroup>
674
- <col align="left" valign="top">
675
- <col>
856
+ <col width="150px" class="parameters_name">
857
+ <col class="parameters_description">
858
+ <col width="200px" class="parameters_annotations">
676
859
  </colgroup>
677
860
  <tbody>
678
861
  <tr>
679
- <td><p><span class="term"><em class="parameter"><code>attributes</code></em> :</span></p></td>
680
- <td>The <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> which emits the signal.</td>
681
- </tr>
682
- <tr>
683
- <td><p><span class="term"><em class="parameter"><code>mark</code></em> :</span></p></td>
684
- <td>The <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</td>
862
+ <td class="parameter_name"><p>attributes</p></td>
863
+ <td class="parameter_description"><p>The <a class="link" href="GtkSourceMarkAttributes.html" title="GtkSourceMarkAttributes"><span class="type">GtkSourceMarkAttributes</span></a> which emits the signal.</p></td>
864
+ <td class="parameter_annotations"> </td>
685
865
  </tr>
686
866
  <tr>
687
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
688
- <td>user data set when the signal handler was connected.</td>
867
+ <td class="parameter_name"><p>mark</p></td>
868
+ <td class="parameter_description"><p>The <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>.</p></td>
869
+ <td class="parameter_annotations"> </td>
689
870
  </tr>
690
871
  <tr>
691
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
692
- <td>A tooltip. The string should be freed with
693
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/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. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
694
- </td>
872
+ <td class="parameter_name"><p>user_data</p></td>
873
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
874
+ <td class="parameter_annotations"> </td>
695
875
  </tr>
696
876
  </tbody>
697
877
  </table></div>
698
878
  </div>
879
+ <div class="refsect3">
880
+ <a name="id-1.2.21.13.3.6"></a><h4>Returns</h4>
881
+ <p> A tooltip. The string should be freed with
882
+ <a href="/home/kou/work/ruby/ruby-gnome2.win32/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
+ <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
884
+ </div>
885
+ <p>Flags: Run Last</p>
886
+ </div>
699
887
  </div>
700
888
  <div class="refsect1">
701
889
  <a name="GtkSourceMarkAttributes.see-also"></a><h2>See Also</h2>
702
- <a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a>
890
+ <p><a class="link" href="GtkSourceMark.html" title="GtkSourceMark"><span class="type">GtkSourceMark</span></a></p>
703
891
  </div>
704
892
  </div>
705
893
  <div class="footer">
706
894
  <hr>
707
- Generated by GTK-Doc V1.19.1</div>
895
+ Generated by GTK-Doc V1.21.1</div>
708
896
  </body>
709
897
  </html>