cairo 1.12.4-x86-mingw32 → 1.12.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (931) hide show
  1. data/NEWS +8 -0
  2. data/Rakefile +357 -31
  3. data/ext/cairo/rb_cairo.h +1 -1
  4. data/lib/1.9/cairo.so +0 -0
  5. data/lib/2.0/cairo.so +0 -0
  6. data/vendor/local/bin/fc-cache.exe +0 -0
  7. data/vendor/local/bin/fc-cat.exe +0 -0
  8. data/vendor/local/bin/fc-list.exe +0 -0
  9. data/vendor/local/bin/fc-match.exe +0 -0
  10. data/vendor/local/bin/fc-pattern.exe +0 -0
  11. data/vendor/local/bin/fc-query.exe +0 -0
  12. data/vendor/local/bin/fc-scan.exe +0 -0
  13. data/vendor/local/bin/fc-validate.exe +0 -0
  14. data/vendor/local/bin/freetype-config +14 -16
  15. data/vendor/local/bin/libcairo-2.dll +0 -0
  16. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  17. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  18. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  19. data/vendor/local/bin/libfreetype-6.dll +0 -0
  20. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  21. data/vendor/local/bin/libpng-config +127 -0
  22. data/vendor/local/bin/libpng16-16.dll +0 -0
  23. data/vendor/local/bin/libpng16-config +127 -0
  24. data/vendor/local/bin/libxml2-2.dll +0 -0
  25. data/vendor/local/bin/xml2-config +106 -0
  26. data/vendor/local/bin/xmlcatalog.exe +0 -0
  27. data/vendor/local/bin/xmllint.exe +0 -0
  28. data/vendor/local/bin/zlib1.dll +0 -0
  29. data/vendor/local/etc/fonts/conf.d/10-scale-bitmap-fonts.conf +81 -0
  30. data/vendor/local/etc/fonts/conf.d/20-unhint-small-vera.conf +48 -0
  31. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +291 -0
  32. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +40 -0
  33. data/vendor/local/etc/fonts/conf.d/40-nonlatin.conf +231 -0
  34. data/vendor/local/etc/fonts/conf.d/45-latin.conf +173 -0
  35. data/vendor/local/etc/fonts/conf.d/49-sansserif.conf +21 -0
  36. data/vendor/local/etc/fonts/conf.d/50-user.conf +15 -0
  37. data/vendor/local/etc/fonts/conf.d/51-local.conf +6 -0
  38. data/vendor/local/etc/fonts/conf.d/60-latin.conf +70 -0
  39. data/vendor/local/etc/fonts/conf.d/65-fonts-persian.conf +419 -0
  40. data/vendor/local/etc/fonts/conf.d/65-nonlatin.conf +196 -0
  41. data/vendor/local/etc/fonts/conf.d/69-unifont.conf +28 -0
  42. data/vendor/local/etc/fonts/conf.d/80-delicious.conf +19 -0
  43. data/vendor/local/etc/fonts/conf.d/90-synthetic.conf +64 -0
  44. data/vendor/local/etc/fonts/conf.d/README +23 -0
  45. data/vendor/local/etc/fonts/fonts.conf +8 -4
  46. data/vendor/local/include/cairo/cairo-features.h +4 -0
  47. data/vendor/local/include/cairo/cairo-ft.h +36 -0
  48. data/vendor/local/include/cairo/cairo-gobject.h +3 -1
  49. data/vendor/local/include/cairo/cairo-pdf.h +4 -4
  50. data/vendor/local/include/cairo/cairo-ps.h +5 -3
  51. data/vendor/local/include/cairo/cairo-script-interpreter.h +7 -0
  52. data/vendor/local/include/cairo/cairo-script.h +98 -0
  53. data/vendor/local/include/cairo/cairo-svg.h +5 -3
  54. data/vendor/local/include/cairo/cairo-version.h +2 -2
  55. data/vendor/local/include/cairo/cairo.h +642 -209
  56. data/vendor/local/include/fontconfig/fcfreetype.h +2 -2
  57. data/vendor/local/include/fontconfig/fcprivate.h +2 -2
  58. data/vendor/local/include/fontconfig/fontconfig.h +59 -19
  59. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +74 -5
  60. data/vendor/local/include/freetype2/freetype/config/ftheader.h +27 -1
  61. data/vendor/local/include/freetype2/freetype/config/ftoption.h +24 -2
  62. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +2 -2
  63. data/vendor/local/include/freetype2/freetype/freetype.h +46 -16
  64. data/vendor/local/include/freetype2/freetype/ftautoh.h +349 -0
  65. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +150 -0
  66. data/vendor/local/include/freetype2/freetype/ftchapters.h +28 -0
  67. data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
  68. data/vendor/local/include/freetype2/freetype/fterrors.h +7 -16
  69. data/vendor/local/include/freetype2/freetype/ftglyph.h +1 -1
  70. data/vendor/local/include/freetype2/freetype/ftimage.h +1 -1
  71. data/vendor/local/include/freetype2/freetype/ftlcdfil.h +38 -0
  72. data/vendor/local/include/freetype2/freetype/ftmodapi.h +156 -5
  73. data/vendor/local/include/freetype2/freetype/ftmoderr.h +51 -13
  74. data/vendor/local/include/freetype2/freetype/ftoutln.h +2 -0
  75. data/vendor/local/include/freetype2/freetype/ftstroke.h +1 -1
  76. data/vendor/local/include/freetype2/freetype/fttrigon.h +5 -5
  77. data/vendor/local/include/freetype2/freetype/fttypes.h +19 -9
  78. data/vendor/local/include/freetype2/freetype/ttnameid.h +5 -15
  79. data/vendor/local/include/freetype2/freetype/tttables.h +14 -1
  80. data/vendor/local/include/libpng16/png.h +3304 -0
  81. data/vendor/local/include/libpng16/pngconf.h +616 -0
  82. data/vendor/local/include/libpng16/pnglibconf.h +209 -0
  83. data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
  84. data/vendor/local/include/libxml2/libxml/HTMLparser.h +306 -0
  85. data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
  86. data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
  87. data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
  88. data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
  89. data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
  90. data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
  91. data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
  92. data/vendor/local/include/libxml2/libxml/dict.h +80 -0
  93. data/vendor/local/include/libxml2/libxml/encoding.h +240 -0
  94. data/vendor/local/include/libxml2/libxml/entities.h +151 -0
  95. data/vendor/local/include/libxml2/libxml/globals.h +502 -0
  96. data/vendor/local/include/libxml2/libxml/hash.h +233 -0
  97. data/vendor/local/include/libxml2/libxml/list.h +137 -0
  98. data/vendor/local/include/libxml2/libxml/nanoftp.h +163 -0
  99. data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
  100. data/vendor/local/include/libxml2/libxml/parser.h +1241 -0
  101. data/vendor/local/include/libxml2/libxml/parserInternals.h +644 -0
  102. data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
  103. data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
  104. data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
  105. data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
  106. data/vendor/local/include/libxml2/libxml/threads.h +84 -0
  107. data/vendor/local/include/libxml2/libxml/tree.h +1303 -0
  108. data/vendor/local/include/libxml2/libxml/uri.h +94 -0
  109. data/vendor/local/include/libxml2/libxml/valid.h +458 -0
  110. data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
  111. data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
  112. data/vendor/local/include/libxml2/libxml/xmlIO.h +366 -0
  113. data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
  114. data/vendor/local/include/libxml2/libxml/xmlerror.h +945 -0
  115. data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
  116. data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
  117. data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
  118. data/vendor/local/include/libxml2/libxml/xmlreader.h +428 -0
  119. data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
  120. data/vendor/local/include/libxml2/libxml/xmlsave.h +88 -0
  121. data/vendor/local/include/libxml2/libxml/xmlschemas.h +246 -0
  122. data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
  123. data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
  124. data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
  125. data/vendor/local/include/libxml2/libxml/xmlversion.h +489 -0
  126. data/vendor/local/include/libxml2/libxml/xmlwriter.h +488 -0
  127. data/vendor/local/include/libxml2/libxml/xpath.h +557 -0
  128. data/vendor/local/include/libxml2/libxml/xpathInternals.h +632 -0
  129. data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
  130. data/vendor/local/include/pixman-1/pixman-version.h +50 -0
  131. data/vendor/local/include/pixman-1/pixman.h +1111 -0
  132. data/vendor/local/include/png.h +1993 -1426
  133. data/vendor/local/include/pngconf.h +462 -1398
  134. data/vendor/local/include/pnglibconf.h +209 -0
  135. data/vendor/local/include/zconf.h +141 -91
  136. data/vendor/local/include/zlib.h +273 -94
  137. data/vendor/local/lib/fontconfig.def +11 -1
  138. data/vendor/local/lib/libcairo-gobject.a +0 -0
  139. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  140. data/vendor/local/lib/libcairo-gobject.la +41 -0
  141. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  142. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  143. data/vendor/local/lib/libcairo-script-interpreter.la +41 -0
  144. data/vendor/local/lib/libcairo.a +0 -0
  145. data/vendor/local/lib/libcairo.dll.a +0 -0
  146. data/vendor/local/lib/libcairo.la +41 -0
  147. data/vendor/local/lib/libfontconfig.a +0 -0
  148. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  149. data/vendor/local/lib/libfontconfig.la +41 -0
  150. data/vendor/local/lib/libfreetype.a +0 -0
  151. data/vendor/local/lib/libfreetype.dll.a +0 -0
  152. data/vendor/local/lib/libfreetype.la +41 -0
  153. data/vendor/local/lib/libpixman-1.a +0 -0
  154. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  155. data/vendor/local/lib/libpixman-1.la +41 -0
  156. data/vendor/local/lib/libpng.a +0 -0
  157. data/vendor/local/lib/libpng.dll.a +0 -0
  158. data/vendor/local/lib/libpng.la +41 -0
  159. data/vendor/local/lib/libpng16.a +0 -0
  160. data/vendor/local/lib/libpng16.dll.a +0 -0
  161. data/vendor/local/lib/libpng16.la +41 -0
  162. data/vendor/local/lib/libxml2.a +0 -0
  163. data/vendor/local/lib/libxml2.dll.a +0 -0
  164. data/vendor/local/lib/libxml2.la +41 -0
  165. data/vendor/local/lib/libz.a +0 -0
  166. data/vendor/local/lib/libz.dll.a +0 -0
  167. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  168. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  169. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  170. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  171. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  172. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  173. data/vendor/local/lib/pkgconfig/cairo-script.pc +12 -0
  174. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  175. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  176. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  177. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  178. data/vendor/local/lib/pkgconfig/fontconfig.pc +7 -2
  179. data/vendor/local/lib/pkgconfig/freetype2.pc +6 -6
  180. data/vendor/local/lib/pkgconfig/libpng.pc +3 -3
  181. data/vendor/local/lib/pkgconfig/libpng16.pc +11 -0
  182. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
  183. data/vendor/local/lib/pkgconfig/pixman-1.pc +11 -0
  184. data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
  185. data/vendor/local/lib/xml2Conf.sh +8 -0
  186. data/vendor/local/share/aclocal/libxml.m4 +188 -0
  187. data/vendor/local/share/doc/libxml2-2.9.1/Copyright +23 -0
  188. data/vendor/local/share/doc/libxml2-2.9.1/examples/testHTML.c +880 -0
  189. data/vendor/local/share/doc/libxml2-2.9.1/examples/testSAX.c +1198 -0
  190. data/vendor/local/share/doc/libxml2-2.9.1/examples/testXPath.c +229 -0
  191. data/vendor/local/share/doc/libxml2-2.9.1/examples/xmllint.c +3776 -0
  192. data/vendor/local/share/doc/libxml2-2.9.1/html/DOM.gif +0 -0
  193. data/vendor/local/share/doc/libxml2-2.9.1/html/FAQ.html +282 -0
  194. data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-180x168.gif +0 -0
  195. data/vendor/local/share/doc/libxml2-2.9.1/html/Libxml2-Logo-90x34.gif +0 -0
  196. data/vendor/local/share/doc/libxml2-2.9.1/html/encoding.html +207 -0
  197. data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xml +751 -0
  198. data/vendor/local/share/doc/libxml2-2.9.1/html/examples.xsl +174 -0
  199. data/vendor/local/share/doc/libxml2-2.9.1/html/html/book1.html +13 -0
  200. data/vendor/local/share/doc/libxml2-2.9.1/html/html/home.png +0 -0
  201. data/vendor/local/share/doc/libxml2-2.9.1/html/html/index.html +13 -0
  202. data/vendor/local/share/doc/libxml2-2.9.1/html/html/left.png +0 -0
  203. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-DOCBparser.html +51 -0
  204. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLparser.html +184 -0
  205. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-HTMLtree.html +73 -0
  206. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX.html +125 -0
  207. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-SAX2.html +128 -0
  208. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-c14n.html +38 -0
  209. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-catalog.html +142 -0
  210. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-chvalid.html +72 -0
  211. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-debugXML.html +120 -0
  212. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-dict.html +58 -0
  213. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-encoding.html +124 -0
  214. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-entities.html +79 -0
  215. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-globals.html +152 -0
  216. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-hash.html +116 -0
  217. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-lib.html +13 -0
  218. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-list.html +120 -0
  219. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanoftp.html +94 -0
  220. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-nanohttp.html +65 -0
  221. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parser.html +559 -0
  222. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-parserInternals.html +322 -0
  223. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-pattern.html +76 -0
  224. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-relaxng.html +162 -0
  225. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schemasInternals.html +373 -0
  226. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-schematron.html +81 -0
  227. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-threads.html +72 -0
  228. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-tree.html +990 -0
  229. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-uri.html +73 -0
  230. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-valid.html +289 -0
  231. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xinclude.html +59 -0
  232. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xlink.html +82 -0
  233. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlIO.html +212 -0
  234. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlautomata.html +85 -0
  235. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlerror.html +865 -0
  236. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlexports.html +20 -0
  237. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmemory.html +107 -0
  238. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlmodule.html +38 -0
  239. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlreader.html +330 -0
  240. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlregexp.html +143 -0
  241. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlsave.html +60 -0
  242. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemas.html +185 -0
  243. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlschemastypes.html +123 -0
  244. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlstring.html +108 -0
  245. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlunicode.html +512 -0
  246. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlversion.html +63 -0
  247. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xmlwriter.html +261 -0
  248. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpath.html +316 -0
  249. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpathInternals.html +394 -0
  250. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xpointer.html +83 -0
  251. data/vendor/local/share/doc/libxml2-2.9.1/html/html/libxml-xzlib.html +16 -0
  252. data/vendor/local/share/doc/libxml2-2.9.1/html/html/right.png +0 -0
  253. data/vendor/local/share/doc/libxml2-2.9.1/html/html/up.png +0 -0
  254. data/vendor/local/share/doc/libxml2-2.9.1/html/index.html +14 -0
  255. data/vendor/local/share/doc/libxml2-2.9.1/html/io1.c +166 -0
  256. data/vendor/local/share/doc/libxml2-2.9.1/html/io1.res +5 -0
  257. data/vendor/local/share/doc/libxml2-2.9.1/html/io2.c +58 -0
  258. data/vendor/local/share/doc/libxml2-2.9.1/html/io2.res +2 -0
  259. data/vendor/local/share/doc/libxml2-2.9.1/html/libxml.gif +0 -0
  260. data/vendor/local/share/doc/libxml2-2.9.1/html/parse1.c +56 -0
  261. data/vendor/local/share/doc/libxml2-2.9.1/html/parse2.c +72 -0
  262. data/vendor/local/share/doc/libxml2-2.9.1/html/parse3.c +60 -0
  263. data/vendor/local/share/doc/libxml2-2.9.1/html/parse4.c +143 -0
  264. data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.c +107 -0
  265. data/vendor/local/share/doc/libxml2-2.9.1/html/reader1.res +14 -0
  266. data/vendor/local/share/doc/libxml2-2.9.1/html/reader2.c +122 -0
  267. data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.c +120 -0
  268. data/vendor/local/share/doc/libxml2-2.9.1/html/reader3.res +13 -0
  269. data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.c +122 -0
  270. data/vendor/local/share/doc/libxml2-2.9.1/html/reader4.res +3 -0
  271. data/vendor/local/share/doc/libxml2-2.9.1/html/redhat.gif +0 -0
  272. data/vendor/local/share/doc/libxml2-2.9.1/html/smallfootonly.gif +0 -0
  273. data/vendor/local/share/doc/libxml2-2.9.1/html/structure.gif +0 -0
  274. data/vendor/local/share/doc/libxml2-2.9.1/html/test1.xml +1 -0
  275. data/vendor/local/share/doc/libxml2-2.9.1/html/test2.xml +13 -0
  276. data/vendor/local/share/doc/libxml2-2.9.1/html/test3.xml +39 -0
  277. data/vendor/local/share/doc/libxml2-2.9.1/html/testWriter.c +1198 -0
  278. data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.c +94 -0
  279. data/vendor/local/share/doc/libxml2-2.9.1/html/tree1.res +4 -0
  280. data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.c +118 -0
  281. data/vendor/local/share/doc/libxml2-2.9.1/html/tree2.res +18 -0
  282. data/vendor/local/share/doc/libxml2-2.9.1/html/tst.xml +7 -0
  283. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apa.html +8 -0
  284. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apb.html +14 -0
  285. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apc.html +82 -0
  286. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apd.html +76 -0
  287. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ape.html +78 -0
  288. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apf.html +67 -0
  289. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/apg.html +75 -0
  290. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/aph.html +76 -0
  291. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/api.html +4 -0
  292. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s02.html +14 -0
  293. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s03.html +47 -0
  294. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s04.html +54 -0
  295. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s05.html +55 -0
  296. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s06.html +35 -0
  297. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s07.html +30 -0
  298. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s08.html +38 -0
  299. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ar01s09.html +63 -0
  300. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/blank.png +0 -0
  301. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/1.png +0 -0
  302. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/10.png +0 -0
  303. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/2.png +0 -0
  304. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/3.png +0 -0
  305. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/4.png +0 -0
  306. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/5.png +0 -0
  307. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/6.png +0 -0
  308. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/7.png +0 -0
  309. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/8.png +0 -0
  310. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/callouts/9.png +0 -0
  311. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/caution.png +0 -0
  312. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/draft.png +0 -0
  313. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/home.png +0 -0
  314. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/important.png +0 -0
  315. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/next.png +0 -0
  316. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/note.png +0 -0
  317. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/prev.png +0 -0
  318. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/tip.png +0 -0
  319. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-blank.png +0 -0
  320. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-minus.png +0 -0
  321. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/toc-plus.png +0 -0
  322. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/up.png +0 -0
  323. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/images/warning.png +0 -0
  324. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddattribute.c +64 -0
  325. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeaddkeyword.c +75 -0
  326. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includeconvert.c +73 -0
  327. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includegetattribute.c +72 -0
  328. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includekeyword.c +79 -0
  329. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/includexpath.c +74 -0
  330. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/index.html +14 -0
  331. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/ix01.html +1 -0
  332. data/vendor/local/share/doc/libxml2-2.9.1/html/tutorial/xmltutorial.pdf +1336 -0
  333. data/vendor/local/share/doc/libxml2-2.9.1/html/w3c.png +0 -0
  334. data/vendor/local/share/doc/libxml2-2.9.1/html/writer.xml +2 -0
  335. data/vendor/local/share/doc/libxml2-2.9.1/html/xml.html +5715 -0
  336. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.c +250 -0
  337. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath1.res +5 -0
  338. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.c +190 -0
  339. data/vendor/local/share/doc/libxml2-2.9.1/html/xpath2.res +30 -0
  340. data/vendor/local/share/fontconfig/conf.avail/10-autohint.conf +14 -0
  341. data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +14 -0
  342. data/vendor/local/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf +81 -0
  343. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +14 -0
  344. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf +14 -0
  345. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf +14 -0
  346. data/vendor/local/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf +14 -0
  347. data/vendor/local/share/fontconfig/conf.avail/10-unhinted.conf +14 -0
  348. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-default.conf +16 -0
  349. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf +16 -0
  350. data/vendor/local/share/fontconfig/conf.avail/11-lcdfilter-light.conf +16 -0
  351. data/vendor/local/share/fontconfig/conf.avail/20-unhint-small-vera.conf +48 -0
  352. data/vendor/local/share/fontconfig/conf.avail/25-unhint-nonlatin.conf +128 -0
  353. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +291 -0
  354. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +40 -0
  355. data/vendor/local/share/fontconfig/conf.avail/40-nonlatin.conf +231 -0
  356. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +173 -0
  357. data/vendor/local/share/fontconfig/conf.avail/49-sansserif.conf +21 -0
  358. data/vendor/local/share/fontconfig/conf.avail/50-user.conf +15 -0
  359. data/vendor/local/share/fontconfig/conf.avail/51-local.conf +6 -0
  360. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +70 -0
  361. data/vendor/local/share/fontconfig/conf.avail/65-fonts-persian.conf +419 -0
  362. data/vendor/local/share/fontconfig/conf.avail/65-khmer.conf +16 -0
  363. data/vendor/local/share/fontconfig/conf.avail/65-nonlatin.conf +196 -0
  364. data/vendor/local/share/fontconfig/conf.avail/69-unifont.conf +28 -0
  365. data/vendor/local/share/fontconfig/conf.avail/70-no-bitmaps.conf +12 -0
  366. data/vendor/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf +12 -0
  367. data/vendor/local/share/fontconfig/conf.avail/80-delicious.conf +19 -0
  368. data/vendor/local/share/fontconfig/conf.avail/90-synthetic.conf +64 -0
  369. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +10 -10
  370. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +4 -4
  371. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +4 -4
  372. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +4 -4
  373. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +4 -4
  374. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +17 -4
  375. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +6 -6
  376. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +7 -7
  377. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +6 -6
  378. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +54 -38
  379. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +193 -61
  380. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +95 -89
  381. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +45 -66
  382. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +58 -63
  383. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +249 -232
  384. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +118 -113
  385. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +20 -24
  386. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +51 -45
  387. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +600 -0
  388. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +73 -35
  389. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +102 -126
  390. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +42 -58
  391. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +360 -0
  392. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +57 -73
  393. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +37 -30
  394. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +91 -129
  395. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +53 -61
  396. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +47 -57
  397. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +535 -0
  398. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +148 -83
  399. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +170 -0
  400. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +127 -96
  401. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +55 -59
  402. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +96 -87
  403. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +64 -79
  404. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1069 -229
  405. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +274 -220
  406. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +395 -216
  407. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +409 -409
  408. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +7 -4
  409. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +6 -6
  410. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +7 -9
  411. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -4
  412. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +128 -165
  413. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +326 -249
  414. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +29 -8
  415. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +193 -0
  416. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +19 -4
  417. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +4 -15
  418. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +32 -7
  419. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +15 -4
  420. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +140 -27
  421. data/vendor/local/share/gtk-doc/html/cairo/index.html +18 -8
  422. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +104 -13
  423. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +7 -7
  424. data/vendor/local/share/gtk-doc/html/cairo/style.css +2 -1
  425. data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
  426. data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
  427. data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
  428. data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
  429. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
  430. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +373 -0
  431. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
  432. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
  433. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
  434. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
  435. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
  436. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
  437. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
  438. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +134 -0
  439. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +218 -0
  440. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
  441. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
  442. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
  443. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
  444. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +187 -0
  445. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
  446. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +766 -0
  447. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +688 -0
  448. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
  449. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
  450. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
  451. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
  452. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
  453. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1597 -0
  454. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
  455. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
  456. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
  457. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
  458. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +347 -0
  459. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
  460. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +953 -0
  461. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
  462. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
  463. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
  464. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +565 -0
  465. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
  466. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +133 -0
  467. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +314 -0
  468. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
  469. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
  470. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
  471. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +292 -0
  472. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +479 -0
  473. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +542 -0
  474. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
  475. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
  476. data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3573 -0
  477. data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
  478. data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
  479. data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
  480. data/vendor/local/share/license/cairo/AUTHORS +111 -0
  481. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING +0 -0
  482. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-LGPL-2.1 +0 -0
  483. data/vendor/local/share/{doc/cairo_1.10.2-2_win32 → license/cairo}/COPYING-MPL-1.1 +0 -0
  484. data/vendor/local/share/license/cairo/README +194 -0
  485. data/vendor/local/share/license/cairo/README.win32 +66 -0
  486. data/vendor/local/share/license/fontconfig/AUTHORS +3 -0
  487. data/vendor/local/share/license/fontconfig/COPYING +28 -0
  488. data/vendor/local/share/license/fontconfig/README +1350 -0
  489. data/vendor/local/share/license/freetype/README +83 -0
  490. data/vendor/local/share/license/freetype/README.git +46 -0
  491. data/vendor/local/share/license/libpng/README +202 -0
  492. data/vendor/local/share/license/libxml2/AUTHORS +5 -0
  493. data/vendor/local/share/license/libxml2/COPYING +23 -0
  494. data/vendor/local/share/license/libxml2/README +39 -0
  495. data/vendor/local/share/license/libxml2/README.tests +39 -0
  496. data/vendor/local/share/license/pixman/AUTHORS +0 -0
  497. data/vendor/local/share/license/pixman/COPYING +42 -0
  498. data/vendor/local/share/license/pixman/README +116 -0
  499. data/vendor/local/share/license/zlib/README +115 -0
  500. data/vendor/local/share/man/man1/xml2-config.1 +30 -0
  501. data/vendor/local/share/man/man1/xmlcatalog.1 +340 -0
  502. data/vendor/local/share/man/man1/xmllint.1 +650 -0
  503. data/vendor/local/share/man/man3/libpng.3 +2332 -863
  504. data/vendor/local/share/man/man3/libpngpf.3 +6 -790
  505. data/vendor/local/share/man/man3/libxml.3 +71 -0
  506. data/vendor/local/share/man/man5/png.5 +1 -1
  507. data/vendor/local/share/xml/fontconfig/fonts.dtd +233 -0
  508. metadata +447 -490
  509. data/vendor/local/bin/freetype6.dll +0 -0
  510. data/vendor/local/bin/libexpat-1.dll +0 -0
  511. data/vendor/local/bin/libpng14-14.dll +0 -0
  512. data/vendor/local/bin/xmlwf.exe +0 -0
  513. data/vendor/local/etc/fonts/fonts.dtd +0 -224
  514. data/vendor/local/include/expat.h +0 -1047
  515. data/vendor/local/include/expat_external.h +0 -115
  516. data/vendor/local/include/libpng14/png.h +0 -2737
  517. data/vendor/local/include/libpng14/pngconf.h +0 -1552
  518. data/vendor/local/lib/cairo.def +0 -322
  519. data/vendor/local/lib/cairo.lib +0 -0
  520. data/vendor/local/lib/expat.lib +0 -0
  521. data/vendor/local/lib/fontconfig.lib +0 -0
  522. data/vendor/local/lib/freetype.def +0 -189
  523. data/vendor/local/lib/freetype.lib +0 -0
  524. data/vendor/local/lib/libexpat.def +0 -73
  525. data/vendor/local/lib/libexpat.dll.a +0 -0
  526. data/vendor/local/lib/libpng.def +0 -192
  527. data/vendor/local/lib/libpng.lib +0 -0
  528. data/vendor/local/lib/libpng14.dll.a +0 -0
  529. data/vendor/local/lib/pkgconfig/libpng14.pc +0 -11
  530. data/vendor/local/lib/zdll.lib +0 -0
  531. data/vendor/local/lib/zlib.def +0 -67
  532. data/vendor/local/manifest/cairo-dev_1.10.2-2_win32.mft +0 -86
  533. data/vendor/local/manifest/cairo_1.10.2-2_win32.mft +0 -7
  534. data/vendor/local/manifest/expat-dev_2.1.0-1_win32.mft +0 -10
  535. data/vendor/local/manifest/expat_2.1.0-1_win32.mft +0 -2
  536. data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +0 -387
  537. data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +0 -3
  538. data/vendor/local/manifest/freetype-dev_2.4.10-1_win32.mft +0 -57
  539. data/vendor/local/manifest/freetype_2.4.10-1_win32.mft +0 -2
  540. data/vendor/local/manifest/libpng-dev_1.4.12-1_win32.mft +0 -15
  541. data/vendor/local/manifest/libpng_1.4.12-1_win32.mft +0 -2
  542. data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
  543. data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
  544. data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +4 -42484
  545. data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +0 -5046
  546. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +0 -224
  547. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +0 -216
  548. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +0 -210
  549. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +0 -223
  550. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +0 -222
  551. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +0 -221
  552. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +0 -223
  553. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +0 -216
  554. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +0 -222
  555. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +0 -216
  556. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +0 -216
  557. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +0 -211
  558. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +0 -228
  559. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +0 -221
  560. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +0 -211
  561. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +0 -221
  562. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +0 -244
  563. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +0 -226
  564. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +0 -227
  565. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +0 -221
  566. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +0 -249
  567. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +0 -220
  568. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +0 -226
  569. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +0 -232
  570. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +0 -238
  571. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +0 -231
  572. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +0 -232
  573. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +0 -231
  574. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +0 -231
  575. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +0 -261
  576. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +0 -208
  577. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +0 -243
  578. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +0 -231
  579. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +0 -231
  580. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +0 -231
  581. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +0 -229
  582. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +0 -228
  583. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +0 -222
  584. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +0 -224
  585. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +0 -216
  586. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +0 -219
  587. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +0 -230
  588. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +0 -237
  589. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +0 -225
  590. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +0 -217
  591. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +0 -227
  592. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +0 -228
  593. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +0 -227
  594. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +0 -216
  595. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +0 -229
  596. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +0 -234
  597. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +0 -230
  598. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +0 -221
  599. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +0 -220
  600. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +0 -231
  601. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +0 -222
  602. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +0 -229
  603. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +0 -233
  604. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +0 -251
  605. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +0 -228
  606. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +0 -234
  607. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +0 -239
  608. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +0 -233
  609. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +0 -239
  610. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +0 -239
  611. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +0 -211
  612. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +0 -222
  613. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +0 -245
  614. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +0 -266
  615. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +0 -222
  616. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +0 -276
  617. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +0 -219
  618. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +0 -244
  619. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +0 -262
  620. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +0 -259
  621. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +0 -223
  622. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +0 -216
  623. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +0 -217
  624. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +0 -261
  625. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +0 -273
  626. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +0 -224
  627. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +0 -303
  628. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +0 -222
  629. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +0 -289
  630. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +0 -226
  631. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +0 -225
  632. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +0 -241
  633. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +0 -233
  634. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +0 -222
  635. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +0 -216
  636. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +0 -216
  637. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +0 -219
  638. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +0 -208
  639. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +0 -217
  640. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +0 -217
  641. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +0 -219
  642. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +0 -222
  643. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +0 -222
  644. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +0 -205
  645. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +0 -239
  646. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +0 -239
  647. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +0 -259
  648. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +0 -225
  649. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +0 -219
  650. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +0 -220
  651. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +0 -232
  652. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +0 -221
  653. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +0 -233
  654. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +0 -255
  655. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +0 -225
  656. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +0 -236
  657. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +0 -225
  658. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +0 -246
  659. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +0 -261
  660. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +0 -261
  661. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +0 -250
  662. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +0 -221
  663. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +0 -221
  664. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +0 -210
  665. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +0 -221
  666. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +0 -228
  667. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +0 -228
  668. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +0 -218
  669. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +0 -228
  670. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +0 -226
  671. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +0 -222
  672. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +0 -262
  673. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +0 -216
  674. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +0 -216
  675. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +0 -404
  676. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +0 -240
  677. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +0 -242
  678. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +0 -313
  679. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +0 -216
  680. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +0 -222
  681. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +0 -217
  682. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +0 -223
  683. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +0 -231
  684. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +0 -242
  685. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +0 -244
  686. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +0 -602
  687. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +0 -435
  688. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +0 -249
  689. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +0 -217
  690. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +0 -218
  691. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +0 -222
  692. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +0 -227
  693. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +0 -212
  694. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +0 -232
  695. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +0 -233
  696. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +0 -226
  697. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +0 -234
  698. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +0 -223
  699. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +0 -222
  700. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +0 -217
  701. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +0 -221
  702. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +0 -210
  703. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +0 -221
  704. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +0 -233
  705. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +0 -231
  706. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +0 -233
  707. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +0 -216
  708. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +0 -237
  709. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +0 -221
  710. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +0 -233
  711. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +0 -232
  712. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +0 -244
  713. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +0 -244
  714. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +0 -222
  715. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +0 -233
  716. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +0 -278
  717. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +0 -265
  718. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +0 -261
  719. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +0 -249
  720. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +0 -222
  721. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +0 -212
  722. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +0 -223
  723. data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +0 -227
  724. data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +0 -128
  725. data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +0 -133
  726. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +0 -1463
  727. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +0 -264
  728. data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +0 -590
  729. data/vendor/local/share/doc/fontconfig/fontconfig-user.html +0 -1352
  730. data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
  731. data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +0 -644
  732. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +0 -340
  733. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +0 -477
  734. data/vendor/local/share/man/man1/fc-cache.1 +0 -70
  735. data/vendor/local/share/man/man1/fc-cat.1 +0 -44
  736. data/vendor/local/share/man/man1/fc-list.1 +0 -72
  737. data/vendor/local/share/man/man1/fc-match.1 +0 -73
  738. data/vendor/local/share/man/man1/fc-query.1 +0 -57
  739. data/vendor/local/share/man/man1/fc-scan.1 +0 -52
  740. data/vendor/local/share/man/man1/xmlwf.1 +0 -251
  741. data/vendor/local/share/man/man3/FcAtomicCreate.3 +0 -19
  742. data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +0 -16
  743. data/vendor/local/share/man/man3/FcAtomicDestroy.3 +0 -16
  744. data/vendor/local/share/man/man3/FcAtomicLock.3 +0 -18
  745. data/vendor/local/share/man/man3/FcAtomicNewFile.3 +0 -17
  746. data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +0 -16
  747. data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +0 -18
  748. data/vendor/local/share/man/man3/FcAtomicUnlock.3 +0 -16
  749. data/vendor/local/share/man/man3/FcBlanksAdd.3 +0 -18
  750. data/vendor/local/share/man/man3/FcBlanksCreate.3 +0 -16
  751. data/vendor/local/share/man/man3/FcBlanksDestroy.3 +0 -16
  752. data/vendor/local/share/man/man3/FcBlanksIsMember.3 +0 -18
  753. data/vendor/local/share/man/man3/FcCacheCopySet.3 +0 -18
  754. data/vendor/local/share/man/man3/FcCacheDir.3 +0 -16
  755. data/vendor/local/share/man/man3/FcCacheNumFont.3 +0 -17
  756. data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +0 -16
  757. data/vendor/local/share/man/man3/FcCacheSubdir.3 +0 -20
  758. data/vendor/local/share/man/man3/FcCharSetAddChar.3 +0 -19
  759. data/vendor/local/share/man/man3/FcCharSetCopy.3 +0 -17
  760. data/vendor/local/share/man/man3/FcCharSetCount.3 +0 -16
  761. data/vendor/local/share/man/man3/FcCharSetCoverage.3 +0 -23
  762. data/vendor/local/share/man/man3/FcCharSetCreate.3 +0 -17
  763. data/vendor/local/share/man/man3/FcCharSetDestroy.3 +0 -18
  764. data/vendor/local/share/man/man3/FcCharSetEqual.3 +0 -18
  765. data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +0 -20
  766. data/vendor/local/share/man/man3/FcCharSetHasChar.3 +0 -17
  767. data/vendor/local/share/man/man3/FcCharSetIntersect.3 +0 -18
  768. data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +0 -17
  769. data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +0 -17
  770. data/vendor/local/share/man/man3/FcCharSetMerge.3 +0 -23
  771. data/vendor/local/share/man/man3/FcCharSetNew.3 +0 -16
  772. data/vendor/local/share/man/man3/FcCharSetNextPage.3 +0 -20
  773. data/vendor/local/share/man/man3/FcCharSetSubtract.3 +0 -17
  774. data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +0 -17
  775. data/vendor/local/share/man/man3/FcCharSetUnion.3 +0 -17
  776. data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +0 -20
  777. data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +0 -19
  778. data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +0 -17
  779. data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +0 -19
  780. data/vendor/local/share/man/man3/FcConfigCreate.3 +0 -16
  781. data/vendor/local/share/man/man3/FcConfigDestroy.3 +0 -19
  782. data/vendor/local/share/man/man3/FcConfigEnableHome.3 +0 -20
  783. data/vendor/local/share/man/man3/FcConfigFilename.3 +0 -26
  784. data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +0 -20
  785. data/vendor/local/share/man/man3/FcConfigGetCache.3 +0 -17
  786. data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +0 -19
  787. data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +0 -18
  788. data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +0 -17
  789. data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +0 -16
  790. data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +0 -19
  791. data/vendor/local/share/man/man3/FcConfigGetFonts.3 +0 -20
  792. data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +0 -20
  793. data/vendor/local/share/man/man3/FcConfigHome.3 +0 -18
  794. data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +0 -23
  795. data/vendor/local/share/man/man3/FcConfigReference.3 +0 -21
  796. data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +0 -17
  797. data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +0 -20
  798. data/vendor/local/share/man/man3/FcConfigSubstitute.3 +0 -20
  799. data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +0 -24
  800. data/vendor/local/share/man/man3/FcConfigUptoDate.3 +0 -18
  801. data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +0 -27
  802. data/vendor/local/share/man/man3/FcDirCacheLoad.3 +0 -21
  803. data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +0 -19
  804. data/vendor/local/share/man/man3/FcDirCacheRead.3 +0 -21
  805. data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +0 -20
  806. data/vendor/local/share/man/man3/FcDirCacheUnload.3 +0 -17
  807. data/vendor/local/share/man/man3/FcDirCacheValid.3 +0 -17
  808. data/vendor/local/share/man/man3/FcDirSave.3 +0 -22
  809. data/vendor/local/share/man/man3/FcDirScan.3 +0 -26
  810. data/vendor/local/share/man/man3/FcFileIsDir.3 +0 -17
  811. data/vendor/local/share/man/man3/FcFileScan.3 +0 -31
  812. data/vendor/local/share/man/man3/FcFini.3 +0 -19
  813. data/vendor/local/share/man/man3/FcFontList.3 +0 -21
  814. data/vendor/local/share/man/man3/FcFontMatch.3 +0 -25
  815. data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +0 -21
  816. data/vendor/local/share/man/man3/FcFontSetAdd.3 +0 -19
  817. data/vendor/local/share/man/man3/FcFontSetCreate.3 +0 -16
  818. data/vendor/local/share/man/man3/FcFontSetDestroy.3 +0 -17
  819. data/vendor/local/share/man/man3/FcFontSetList.3 +0 -25
  820. data/vendor/local/share/man/man3/FcFontSetMatch.3 +0 -28
  821. data/vendor/local/share/man/man3/FcFontSetPrint.3 +0 -19
  822. data/vendor/local/share/man/man3/FcFontSetSort.3 +0 -39
  823. data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +0 -19
  824. data/vendor/local/share/man/man3/FcFontSort.3 +0 -33
  825. data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +0 -22
  826. data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +0 -21
  827. data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +0 -28
  828. data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +0 -21
  829. data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +0 -21
  830. data/vendor/local/share/man/man3/FcGetLangs.3 +0 -16
  831. data/vendor/local/share/man/man3/FcGetVersion.3 +0 -16
  832. data/vendor/local/share/man/man3/FcInit.3 +0 -19
  833. data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +0 -19
  834. data/vendor/local/share/man/man3/FcInitLoadConfig.3 +0 -17
  835. data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +0 -17
  836. data/vendor/local/share/man/man3/FcInitReinitialize.3 +0 -19
  837. data/vendor/local/share/man/man3/FcIsLower.3 +0 -17
  838. data/vendor/local/share/man/man3/FcIsUpper.3 +0 -17
  839. data/vendor/local/share/man/man3/FcLangGetCharSet.3 +0 -16
  840. data/vendor/local/share/man/man3/FcLangSetAdd.3 +0 -20
  841. data/vendor/local/share/man/man3/FcLangSetCompare.3 +0 -22
  842. data/vendor/local/share/man/man3/FcLangSetContains.3 +0 -22
  843. data/vendor/local/share/man/man3/FcLangSetCopy.3 +0 -17
  844. data/vendor/local/share/man/man3/FcLangSetCreate.3 +0 -16
  845. data/vendor/local/share/man/man3/FcLangSetDestroy.3 +0 -17
  846. data/vendor/local/share/man/man3/FcLangSetEqual.3 +0 -18
  847. data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +0 -16
  848. data/vendor/local/share/man/man3/FcLangSetHasLang.3 +0 -23
  849. data/vendor/local/share/man/man3/FcLangSetHash.3 +0 -20
  850. data/vendor/local/share/man/man3/FcMatrixCopy.3 +0 -17
  851. data/vendor/local/share/man/man3/FcMatrixEqual.3 +0 -19
  852. data/vendor/local/share/man/man3/FcMatrixInit.3 +0 -17
  853. data/vendor/local/share/man/man3/FcMatrixMultiply.3 +0 -20
  854. data/vendor/local/share/man/man3/FcMatrixRotate.3 +0 -27
  855. data/vendor/local/share/man/man3/FcMatrixScale.3 +0 -27
  856. data/vendor/local/share/man/man3/FcMatrixShear.3 +0 -27
  857. data/vendor/local/share/man/man3/FcNameConstant.3 +0 -18
  858. data/vendor/local/share/man/man3/FcNameGetConstant.3 +0 -16
  859. data/vendor/local/share/man/man3/FcNameGetObjectType.3 +0 -16
  860. data/vendor/local/share/man/man3/FcNameParse.3 +0 -16
  861. data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +0 -19
  862. data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +0 -19
  863. data/vendor/local/share/man/man3/FcNameUnparse.3 +0 -18
  864. data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +0 -19
  865. data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +0 -17
  866. data/vendor/local/share/man/man3/FcObjectSetAdd.3 +0 -18
  867. data/vendor/local/share/man/man3/FcObjectSetBuild.3 +0 -26
  868. data/vendor/local/share/man/man3/FcObjectSetCreate.3 +0 -16
  869. data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +0 -16
  870. data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +0 -49
  871. data/vendor/local/share/man/man3/FcPatternAdd.3 +0 -23
  872. data/vendor/local/share/man/man3/FcPatternAddWeak.3 +0 -20
  873. data/vendor/local/share/man/man3/FcPatternBuild.3 +0 -50
  874. data/vendor/local/share/man/man3/FcPatternCreate.3 +0 -16
  875. data/vendor/local/share/man/man3/FcPatternDel.3 +0 -18
  876. data/vendor/local/share/man/man3/FcPatternDestroy.3 +0 -17
  877. data/vendor/local/share/man/man3/FcPatternDuplicate.3 +0 -18
  878. data/vendor/local/share/man/man3/FcPatternEqual.3 +0 -17
  879. data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +0 -19
  880. data/vendor/local/share/man/man3/FcPatternFilter.3 +0 -20
  881. data/vendor/local/share/man/man3/FcPatternFormat.3 +0 -205
  882. data/vendor/local/share/man/man3/FcPatternGet-Type.3 +0 -56
  883. data/vendor/local/share/man/man3/FcPatternGet.3 +0 -22
  884. data/vendor/local/share/man/man3/FcPatternHash.3 +0 -17
  885. data/vendor/local/share/man/man3/FcPatternPrint.3 +0 -18
  886. data/vendor/local/share/man/man3/FcPatternReference.3 +0 -17
  887. data/vendor/local/share/man/man3/FcPatternRemove.3 +0 -19
  888. data/vendor/local/share/man/man3/FcStrBasename.3 +0 -18
  889. data/vendor/local/share/man/man3/FcStrCmp.3 +0 -18
  890. data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +0 -19
  891. data/vendor/local/share/man/man3/FcStrCopy.3 +0 -18
  892. data/vendor/local/share/man/man3/FcStrCopyFilename.3 +0 -23
  893. data/vendor/local/share/man/man3/FcStrDirname.3 +0 -18
  894. data/vendor/local/share/man/man3/FcStrDowncase.3 +0 -17
  895. data/vendor/local/share/man/man3/FcStrFree.3 +0 -17
  896. data/vendor/local/share/man/man3/FcStrListCreate.3 +0 -16
  897. data/vendor/local/share/man/man3/FcStrListDone.3 +0 -16
  898. data/vendor/local/share/man/man3/FcStrListNext.3 +0 -16
  899. data/vendor/local/share/man/man3/FcStrPlus.3 +0 -19
  900. data/vendor/local/share/man/man3/FcStrSetAdd.3 +0 -17
  901. data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +0 -19
  902. data/vendor/local/share/man/man3/FcStrSetCreate.3 +0 -16
  903. data/vendor/local/share/man/man3/FcStrSetDel.3 +0 -18
  904. data/vendor/local/share/man/man3/FcStrSetDestroy.3 +0 -16
  905. data/vendor/local/share/man/man3/FcStrSetEqual.3 +0 -19
  906. data/vendor/local/share/man/man3/FcStrSetMember.3 +0 -18
  907. data/vendor/local/share/man/man3/FcStrStr.3 +0 -20
  908. data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +0 -20
  909. data/vendor/local/share/man/man3/FcToLower.3 +0 -17
  910. data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +0 -19
  911. data/vendor/local/share/man/man3/FcUtf16Len.3 +0 -27
  912. data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +0 -23
  913. data/vendor/local/share/man/man3/FcUtf8Len.3 +0 -24
  914. data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +0 -21
  915. data/vendor/local/share/man/man3/FcValueDestroy.3 +0 -17
  916. data/vendor/local/share/man/man3/FcValueEqual.3 +0 -19
  917. data/vendor/local/share/man/man3/FcValuePrint.3 +0 -18
  918. data/vendor/local/share/man/man3/FcValueSave.3 +0 -17
  919. data/vendor/local/share/man/man5/fonts-conf.5 +0 -644
  920. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.log +0 -1315
  921. data/vendor/local/src/dieterv/packaging/cairo_1.10.2-2_win32.sh +0 -251
  922. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.log +0 -181
  923. data/vendor/local/src/dieterv/packaging/expat_2.1.0-1_win32.sh +0 -76
  924. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.log +0 -363
  925. data/vendor/local/src/dieterv/packaging/freetype_2.4.10-1_win32.sh +0 -92
  926. data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.log +0 -283
  927. data/vendor/local/src/dieterv/packaging/libpng_1.4.12-1_win32.sh +0 -71
  928. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +0 -999
  929. data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +0 -79
  930. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
  931. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>cairo_t</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="cairo-drawing.html" title="Drawing">
9
9
  <link rel="prev" href="cairo-drawing.html" title="Drawing">
10
10
  <link rel="next" href="cairo-Paths.html" title="Paths">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.18 (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">
@@ -26,7 +26,7 @@
26
26
  <a href="#cairo-cairo-t.description" class="shortcut">Description</a>
27
27
  </td></tr>
28
28
  </table>
29
- <div class="refentry" title="cairo_t">
29
+ <div class="refentry">
30
30
  <a name="cairo-cairo-t"></a><div class="titlepage"></div>
31
31
  <div class="refnamediv"><table width="100%"><tr>
32
32
  <td valign="top">
@@ -35,7 +35,7 @@
35
35
  </td>
36
36
  <td valign="top" align="right"></td>
37
37
  </tr></table></div>
38
- <div class="refsynopsisdiv" title="Synopsis">
38
+ <div class="refsynopsisdiv">
39
39
  <a name="cairo-cairo-t.synopsis"></a><h2>Synopsis</h2>
40
40
  <pre class="synopsis">typedef <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t">cairo_t</a>;
41
41
  <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="returnvalue">cairo_t</span></a> * <a class="link" href="cairo-cairo-t.html#cairo-create" title="cairo_create ()">cairo_create</a> (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *target</code></em>);
@@ -159,7 +159,7 @@ unsigned <span class="returnvalue">int</span> <a class="link" href="cairo
159
159
  <em class="parameter"><code>const <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> *key</code></em>);
160
160
  </pre>
161
161
  </div>
162
- <div class="refsect1" title="Description">
162
+ <div class="refsect1">
163
163
  <a name="cairo-cairo-t.description"></a><h2>Description</h2>
164
164
  <p>
165
165
  <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is the main object used when drawing with cairo. To
@@ -170,13 +170,13 @@ draw shapes with <a class="link" href="cairo-cairo-t.html#cairo-stroke" title="c
170
170
  </p>
171
171
  <p>
172
172
  <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>'s can be pushed to a stack via <a class="link" href="cairo-cairo-t.html#cairo-save" title="cairo_save ()"><code class="function">cairo_save()</code></a>.
173
- They may then safely be changed, without loosing the current state.
173
+ They may then safely be changed, without losing the current state.
174
174
  Use <a class="link" href="cairo-cairo-t.html#cairo-restore" title="cairo_restore ()"><code class="function">cairo_restore()</code></a> to restore to the saved state.
175
175
  </p>
176
176
  </div>
177
- <div class="refsect1" title="Details">
177
+ <div class="refsect1">
178
178
  <a name="cairo-cairo-t.details"></a><h2>Details</h2>
179
- <div class="refsect2" title="cairo_t">
179
+ <div class="refsect2">
180
180
  <a name="cairo-t"></a><h3>cairo_t</h3>
181
181
  <pre class="programlisting">typedef struct _cairo cairo_t;
182
182
  </pre>
@@ -193,9 +193,10 @@ object.
193
193
  Memory management of <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is done with
194
194
  <a class="link" href="cairo-cairo-t.html#cairo-reference" title="cairo_reference ()"><code class="function">cairo_reference()</code></a> and <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a>.
195
195
  </p>
196
+ <p class="since">Since 1.0</p>
196
197
  </div>
197
198
  <hr>
198
- <div class="refsect2" title="cairo_create ()">
199
+ <div class="refsect2">
199
200
  <a name="cairo-create"></a><h3>cairo_create ()</h3>
200
201
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="returnvalue">cairo_t</span></a> * cairo_create (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *target</code></em>);</pre>
201
202
  <p>
@@ -203,7 +204,8 @@ Creates a new <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t">
203
204
  default values and with <em class="parameter"><code>target</code></em> as a target surface. The target
204
205
  surface should be constructed with a backend-specific function such
205
206
  as <a class="link" href="cairo-Image-Surfaces.html#cairo-image-surface-create" title="cairo_image_surface_create ()"><code class="function">cairo_image_surface_create()</code></a> (or any other
206
- cairo_<span class="emphasis"><em>backend</em></span><code class="function">_surface_create()</code> variant).
207
+ <code class="function">cairo_<span class="emphasis"><em>backend</em></span>_surface_create()</code>
208
+ variant).
207
209
  </p>
208
210
  <p>
209
211
  This function references <em class="parameter"><code>target</code></em>, so you can immediately
@@ -215,26 +217,27 @@ maintain a separate reference to it.
215
217
  <tbody>
216
218
  <tr>
217
219
  <td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
218
- <td>target surface for the context
219
- </td>
220
+ <td>target surface for the context</td>
220
221
  </tr>
221
222
  <tr>
222
223
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
223
- <td> a newly allocated <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with a reference
224
- count of 1. The initial reference count should be released
225
- with <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a> when you are done using the <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
226
- This function never returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If memory cannot be
227
- allocated, a special <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> object will be returned on
228
- which <a class="link" href="cairo-cairo-t.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> returns <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>.
229
- You can use this object normally, but no drawing will
230
- be done.
231
- </td>
224
+ <td>a newly allocated <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with a reference
225
+ count of 1. The initial reference count should be released
226
+ with <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a> when you are done using the <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
227
+ This function never returns <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 memory cannot be
228
+ allocated, a special <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> object will be returned on
229
+ which <a class="link" href="cairo-cairo-t.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> returns <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>. If
230
+ you attempt to target a surface which does not support
231
+ writing (such as <span class="type">cairo_mime_surface_t</span>) then a
232
+ <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-WRITE-ERROR:CAPS"><code class="literal">CAIRO_STATUS_WRITE_ERROR</code></a> will be raised. You can use this
233
+ object normally, but no drawing will be done.</td>
232
234
  </tr>
233
235
  </tbody>
234
236
  </table></div>
237
+ <p class="since">Since 1.0</p>
235
238
  </div>
236
239
  <hr>
237
- <div class="refsect2" title="cairo_reference ()">
240
+ <div class="refsect2">
238
241
  <a name="cairo-reference"></a><h3>cairo_reference ()</h3>
239
242
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="returnvalue">cairo_t</span></a> * cairo_reference (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
240
243
  <p>
@@ -256,14 +259,14 @@ The number of references to a <a class="link" href="cairo-cairo-t.html#cairo-t"
256
259
  </tr>
257
260
  <tr>
258
261
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
259
- <td> the referenced <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
260
- </td>
262
+ <td>the referenced <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.</td>
261
263
  </tr>
262
264
  </tbody>
263
265
  </table></div>
266
+ <p class="since">Since 1.0</p>
264
267
  </div>
265
268
  <hr>
266
- <div class="refsect2" title="cairo_destroy ()">
269
+ <div class="refsect2">
267
270
  <a name="cairo-destroy"></a><h3>cairo_destroy ()</h3>
268
271
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_destroy (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
269
272
  <p>
@@ -279,9 +282,10 @@ See <a class="link" href="cairo-cairo-t.html#cairo-reference" title="cairo_refer
279
282
  </td>
280
283
  </tr></tbody>
281
284
  </table></div>
285
+ <p class="since">Since 1.0</p>
282
286
  </div>
283
287
  <hr>
284
- <div class="refsect2" title="cairo_status ()">
288
+ <div class="refsect2">
285
289
  <a name="cairo-status"></a><h3>cairo_status ()</h3>
286
290
  <pre class="programlisting"><a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="returnvalue">cairo_status_t</span></a> cairo_status (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
287
291
  <p>
@@ -292,19 +296,19 @@ Checks whether an error has previously occurred for this context.
292
296
  <tbody>
293
297
  <tr>
294
298
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
295
- <td>a cairo context
296
- </td>
299
+ <td>a cairo context</td>
297
300
  </tr>
298
301
  <tr>
299
302
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
300
- <td> the current status of this context, see <a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="type">cairo_status_t</span></a>
303
+ <td>the current status of this context, see <a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="type">cairo_status_t</span></a>
301
304
  </td>
302
305
  </tr>
303
306
  </tbody>
304
307
  </table></div>
308
+ <p class="since">Since 1.0</p>
305
309
  </div>
306
310
  <hr>
307
- <div class="refsect2" title="cairo_save ()">
311
+ <div class="refsect2">
308
312
  <a name="cairo-save"></a><h3>cairo_save ()</h3>
309
313
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_save (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
310
314
  <p>
@@ -329,9 +333,10 @@ any saved states will be freed along with the <a class="link" href="cairo-cairo-
329
333
  </td>
330
334
  </tr></tbody>
331
335
  </table></div>
336
+ <p class="since">Since 1.0</p>
332
337
  </div>
333
338
  <hr>
334
- <div class="refsect2" title="cairo_restore ()">
339
+ <div class="refsect2">
335
340
  <a name="cairo-restore"></a><h3>cairo_restore ()</h3>
336
341
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_restore (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
337
342
  <p>
@@ -347,9 +352,10 @@ saved states.
347
352
  </td>
348
353
  </tr></tbody>
349
354
  </table></div>
355
+ <p class="since">Since 1.0</p>
350
356
  </div>
351
357
  <hr>
352
- <div class="refsect2" title="cairo_get_target ()">
358
+ <div class="refsect2">
353
359
  <a name="cairo-get-target"></a><h3>cairo_get_target ()</h3>
354
360
  <pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> * cairo_get_target (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
355
361
  <p>
@@ -368,20 +374,19 @@ A nil surface is indicated by <a class="link" href="cairo-cairo-surface-t.html#c
368
374
  <tbody>
369
375
  <tr>
370
376
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
371
- <td>a cairo context
372
- </td>
377
+ <td>a cairo context</td>
373
378
  </tr>
374
379
  <tr>
375
380
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
376
- <td> the target surface. This object is owned by cairo. To
377
- keep a reference to it, you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a>.
378
- </td>
381
+ <td>the target surface. This object is owned by cairo. To
382
+ keep a reference to it, you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a>.</td>
379
383
  </tr>
380
384
  </tbody>
381
385
  </table></div>
386
+ <p class="since">Since 1.0</p>
382
387
  </div>
383
388
  <hr>
384
- <div class="refsect2" title="cairo_push_group ()">
389
+ <div class="refsect2">
385
390
  <a name="cairo-push-group"></a><h3>cairo_push_group ()</h3>
386
391
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_push_group (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
387
392
  <p>
@@ -420,29 +425,42 @@ under the stroke:
420
425
  </p>
421
426
  <p>
422
427
  </p>
423
- <div class="informalexample"><pre class="programlisting">
424
- cairo_push_group (cr);
425
- cairo_set_source (cr, fill_pattern);
426
- cairo_fill_preserve (cr);
427
- cairo_set_source (cr, stroke_pattern);
428
- cairo_stroke (cr);
429
- cairo_pop_group_to_source (cr);
430
- cairo_paint_with_alpha (cr, alpha);
431
- </pre></div>
428
+ <div class="informalexample">
429
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
430
+ <tbody>
431
+ <tr>
432
+ <td class="listing_lines" align="right"><pre>1
433
+ 2
434
+ 3
435
+ 4
436
+ 5
437
+ 6
438
+ 7</pre></td>
439
+ <td class="listing_code"><pre class="programlisting"><span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-push-group">cairo_push_group</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">);</span>
440
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-set-source">cairo_set_source</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span> fill_pattern<span class="gtkdoc opt">);</span>
441
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-fill-preserve">cairo_fill_preserve</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">);</span>
442
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-set-source">cairo_set_source</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span> stroke_pattern<span class="gtkdoc opt">);</span>
443
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-stroke">cairo_stroke</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">);</span>
444
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-pop-group-to-source">cairo_pop_group_to_source</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">);</span>
445
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-paint-with-alpha">cairo_paint_with_alpha</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span> alpha<span class="gtkdoc opt">);</span></pre></td>
446
+ </tr>
447
+ </tbody>
448
+ </table>
449
+ </div>
450
+
432
451
  <p>
433
452
  </p>
434
453
  <div class="variablelist"><table border="0">
435
454
  <col align="left" valign="top">
436
455
  <tbody><tr>
437
456
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
438
- <td>a cairo context
439
- </td>
457
+ <td>a cairo context</td>
440
458
  </tr></tbody>
441
459
  </table></div>
442
460
  <p class="since">Since 1.2</p>
443
461
  </div>
444
462
  <hr>
445
- <div class="refsect2" title="cairo_push_group_with_content ()">
463
+ <div class="refsect2">
446
464
  <a name="cairo-push-group-with-content"></a><h3>cairo_push_group_with_content ()</h3>
447
465
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_push_group_with_content (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
448
466
  <em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-content-t" title="enum cairo_content_t"><span class="type">cairo_content_t</span></a> content</code></em>);</pre>
@@ -464,21 +482,19 @@ detailed description of group rendering.
464
482
  <tbody>
465
483
  <tr>
466
484
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
467
- <td>a cairo context
468
- </td>
485
+ <td>a cairo context</td>
469
486
  </tr>
470
487
  <tr>
471
488
  <td><p><span class="term"><em class="parameter"><code>content</code></em> :</span></p></td>
472
489
  <td>a <a class="link" href="cairo-cairo-surface-t.html#cairo-content-t" title="enum cairo_content_t"><span class="type">cairo_content_t</span></a> indicating the type of group that
473
- will be created
474
- </td>
490
+ will be created</td>
475
491
  </tr>
476
492
  </tbody>
477
493
  </table></div>
478
494
  <p class="since">Since 1.2</p>
479
495
  </div>
480
496
  <hr>
481
- <div class="refsect2" title="cairo_pop_group ()">
497
+ <div class="refsect2">
482
498
  <a name="cairo-pop-group"></a><h3>cairo_pop_group ()</h3>
483
499
  <pre class="programlisting"><a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-t" title="cairo_pattern_t"><span class="returnvalue">cairo_pattern_t</span></a> * cairo_pop_group (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
484
500
  <p>
@@ -498,24 +514,21 @@ group.
498
514
  <tbody>
499
515
  <tr>
500
516
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
501
- <td>a cairo context
502
- </td>
517
+ <td>a cairo context</td>
503
518
  </tr>
504
519
  <tr>
505
520
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
506
- <td> a newly created (surface) pattern containing the
521
+ <td>a newly created (surface) pattern containing the
507
522
  results of all drawing operations performed to the group. The
508
523
  caller owns the returned object and should call
509
- <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-destroy" title="cairo_pattern_destroy ()"><code class="function">cairo_pattern_destroy()</code></a> when finished with it.
510
-
511
- </td>
524
+ <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-destroy" title="cairo_pattern_destroy ()"><code class="function">cairo_pattern_destroy()</code></a> when finished with it.</td>
512
525
  </tr>
513
526
  </tbody>
514
527
  </table></div>
515
528
  <p class="since">Since 1.2</p>
516
529
  </div>
517
530
  <hr>
518
- <div class="refsect2" title="cairo_pop_group_to_source ()">
531
+ <div class="refsect2">
519
532
  <a name="cairo-pop-group-to-source"></a><h3>cairo_pop_group_to_source ()</h3>
520
533
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_pop_group_to_source (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
521
534
  <p>
@@ -529,11 +542,21 @@ operations:
529
542
  </p>
530
543
  <p>
531
544
  </p>
532
- <div class="informalexample"><pre class="programlisting">
533
- <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-t" title="cairo_pattern_t">cairo_pattern_t</a> *group = cairo_pop_group (cr);
534
- cairo_set_source (cr, group);
535
- cairo_pattern_destroy (group);
536
- </pre></div>
545
+ <div class="informalexample">
546
+ <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
547
+ <tbody>
548
+ <tr>
549
+ <td class="listing_lines" align="right"><pre>1
550
+ 2
551
+ 3</pre></td>
552
+ <td class="listing_code"><pre class="programlisting">cairo_pattern_t <span class="gtkdoc opt">*</span>group <span class="gtkdoc opt">=</span> <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-pop-group">cairo_pop_group</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">);</span>
553
+ <span class="function"><a href="../cairo/cairo-cairo-t.html#cairo-set-source">cairo_set_source</a></span> <span class="gtkdoc opt">(</span>cr<span class="gtkdoc opt">,</span> group<span class="gtkdoc opt">);</span>
554
+ <span class="function"><a href="../cairo/cairo-cairo-pattern-t.html#cairo-pattern-destroy">cairo_pattern_destroy</a></span> <span class="gtkdoc opt">(</span>group<span class="gtkdoc opt">);</span></pre></td>
555
+ </tr>
556
+ </tbody>
557
+ </table>
558
+ </div>
559
+
537
560
  <p>
538
561
  </p>
539
562
  <p>
@@ -550,14 +573,13 @@ group.
550
573
  <col align="left" valign="top">
551
574
  <tbody><tr>
552
575
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
553
- <td>a cairo context
554
- </td>
576
+ <td>a cairo context</td>
555
577
  </tr></tbody>
556
578
  </table></div>
557
579
  <p class="since">Since 1.2</p>
558
580
  </div>
559
581
  <hr>
560
- <div class="refsect2" title="cairo_get_group_target ()">
582
+ <div class="refsect2">
561
583
  <a name="cairo-get-group-target"></a><h3>cairo_get_group_target ()</h3>
562
584
  <pre class="programlisting"><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="returnvalue">cairo_surface_t</span></a> * cairo_get_group_target (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
563
585
  <p>
@@ -578,22 +600,19 @@ A nil surface is indicated by <a class="link" href="cairo-cairo-surface-t.html#c
578
600
  <tbody>
579
601
  <tr>
580
602
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
581
- <td>a cairo context
582
- </td>
603
+ <td>a cairo context</td>
583
604
  </tr>
584
605
  <tr>
585
606
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
586
- <td> the target surface. This object is owned by cairo. To
587
- keep a reference to it, you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a>.
588
-
589
- </td>
607
+ <td>the target surface. This object is owned by cairo. To
608
+ keep a reference to it, you must call <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-reference" title="cairo_surface_reference ()"><code class="function">cairo_surface_reference()</code></a>.</td>
590
609
  </tr>
591
610
  </tbody>
592
611
  </table></div>
593
612
  <p class="since">Since 1.2</p>
594
613
  </div>
595
614
  <hr>
596
- <div class="refsect2" title="cairo_set_source_rgb ()">
615
+ <div class="refsect2">
597
616
  <a name="cairo-set-source-rgb"></a><h3>cairo_set_source_rgb ()</h3>
598
617
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_source_rgb (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
599
618
  <em class="parameter"><code><span class="type">double</span> red</code></em>,
@@ -618,29 +637,26 @@ equivalent to cairo_set_source_rgb(cr, 0.0, 0.0, 0.0)).
618
637
  <tbody>
619
638
  <tr>
620
639
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
621
- <td>a cairo context
622
- </td>
640
+ <td>a cairo context</td>
623
641
  </tr>
624
642
  <tr>
625
643
  <td><p><span class="term"><em class="parameter"><code>red</code></em> :</span></p></td>
626
- <td>red component of color
627
- </td>
644
+ <td>red component of color</td>
628
645
  </tr>
629
646
  <tr>
630
647
  <td><p><span class="term"><em class="parameter"><code>green</code></em> :</span></p></td>
631
- <td>green component of color
632
- </td>
648
+ <td>green component of color</td>
633
649
  </tr>
634
650
  <tr>
635
651
  <td><p><span class="term"><em class="parameter"><code>blue</code></em> :</span></p></td>
636
- <td>blue component of color
637
- </td>
652
+ <td>blue component of color</td>
638
653
  </tr>
639
654
  </tbody>
640
655
  </table></div>
656
+ <p class="since">Since 1.0</p>
641
657
  </div>
642
658
  <hr>
643
- <div class="refsect2" title="cairo_set_source_rgba ()">
659
+ <div class="refsect2">
644
660
  <a name="cairo-set-source-rgba"></a><h3>cairo_set_source_rgba ()</h3>
645
661
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_source_rgba (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
646
662
  <em class="parameter"><code><span class="type">double</span> red</code></em>,
@@ -666,34 +682,30 @@ equivalent to cairo_set_source_rgba(cr, 0.0, 0.0, 0.0, 1.0)).
666
682
  <tbody>
667
683
  <tr>
668
684
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
669
- <td>a cairo context
670
- </td>
685
+ <td>a cairo context</td>
671
686
  </tr>
672
687
  <tr>
673
688
  <td><p><span class="term"><em class="parameter"><code>red</code></em> :</span></p></td>
674
- <td>red component of color
675
- </td>
689
+ <td>red component of color</td>
676
690
  </tr>
677
691
  <tr>
678
692
  <td><p><span class="term"><em class="parameter"><code>green</code></em> :</span></p></td>
679
- <td>green component of color
680
- </td>
693
+ <td>green component of color</td>
681
694
  </tr>
682
695
  <tr>
683
696
  <td><p><span class="term"><em class="parameter"><code>blue</code></em> :</span></p></td>
684
- <td>blue component of color
685
- </td>
697
+ <td>blue component of color</td>
686
698
  </tr>
687
699
  <tr>
688
700
  <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
689
- <td>alpha component of color
690
- </td>
701
+ <td>alpha component of color</td>
691
702
  </tr>
692
703
  </tbody>
693
704
  </table></div>
705
+ <p class="since">Since 1.0</p>
694
706
  </div>
695
707
  <hr>
696
- <div class="refsect2" title="cairo_set_source ()">
708
+ <div class="refsect2">
697
709
  <a name="cairo-set-source"></a><h3>cairo_set_source ()</h3>
698
710
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_source (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
699
711
  <em class="parameter"><code><a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-t" title="cairo_pattern_t"><span class="type">cairo_pattern_t</span></a> *source</code></em>);</pre>
@@ -718,20 +730,19 @@ The default source pattern is a solid pattern that is opaque black,
718
730
  <tbody>
719
731
  <tr>
720
732
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
721
- <td>a cairo context
722
- </td>
733
+ <td>a cairo context</td>
723
734
  </tr>
724
735
  <tr>
725
736
  <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
726
737
  <td>a <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-t" title="cairo_pattern_t"><span class="type">cairo_pattern_t</span></a> to be used as the source for
727
- subsequent drawing operations.
728
- </td>
738
+ subsequent drawing operations.</td>
729
739
  </tr>
730
740
  </tbody>
731
741
  </table></div>
742
+ <p class="since">Since 1.0</p>
732
743
  </div>
733
744
  <hr>
734
- <div class="refsect2" title="cairo_set_source_surface ()">
745
+ <div class="refsect2">
735
746
  <a name="cairo-set-source-surface"></a><h3>cairo_set_source_surface ()</h3>
736
747
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_source_surface (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
737
748
  <em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>,
@@ -761,29 +772,26 @@ repeating pattern with <a class="link" href="cairo-cairo-pattern-t.html#cairo-pa
761
772
  <tbody>
762
773
  <tr>
763
774
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
764
- <td>a cairo context
765
- </td>
775
+ <td>a cairo context</td>
766
776
  </tr>
767
777
  <tr>
768
778
  <td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
769
- <td>a surface to be used to set the source pattern
770
- </td>
779
+ <td>a surface to be used to set the source pattern</td>
771
780
  </tr>
772
781
  <tr>
773
782
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
774
- <td>User-space X coordinate for surface origin
775
- </td>
783
+ <td>User-space X coordinate for surface origin</td>
776
784
  </tr>
777
785
  <tr>
778
786
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
779
- <td>User-space Y coordinate for surface origin
780
- </td>
787
+ <td>User-space Y coordinate for surface origin</td>
781
788
  </tr>
782
789
  </tbody>
783
790
  </table></div>
791
+ <p class="since">Since 1.0</p>
784
792
  </div>
785
793
  <hr>
786
- <div class="refsect2" title="cairo_get_source ()">
794
+ <div class="refsect2">
787
795
  <a name="cairo-get-source"></a><h3>cairo_get_source ()</h3>
788
796
  <pre class="programlisting"><a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-t" title="cairo_pattern_t"><span class="returnvalue">cairo_pattern_t</span></a> * cairo_get_source (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
789
797
  <p>
@@ -794,64 +802,108 @@ Gets the current source pattern for <em class="parameter"><code>cr</code></em>.
794
802
  <tbody>
795
803
  <tr>
796
804
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
797
- <td>a cairo context
798
- </td>
805
+ <td>a cairo context</td>
799
806
  </tr>
800
807
  <tr>
801
808
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
802
- <td> the current source pattern. This object is owned by
809
+ <td>the current source pattern. This object is owned by
803
810
  cairo. To keep a reference to it, you must call
804
- <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-reference" title="cairo_pattern_reference ()"><code class="function">cairo_pattern_reference()</code></a>.
805
- </td>
811
+ <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-reference" title="cairo_pattern_reference ()"><code class="function">cairo_pattern_reference()</code></a>.</td>
806
812
  </tr>
807
813
  </tbody>
808
814
  </table></div>
815
+ <p class="since">Since 1.0</p>
809
816
  </div>
810
817
  <hr>
811
- <div class="refsect2" title="enum cairo_antialias_t">
818
+ <div class="refsect2">
812
819
  <a name="cairo-antialias-t"></a><h3>enum cairo_antialias_t</h3>
813
- <pre class="programlisting">typedef enum _cairo_antialias {
820
+ <pre class="programlisting">typedef enum {
814
821
  CAIRO_ANTIALIAS_DEFAULT,
822
+
823
+ /* method */
815
824
  CAIRO_ANTIALIAS_NONE,
816
825
  CAIRO_ANTIALIAS_GRAY,
817
- CAIRO_ANTIALIAS_SUBPIXEL
826
+ CAIRO_ANTIALIAS_SUBPIXEL,
827
+
828
+ /* hints */
829
+ CAIRO_ANTIALIAS_FAST,
830
+ CAIRO_ANTIALIAS_GOOD,
831
+ CAIRO_ANTIALIAS_BEST
818
832
  } cairo_antialias_t;
819
833
  </pre>
820
834
  <p>
821
835
  Specifies the type of antialiasing to do when rendering text or shapes.
822
836
  </p>
837
+ <p>
838
+ As it is not necessarily clear from the above what advantages a particular
839
+ antialias method provides, since 1.12, there is also a set of hints:
840
+ <em class="parameter"><code>CAIRO_ANTIALIAS_FAST</code></em>: Allow the backend to degrade raster quality for speed
841
+ <em class="parameter"><code>CAIRO_ANTIALIAS_GOOD</code></em>: A balance between speed and quality
842
+ <em class="parameter"><code>CAIRO_ANTIALIAS_BEST</code></em>: A high-fidelity, but potentially slow, raster mode
843
+ </p>
844
+ <p>
845
+ These make no guarantee on how the backend will perform its rasterisation
846
+ (if it even rasterises!), nor that they have any differing effect other
847
+ than to enable some form of antialiasing. In the case of glyph rendering,
848
+ <em class="parameter"><code>CAIRO_ANTIALIAS_FAST</code></em> and <em class="parameter"><code>CAIRO_ANTIALIAS_GOOD</code></em> will be mapped to
849
+ <em class="parameter"><code>CAIRO_ANTIALIAS_GRAY</code></em>, with <em class="parameter"><code>CAIRO_ANTALIAS_BEST</code></em> being equivalent to
850
+ <em class="parameter"><code>CAIRO_ANTIALIAS_SUBPIXEL</code></em>.
851
+ </p>
852
+ <p>
853
+ The interpretation of <em class="parameter"><code>CAIRO_ANTIALIAS_DEFAULT</code></em> is left entirely up to
854
+ the backend, typically this will be similar to <em class="parameter"><code>CAIRO_ANTIALIAS_GOOD</code></em>.
855
+ </p>
823
856
  <div class="variablelist"><table border="0">
824
857
  <col align="left" valign="top">
825
858
  <tbody>
826
859
  <tr>
827
860
  <td><p><a name="CAIRO-ANTIALIAS-DEFAULT:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_DEFAULT</code></span></p></td>
828
861
  <td>Use the default antialiasing for
829
- the subsystem and target device
862
+ the subsystem and target device, since 1.0
830
863
  </td>
831
864
  </tr>
832
865
  <tr>
833
866
  <td><p><a name="CAIRO-ANTIALIAS-NONE:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_NONE</code></span></p></td>
834
- <td>Use a bilevel alpha mask
867
+ <td>Use a bilevel alpha mask, since 1.0
835
868
  </td>
836
869
  </tr>
837
870
  <tr>
838
871
  <td><p><a name="CAIRO-ANTIALIAS-GRAY:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_GRAY</code></span></p></td>
839
872
  <td>Perform single-color antialiasing (using
840
- shades of gray for black text on a white background, for example).
873
+ shades of gray for black text on a white background, for example), since 1.0
841
874
  </td>
842
875
  </tr>
843
876
  <tr>
844
877
  <td><p><a name="CAIRO-ANTIALIAS-SUBPIXEL:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_SUBPIXEL</code></span></p></td>
845
878
  <td>Perform antialiasing by taking
846
879
  advantage of the order of subpixel elements on devices
847
- such as LCD panels
880
+ such as LCD panels, since 1.0
881
+ </td>
882
+ </tr>
883
+ <tr>
884
+ <td><p><a name="CAIRO-ANTIALIAS-FAST:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_FAST</code></span></p></td>
885
+ <td>Hint that the backend should perform some
886
+ antialiasing but prefer speed over quality, since 1.12
887
+ </td>
888
+ </tr>
889
+ <tr>
890
+ <td><p><a name="CAIRO-ANTIALIAS-GOOD:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_GOOD</code></span></p></td>
891
+ <td>The backend should balance quality against
892
+ performance, since 1.12
893
+ </td>
894
+ </tr>
895
+ <tr>
896
+ <td><p><a name="CAIRO-ANTIALIAS-BEST:CAPS"></a><span class="term"><code class="literal">CAIRO_ANTIALIAS_BEST</code></span></p></td>
897
+ <td>Hint that the backend should render at the highest
898
+ quality, sacrificing speed if necessary, since 1.12
848
899
  </td>
849
900
  </tr>
850
901
  </tbody>
851
902
  </table></div>
903
+ <p class="since">Since 1.0</p>
852
904
  </div>
853
905
  <hr>
854
- <div class="refsect2" title="cairo_set_antialias ()">
906
+ <div class="refsect2">
855
907
  <a name="cairo-set-antialias"></a><h3>cairo_set_antialias ()</h3>
856
908
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_antialias (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
857
909
  <em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-antialias-t" title="enum cairo_antialias_t"><span class="type">cairo_antialias_t</span></a> antialias</code></em>);</pre>
@@ -875,37 +927,37 @@ Note that this option does not affect text rendering, instead see
875
927
  </tr>
876
928
  <tr>
877
929
  <td><p><span class="term"><em class="parameter"><code>antialias</code></em> :</span></p></td>
878
- <td>the new antialiasing mode
879
- </td>
930
+ <td>the new antialiasing mode</td>
880
931
  </tr>
881
932
  </tbody>
882
933
  </table></div>
934
+ <p class="since">Since 1.0</p>
883
935
  </div>
884
936
  <hr>
885
- <div class="refsect2" title="cairo_get_antialias ()">
937
+ <div class="refsect2">
886
938
  <a name="cairo-get-antialias"></a><h3>cairo_get_antialias ()</h3>
887
939
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-antialias-t" title="enum cairo_antialias_t"><span class="returnvalue">cairo_antialias_t</span></a> cairo_get_antialias (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
888
940
  <p>
889
- Gets the current shape antialiasing mode, as set by <code class="function">cairo_set_shape_antialias()</code>.
941
+ Gets the current shape antialiasing mode, as set by
942
+ <a class="link" href="cairo-cairo-t.html#cairo-set-antialias" title="cairo_set_antialias ()"><code class="function">cairo_set_antialias()</code></a>.
890
943
  </p>
891
944
  <div class="variablelist"><table border="0">
892
945
  <col align="left" valign="top">
893
946
  <tbody>
894
947
  <tr>
895
948
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
896
- <td>a cairo context
897
- </td>
949
+ <td>a cairo context</td>
898
950
  </tr>
899
951
  <tr>
900
952
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
901
- <td> the current shape antialiasing mode.
902
- </td>
953
+ <td>the current shape antialiasing mode.</td>
903
954
  </tr>
904
955
  </tbody>
905
956
  </table></div>
957
+ <p class="since">Since 1.0</p>
906
958
  </div>
907
959
  <hr>
908
- <div class="refsect2" title="cairo_set_dash ()">
960
+ <div class="refsect2">
909
961
  <a name="cairo-set-dash"></a><h3>cairo_set_dash ()</h3>
910
962
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_dash (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
911
963
  <em class="parameter"><code>const <span class="type">double</span> *dashes</code></em>,
@@ -947,29 +999,26 @@ If any value in <em class="parameter"><code>dashes</code></em> is negative, or i
947
999
  <tbody>
948
1000
  <tr>
949
1001
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
950
- <td>a cairo context
951
- </td>
1002
+ <td>a cairo context</td>
952
1003
  </tr>
953
1004
  <tr>
954
1005
  <td><p><span class="term"><em class="parameter"><code>dashes</code></em> :</span></p></td>
955
- <td>an array specifying alternate lengths of on and off stroke portions
956
- </td>
1006
+ <td>an array specifying alternate lengths of on and off stroke portions</td>
957
1007
  </tr>
958
1008
  <tr>
959
1009
  <td><p><span class="term"><em class="parameter"><code>num_dashes</code></em> :</span></p></td>
960
- <td>the length of the dashes array
961
- </td>
1010
+ <td>the length of the dashes array</td>
962
1011
  </tr>
963
1012
  <tr>
964
1013
  <td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
965
- <td>an offset into the dash pattern at which the stroke should start
966
- </td>
1014
+ <td>an offset into the dash pattern at which the stroke should start</td>
967
1015
  </tr>
968
1016
  </tbody>
969
1017
  </table></div>
1018
+ <p class="since">Since 1.0</p>
970
1019
  </div>
971
1020
  <hr>
972
- <div class="refsect2" title="cairo_get_dash_count ()">
1021
+ <div class="refsect2">
973
1022
  <a name="cairo-get-dash-count"></a><h3>cairo_get_dash_count ()</h3>
974
1023
  <pre class="programlisting"><span class="returnvalue">int</span> cairo_get_dash_count (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
975
1024
  <p>
@@ -989,22 +1038,20 @@ See also <a class="link" href="cairo-cairo-t.html#cairo-set-dash" title="cairo_s
989
1038
  </tr>
990
1039
  <tr>
991
1040
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
992
- <td> the length of the dash array, or 0 if no dash array set.
993
-
994
- </td>
1041
+ <td>the length of the dash array, or 0 if no dash array set.</td>
995
1042
  </tr>
996
1043
  </tbody>
997
1044
  </table></div>
998
1045
  <p class="since">Since 1.4</p>
999
1046
  </div>
1000
1047
  <hr>
1001
- <div class="refsect2" title="cairo_get_dash ()">
1048
+ <div class="refsect2">
1002
1049
  <a name="cairo-get-dash"></a><h3>cairo_get_dash ()</h3>
1003
1050
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_get_dash (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1004
1051
  <em class="parameter"><code><span class="type">double</span> *dashes</code></em>,
1005
1052
  <em class="parameter"><code><span class="type">double</span> *offset</code></em>);</pre>
1006
1053
  <p>
1007
- Gets the current dash array. If not <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>dashes</code></em> should be big
1054
+ Gets the current dash array. If not <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>, <em class="parameter"><code>dashes</code></em> should be big
1008
1055
  enough to hold at least the number of values returned by
1009
1056
  <a class="link" href="cairo-cairo-t.html#cairo-get-dash-count" title="cairo_get_dash_count ()"><code class="function">cairo_get_dash_count()</code></a>.
1010
1057
  </p>
@@ -1018,12 +1065,12 @@ enough to hold at least the number of values returned by
1018
1065
  </tr>
1019
1066
  <tr>
1020
1067
  <td><p><span class="term"><em class="parameter"><code>dashes</code></em> :</span></p></td>
1021
- <td>return value for the dash array, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1068
+ <td>return value for the dash array, or <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>
1022
1069
  </td>
1023
1070
  </tr>
1024
1071
  <tr>
1025
1072
  <td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
1026
- <td>return value for the current dash offset, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
1073
+ <td>return value for the current dash offset, or <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>
1027
1074
  </td>
1028
1075
  </tr>
1029
1076
  </tbody>
@@ -1031,9 +1078,9 @@ enough to hold at least the number of values returned by
1031
1078
  <p class="since">Since 1.4</p>
1032
1079
  </div>
1033
1080
  <hr>
1034
- <div class="refsect2" title="enum cairo_fill_rule_t">
1081
+ <div class="refsect2">
1035
1082
  <a name="cairo-fill-rule-t"></a><h3>enum cairo_fill_rule_t</h3>
1036
- <pre class="programlisting">typedef enum _cairo_fill_rule {
1083
+ <pre class="programlisting">typedef enum {
1037
1084
  CAIRO_FILL_RULE_WINDING,
1038
1085
  CAIRO_FILL_RULE_EVEN_ODD
1039
1086
  } cairo_fill_rule_t;
@@ -1063,7 +1110,7 @@ New entries may be added in future versions.
1063
1110
  left-to-right, counts +1. If the path crosses the ray
1064
1111
  from right to left, counts -1. (Left and right are determined
1065
1112
  from the perspective of looking along the ray from the starting
1066
- point.) If the total count is non-zero, the point will be filled.
1113
+ point.) If the total count is non-zero, the point will be filled. (Since 1.0)
1067
1114
  </td>
1068
1115
  </tr>
1069
1116
  <tr>
@@ -1071,14 +1118,15 @@ point.) If the total count is non-zero, the point will be filled.
1071
1118
  <td>Counts the total number of
1072
1119
  intersections, without regard to the orientation of the contour. If
1073
1120
  the total number of intersections is odd, the point will be
1074
- filled.
1121
+ filled. (Since 1.0)
1075
1122
  </td>
1076
1123
  </tr>
1077
1124
  </tbody>
1078
1125
  </table></div>
1126
+ <p class="since">Since 1.0</p>
1079
1127
  </div>
1080
1128
  <hr>
1081
- <div class="refsect2" title="cairo_set_fill_rule ()">
1129
+ <div class="refsect2">
1082
1130
  <a name="cairo-set-fill-rule"></a><h3>cairo_set_fill_rule ()</h3>
1083
1131
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_fill_rule (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1084
1132
  <em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-fill-rule-t" title="enum cairo_fill_rule_t"><span class="type">cairo_fill_rule_t</span></a> fill_rule</code></em>);</pre>
@@ -1107,9 +1155,10 @@ The default fill rule is <a class="link" href="cairo-cairo-t.html#CAIRO-FILL-RUL
1107
1155
  </tr>
1108
1156
  </tbody>
1109
1157
  </table></div>
1158
+ <p class="since">Since 1.0</p>
1110
1159
  </div>
1111
1160
  <hr>
1112
- <div class="refsect2" title="cairo_get_fill_rule ()">
1161
+ <div class="refsect2">
1113
1162
  <a name="cairo-get-fill-rule"></a><h3>cairo_get_fill_rule ()</h3>
1114
1163
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-fill-rule-t" title="enum cairo_fill_rule_t"><span class="returnvalue">cairo_fill_rule_t</span></a> cairo_get_fill_rule (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1115
1164
  <p>
@@ -1120,21 +1169,20 @@ Gets the current fill rule, as set by <a class="link" href="cairo-cairo-t.html#c
1120
1169
  <tbody>
1121
1170
  <tr>
1122
1171
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1123
- <td>a cairo context
1124
- </td>
1172
+ <td>a cairo context</td>
1125
1173
  </tr>
1126
1174
  <tr>
1127
1175
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1128
- <td> the current fill rule.
1129
- </td>
1176
+ <td>the current fill rule.</td>
1130
1177
  </tr>
1131
1178
  </tbody>
1132
1179
  </table></div>
1180
+ <p class="since">Since 1.0</p>
1133
1181
  </div>
1134
1182
  <hr>
1135
- <div class="refsect2" title="enum cairo_line_cap_t">
1183
+ <div class="refsect2">
1136
1184
  <a name="cairo-line-cap-t"></a><h3>enum cairo_line_cap_t</h3>
1137
- <pre class="programlisting">typedef enum _cairo_line_cap {
1185
+ <pre class="programlisting">typedef enum {
1138
1186
  CAIRO_LINE_CAP_BUTT,
1139
1187
  CAIRO_LINE_CAP_ROUND,
1140
1188
  CAIRO_LINE_CAP_SQUARE
@@ -1151,24 +1199,25 @@ The default line cap style is <a class="link" href="cairo-cairo-t.html#CAIRO-LIN
1151
1199
  <tbody>
1152
1200
  <tr>
1153
1201
  <td><p><a name="CAIRO-LINE-CAP-BUTT:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_BUTT</code></span></p></td>
1154
- <td>start(stop) the line exactly at the start(end) point
1202
+ <td>start(stop) the line exactly at the start(end) point (Since 1.0)
1155
1203
  </td>
1156
1204
  </tr>
1157
1205
  <tr>
1158
1206
  <td><p><a name="CAIRO-LINE-CAP-ROUND:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_ROUND</code></span></p></td>
1159
- <td>use a round ending, the center of the circle is the end point
1207
+ <td>use a round ending, the center of the circle is the end point (Since 1.0)
1160
1208
  </td>
1161
1209
  </tr>
1162
1210
  <tr>
1163
1211
  <td><p><a name="CAIRO-LINE-CAP-SQUARE:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_CAP_SQUARE</code></span></p></td>
1164
- <td>use squared ending, the center of the square is the end point
1212
+ <td>use squared ending, the center of the square is the end point (Since 1.0)
1165
1213
  </td>
1166
1214
  </tr>
1167
1215
  </tbody>
1168
1216
  </table></div>
1217
+ <p class="since">Since 1.0</p>
1169
1218
  </div>
1170
1219
  <hr>
1171
- <div class="refsect2" title="cairo_set_line_cap ()">
1220
+ <div class="refsect2">
1172
1221
  <a name="cairo-set-line-cap"></a><h3>cairo_set_line_cap ()</h3>
1173
1222
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_line_cap (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1174
1223
  <em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-line-cap-t" title="enum cairo_line_cap_t"><span class="type">cairo_line_cap_t</span></a> line_cap</code></em>);</pre>
@@ -1191,19 +1240,18 @@ The default line cap style is <a class="link" href="cairo-cairo-t.html#CAIRO-LIN
1191
1240
  <tbody>
1192
1241
  <tr>
1193
1242
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1194
- <td>a cairo context
1195
- </td>
1243
+ <td>a cairo context</td>
1196
1244
  </tr>
1197
1245
  <tr>
1198
1246
  <td><p><span class="term"><em class="parameter"><code>line_cap</code></em> :</span></p></td>
1199
- <td>a line cap style
1200
- </td>
1247
+ <td>a line cap style</td>
1201
1248
  </tr>
1202
1249
  </tbody>
1203
1250
  </table></div>
1251
+ <p class="since">Since 1.0</p>
1204
1252
  </div>
1205
1253
  <hr>
1206
- <div class="refsect2" title="cairo_get_line_cap ()">
1254
+ <div class="refsect2">
1207
1255
  <a name="cairo-get-line-cap"></a><h3>cairo_get_line_cap ()</h3>
1208
1256
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-line-cap-t" title="enum cairo_line_cap_t"><span class="returnvalue">cairo_line_cap_t</span></a> cairo_get_line_cap (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1209
1257
  <p>
@@ -1214,21 +1262,20 @@ Gets the current line cap style, as set by <a class="link" href="cairo-cairo-t.h
1214
1262
  <tbody>
1215
1263
  <tr>
1216
1264
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1217
- <td>a cairo context
1218
- </td>
1265
+ <td>a cairo context</td>
1219
1266
  </tr>
1220
1267
  <tr>
1221
1268
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1222
- <td> the current line cap style.
1223
- </td>
1269
+ <td>the current line cap style.</td>
1224
1270
  </tr>
1225
1271
  </tbody>
1226
1272
  </table></div>
1273
+ <p class="since">Since 1.0</p>
1227
1274
  </div>
1228
1275
  <hr>
1229
- <div class="refsect2" title="enum cairo_line_join_t">
1276
+ <div class="refsect2">
1230
1277
  <a name="cairo-line-join-t"></a><h3>enum cairo_line_join_t</h3>
1231
- <pre class="programlisting">typedef enum _cairo_line_join {
1278
+ <pre class="programlisting">typedef enum {
1232
1279
  CAIRO_LINE_JOIN_MITER,
1233
1280
  CAIRO_LINE_JOIN_ROUND,
1234
1281
  CAIRO_LINE_JOIN_BEVEL
@@ -1246,26 +1293,27 @@ The default line join style is <a class="link" href="cairo-cairo-t.html#CAIRO-LI
1246
1293
  <tr>
1247
1294
  <td><p><a name="CAIRO-LINE-JOIN-MITER:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_MITER</code></span></p></td>
1248
1295
  <td>use a sharp (angled) corner, see
1249
- <a class="link" href="cairo-cairo-t.html#cairo-set-miter-limit" title="cairo_set_miter_limit ()"><code class="function">cairo_set_miter_limit()</code></a>
1296
+ <a class="link" href="cairo-cairo-t.html#cairo-set-miter-limit" title="cairo_set_miter_limit ()"><code class="function">cairo_set_miter_limit()</code></a> (Since 1.0)
1250
1297
  </td>
1251
1298
  </tr>
1252
1299
  <tr>
1253
1300
  <td><p><a name="CAIRO-LINE-JOIN-ROUND:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_ROUND</code></span></p></td>
1254
1301
  <td>use a rounded join, the center of the circle is the
1255
- joint point
1302
+ joint point (Since 1.0)
1256
1303
  </td>
1257
1304
  </tr>
1258
1305
  <tr>
1259
1306
  <td><p><a name="CAIRO-LINE-JOIN-BEVEL:CAPS"></a><span class="term"><code class="literal">CAIRO_LINE_JOIN_BEVEL</code></span></p></td>
1260
1307
  <td>use a cut-off join, the join is cut off at half
1261
- the line width from the joint point
1308
+ the line width from the joint point (Since 1.0)
1262
1309
  </td>
1263
1310
  </tr>
1264
1311
  </tbody>
1265
1312
  </table></div>
1313
+ <p class="since">Since 1.0</p>
1266
1314
  </div>
1267
1315
  <hr>
1268
- <div class="refsect2" title="cairo_set_line_join ()">
1316
+ <div class="refsect2">
1269
1317
  <a name="cairo-set-line-join"></a><h3>cairo_set_line_join ()</h3>
1270
1318
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_line_join (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1271
1319
  <em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-line-join-t" title="enum cairo_line_join_t"><span class="type">cairo_line_join_t</span></a> line_join</code></em>);</pre>
@@ -1288,19 +1336,18 @@ The default line join style is <a class="link" href="cairo-cairo-t.html#CAIRO-LI
1288
1336
  <tbody>
1289
1337
  <tr>
1290
1338
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1291
- <td>a cairo context
1292
- </td>
1339
+ <td>a cairo context</td>
1293
1340
  </tr>
1294
1341
  <tr>
1295
1342
  <td><p><span class="term"><em class="parameter"><code>line_join</code></em> :</span></p></td>
1296
- <td>a line join style
1297
- </td>
1343
+ <td>a line join style</td>
1298
1344
  </tr>
1299
1345
  </tbody>
1300
1346
  </table></div>
1347
+ <p class="since">Since 1.0</p>
1301
1348
  </div>
1302
1349
  <hr>
1303
- <div class="refsect2" title="cairo_get_line_join ()">
1350
+ <div class="refsect2">
1304
1351
  <a name="cairo-get-line-join"></a><h3>cairo_get_line_join ()</h3>
1305
1352
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-line-join-t" title="enum cairo_line_join_t"><span class="returnvalue">cairo_line_join_t</span></a> cairo_get_line_join (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1306
1353
  <p>
@@ -1311,19 +1358,18 @@ Gets the current line join style, as set by <a class="link" href="cairo-cairo-t.
1311
1358
  <tbody>
1312
1359
  <tr>
1313
1360
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1314
- <td>a cairo context
1315
- </td>
1361
+ <td>a cairo context</td>
1316
1362
  </tr>
1317
1363
  <tr>
1318
1364
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1319
- <td> the current line join style.
1320
- </td>
1365
+ <td>the current line join style.</td>
1321
1366
  </tr>
1322
1367
  </tbody>
1323
1368
  </table></div>
1369
+ <p class="since">Since 1.0</p>
1324
1370
  </div>
1325
1371
  <hr>
1326
- <div class="refsect2" title="cairo_set_line_width ()">
1372
+ <div class="refsect2">
1327
1373
  <a name="cairo-set-line-width"></a><h3>cairo_set_line_width ()</h3>
1328
1374
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_line_width (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1329
1375
  <em class="parameter"><code><span class="type">double</span> width</code></em>);</pre>
@@ -1362,14 +1408,14 @@ The default line width value is 2.0.
1362
1408
  </tr>
1363
1409
  <tr>
1364
1410
  <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
1365
- <td>a line width
1366
- </td>
1411
+ <td>a line width</td>
1367
1412
  </tr>
1368
1413
  </tbody>
1369
1414
  </table></div>
1415
+ <p class="since">Since 1.0</p>
1370
1416
  </div>
1371
1417
  <hr>
1372
- <div class="refsect2" title="cairo_get_line_width ()">
1418
+ <div class="refsect2">
1373
1419
  <a name="cairo-get-line-width"></a><h3>cairo_get_line_width ()</h3>
1374
1420
  <pre class="programlisting"><span class="returnvalue">double</span> cairo_get_line_width (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1375
1421
  <p>
@@ -1383,19 +1429,18 @@ the CTM has changed between the calls to <a class="link" href="cairo-cairo-t.htm
1383
1429
  <tbody>
1384
1430
  <tr>
1385
1431
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1386
- <td>a cairo context
1387
- </td>
1432
+ <td>a cairo context</td>
1388
1433
  </tr>
1389
1434
  <tr>
1390
1435
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1391
- <td> the current line width.
1392
- </td>
1436
+ <td>the current line width.</td>
1393
1437
  </tr>
1394
1438
  </tbody>
1395
1439
  </table></div>
1440
+ <p class="since">Since 1.0</p>
1396
1441
  </div>
1397
1442
  <hr>
1398
- <div class="refsect2" title="cairo_set_miter_limit ()">
1443
+ <div class="refsect2">
1399
1444
  <a name="cairo-set-miter-limit"></a><h3>cairo_set_miter_limit ()</h3>
1400
1445
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_miter_limit (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1401
1446
  <em class="parameter"><code><span class="type">double</span> limit</code></em>);</pre>
@@ -1432,19 +1477,18 @@ A miter limit for a desired angle can be computed as: miter limit =
1432
1477
  <tbody>
1433
1478
  <tr>
1434
1479
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1435
- <td>a cairo context
1436
- </td>
1480
+ <td>a cairo context</td>
1437
1481
  </tr>
1438
1482
  <tr>
1439
1483
  <td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
1440
- <td>miter limit to set
1441
- </td>
1484
+ <td>miter limit to set</td>
1442
1485
  </tr>
1443
1486
  </tbody>
1444
1487
  </table></div>
1488
+ <p class="since">Since 1.0</p>
1445
1489
  </div>
1446
1490
  <hr>
1447
- <div class="refsect2" title="cairo_get_miter_limit ()">
1491
+ <div class="refsect2">
1448
1492
  <a name="cairo-get-miter-limit"></a><h3>cairo_get_miter_limit ()</h3>
1449
1493
  <pre class="programlisting"><span class="returnvalue">double</span> cairo_get_miter_limit (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1450
1494
  <p>
@@ -1455,21 +1499,20 @@ Gets the current miter limit, as set by <a class="link" href="cairo-cairo-t.html
1455
1499
  <tbody>
1456
1500
  <tr>
1457
1501
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1458
- <td>a cairo context
1459
- </td>
1502
+ <td>a cairo context</td>
1460
1503
  </tr>
1461
1504
  <tr>
1462
1505
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1463
- <td> the current miter limit.
1464
- </td>
1506
+ <td>the current miter limit.</td>
1465
1507
  </tr>
1466
1508
  </tbody>
1467
1509
  </table></div>
1510
+ <p class="since">Since 1.0</p>
1468
1511
  </div>
1469
1512
  <hr>
1470
- <div class="refsect2" title="enum cairo_operator_t">
1513
+ <div class="refsect2">
1471
1514
  <a name="cairo-operator-t"></a><h3>enum cairo_operator_t</h3>
1472
- <pre class="programlisting">typedef enum _cairo_operator {
1515
+ <pre class="programlisting">typedef enum {
1473
1516
  CAIRO_OPERATOR_CLEAR,
1474
1517
 
1475
1518
  CAIRO_OPERATOR_SOURCE,
@@ -1532,161 +1575,161 @@ the mathematical definitions, see
1532
1575
  <tbody>
1533
1576
  <tr>
1534
1577
  <td><p><a name="CAIRO-OPERATOR-CLEAR:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_CLEAR</code></span></p></td>
1535
- <td>clear destination layer (bounded)
1578
+ <td>clear destination layer (bounded) (Since 1.0)
1536
1579
  </td>
1537
1580
  </tr>
1538
1581
  <tr>
1539
1582
  <td><p><a name="CAIRO-OPERATOR-SOURCE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SOURCE</code></span></p></td>
1540
- <td>replace destination layer (bounded)
1583
+ <td>replace destination layer (bounded) (Since 1.0)
1541
1584
  </td>
1542
1585
  </tr>
1543
1586
  <tr>
1544
1587
  <td><p><a name="CAIRO-OPERATOR-OVER:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OVER</code></span></p></td>
1545
1588
  <td>draw source layer on top of destination layer
1546
- (bounded)
1589
+ (bounded) (Since 1.0)
1547
1590
  </td>
1548
1591
  </tr>
1549
1592
  <tr>
1550
1593
  <td><p><a name="CAIRO-OPERATOR-IN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_IN</code></span></p></td>
1551
1594
  <td>draw source where there was destination content
1552
- (unbounded)
1595
+ (unbounded) (Since 1.0)
1553
1596
  </td>
1554
1597
  </tr>
1555
1598
  <tr>
1556
1599
  <td><p><a name="CAIRO-OPERATOR-OUT:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OUT</code></span></p></td>
1557
1600
  <td>draw source where there was no destination
1558
- content (unbounded)
1601
+ content (unbounded) (Since 1.0)
1559
1602
  </td>
1560
1603
  </tr>
1561
1604
  <tr>
1562
1605
  <td><p><a name="CAIRO-OPERATOR-ATOP:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_ATOP</code></span></p></td>
1563
1606
  <td>draw source on top of destination content and
1564
- only there
1607
+ only there (Since 1.0)
1565
1608
  </td>
1566
1609
  </tr>
1567
1610
  <tr>
1568
1611
  <td><p><a name="CAIRO-OPERATOR-DEST:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST</code></span></p></td>
1569
- <td>ignore the source
1612
+ <td>ignore the source (Since 1.0)
1570
1613
  </td>
1571
1614
  </tr>
1572
1615
  <tr>
1573
1616
  <td><p><a name="CAIRO-OPERATOR-DEST-OVER:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_OVER</code></span></p></td>
1574
- <td>draw destination on top of source
1617
+ <td>draw destination on top of source (Since 1.0)
1575
1618
  </td>
1576
1619
  </tr>
1577
1620
  <tr>
1578
1621
  <td><p><a name="CAIRO-OPERATOR-DEST-IN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_IN</code></span></p></td>
1579
1622
  <td>leave destination only where there was
1580
- source content (unbounded)
1623
+ source content (unbounded) (Since 1.0)
1581
1624
  </td>
1582
1625
  </tr>
1583
1626
  <tr>
1584
1627
  <td><p><a name="CAIRO-OPERATOR-DEST-OUT:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_OUT</code></span></p></td>
1585
1628
  <td>leave destination only where there was no
1586
- source content
1629
+ source content (Since 1.0)
1587
1630
  </td>
1588
1631
  </tr>
1589
1632
  <tr>
1590
1633
  <td><p><a name="CAIRO-OPERATOR-DEST-ATOP:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DEST_ATOP</code></span></p></td>
1591
1634
  <td>leave destination on top of source content
1592
- and only there (unbounded)
1635
+ and only there (unbounded) (Since 1.0)
1593
1636
  </td>
1594
1637
  </tr>
1595
1638
  <tr>
1596
1639
  <td><p><a name="CAIRO-OPERATOR-XOR:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_XOR</code></span></p></td>
1597
1640
  <td>source and destination are shown where there is only
1598
- one of them
1641
+ one of them (Since 1.0)
1599
1642
  </td>
1600
1643
  </tr>
1601
1644
  <tr>
1602
1645
  <td><p><a name="CAIRO-OPERATOR-ADD:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_ADD</code></span></p></td>
1603
- <td>source and destination layers are accumulated
1646
+ <td>source and destination layers are accumulated (Since 1.0)
1604
1647
  </td>
1605
1648
  </tr>
1606
1649
  <tr>
1607
1650
  <td><p><a name="CAIRO-OPERATOR-SATURATE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SATURATE</code></span></p></td>
1608
1651
  <td>like over, but assuming source and dest are
1609
- disjoint geometries
1652
+ disjoint geometries (Since 1.0)
1610
1653
  </td>
1611
1654
  </tr>
1612
1655
  <tr>
1613
1656
  <td><p><a name="CAIRO-OPERATOR-MULTIPLY:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_MULTIPLY</code></span></p></td>
1614
1657
  <td>source and destination layers are multiplied.
1615
- This causes the result to be at least as dark as the darker inputs.
1658
+ This causes the result to be at least as dark as the darker inputs. (Since 1.10)
1616
1659
  </td>
1617
1660
  </tr>
1618
1661
  <tr>
1619
1662
  <td><p><a name="CAIRO-OPERATOR-SCREEN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SCREEN</code></span></p></td>
1620
1663
  <td>source and destination are complemented and
1621
1664
  multiplied. This causes the result to be at least as light as the lighter
1622
- inputs.
1665
+ inputs. (Since 1.10)
1623
1666
  </td>
1624
1667
  </tr>
1625
1668
  <tr>
1626
1669
  <td><p><a name="CAIRO-OPERATOR-OVERLAY:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_OVERLAY</code></span></p></td>
1627
1670
  <td>multiplies or screens, depending on the
1628
- lightness of the destination color.
1671
+ lightness of the destination color. (Since 1.10)
1629
1672
  </td>
1630
1673
  </tr>
1631
1674
  <tr>
1632
1675
  <td><p><a name="CAIRO-OPERATOR-DARKEN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DARKEN</code></span></p></td>
1633
1676
  <td>replaces the destination with the source if it
1634
- is darker, otherwise keeps the source.
1677
+ is darker, otherwise keeps the source. (Since 1.10)
1635
1678
  </td>
1636
1679
  </tr>
1637
1680
  <tr>
1638
1681
  <td><p><a name="CAIRO-OPERATOR-LIGHTEN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_LIGHTEN</code></span></p></td>
1639
1682
  <td>replaces the destination with the source if it
1640
- is lighter, otherwise keeps the source.
1683
+ is lighter, otherwise keeps the source. (Since 1.10)
1641
1684
  </td>
1642
1685
  </tr>
1643
1686
  <tr>
1644
1687
  <td><p><a name="CAIRO-OPERATOR-COLOR-DODGE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_COLOR_DODGE</code></span></p></td>
1645
1688
  <td>brightens the destination color to reflect
1646
- the source color.
1689
+ the source color. (Since 1.10)
1647
1690
  </td>
1648
1691
  </tr>
1649
1692
  <tr>
1650
1693
  <td><p><a name="CAIRO-OPERATOR-COLOR-BURN:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_COLOR_BURN</code></span></p></td>
1651
1694
  <td>darkens the destination color to reflect
1652
- the source color.
1695
+ the source color. (Since 1.10)
1653
1696
  </td>
1654
1697
  </tr>
1655
1698
  <tr>
1656
1699
  <td><p><a name="CAIRO-OPERATOR-HARD-LIGHT:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_HARD_LIGHT</code></span></p></td>
1657
- <td>Multiplies or screens, dependant on source
1658
- color.
1700
+ <td>Multiplies or screens, dependent on source
1701
+ color. (Since 1.10)
1659
1702
  </td>
1660
1703
  </tr>
1661
1704
  <tr>
1662
1705
  <td><p><a name="CAIRO-OPERATOR-SOFT-LIGHT:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_SOFT_LIGHT</code></span></p></td>
1663
- <td>Darkens or lightens, dependant on source
1664
- color.
1706
+ <td>Darkens or lightens, dependent on source
1707
+ color. (Since 1.10)
1665
1708
  </td>
1666
1709
  </tr>
1667
1710
  <tr>
1668
1711
  <td><p><a name="CAIRO-OPERATOR-DIFFERENCE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_DIFFERENCE</code></span></p></td>
1669
1712
  <td>Takes the difference of the source and
1670
- destination color.
1713
+ destination color. (Since 1.10)
1671
1714
  </td>
1672
1715
  </tr>
1673
1716
  <tr>
1674
1717
  <td><p><a name="CAIRO-OPERATOR-EXCLUSION:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_EXCLUSION</code></span></p></td>
1675
1718
  <td>Produces an effect similar to difference, but
1676
- with lower contrast.
1719
+ with lower contrast. (Since 1.10)
1677
1720
  </td>
1678
1721
  </tr>
1679
1722
  <tr>
1680
1723
  <td><p><a name="CAIRO-OPERATOR-HSL-HUE:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_HSL_HUE</code></span></p></td>
1681
1724
  <td>Creates a color with the hue of the source
1682
- and the saturation and luminosity of the target.
1725
+ and the saturation and luminosity of the target. (Since 1.10)
1683
1726
  </td>
1684
1727
  </tr>
1685
1728
  <tr>
1686
1729
  <td><p><a name="CAIRO-OPERATOR-HSL-SATURATION:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_HSL_SATURATION</code></span></p></td>
1687
1730
  <td>Creates a color with the saturation
1688
1731
  of the source and the hue and luminosity of the target. Painting with
1689
- this mode onto a gray area prduces no change.
1732
+ this mode onto a gray area produces no change. (Since 1.10)
1690
1733
  </td>
1691
1734
  </tr>
1692
1735
  <tr>
@@ -1694,21 +1737,22 @@ this mode onto a gray area prduces no change.
1694
1737
  <td>Creates a color with the hue and saturation
1695
1738
  of the source and the luminosity of the target. This preserves the gray
1696
1739
  levels of the target and is useful for coloring monochrome images or
1697
- tinting color images.
1740
+ tinting color images. (Since 1.10)
1698
1741
  </td>
1699
1742
  </tr>
1700
1743
  <tr>
1701
1744
  <td><p><a name="CAIRO-OPERATOR-HSL-LUMINOSITY:CAPS"></a><span class="term"><code class="literal">CAIRO_OPERATOR_HSL_LUMINOSITY</code></span></p></td>
1702
1745
  <td>Creates a color with the luminosity of
1703
1746
  the source and the hue and saturation of the target. This produces an
1704
- inverse effect to <em class="parameter"><code>CAIRO_OPERATOR_HSL_COLOR</code></em>.
1747
+ inverse effect to <em class="parameter"><code>CAIRO_OPERATOR_HSL_COLOR</code></em>. (Since 1.10)
1705
1748
  </td>
1706
1749
  </tr>
1707
1750
  </tbody>
1708
1751
  </table></div>
1752
+ <p class="since">Since 1.0</p>
1709
1753
  </div>
1710
1754
  <hr>
1711
- <div class="refsect2" title="cairo_set_operator ()">
1755
+ <div class="refsect2">
1712
1756
  <a name="cairo-set-operator"></a><h3>cairo_set_operator ()</h3>
1713
1757
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_operator (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1714
1758
  <em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-operator-t" title="enum cairo_operator_t"><span class="type">cairo_operator_t</span></a> op</code></em>);</pre>
@@ -1735,9 +1779,10 @@ The default operator is <a class="link" href="cairo-cairo-t.html#CAIRO-OPERATOR-
1735
1779
  </tr>
1736
1780
  </tbody>
1737
1781
  </table></div>
1782
+ <p class="since">Since 1.0</p>
1738
1783
  </div>
1739
1784
  <hr>
1740
- <div class="refsect2" title="cairo_get_operator ()">
1785
+ <div class="refsect2">
1741
1786
  <a name="cairo-get-operator"></a><h3>cairo_get_operator ()</h3>
1742
1787
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-operator-t" title="enum cairo_operator_t"><span class="returnvalue">cairo_operator_t</span></a> cairo_get_operator (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1743
1788
  <p>
@@ -1748,19 +1793,18 @@ Gets the current compositing operator for a cairo context.
1748
1793
  <tbody>
1749
1794
  <tr>
1750
1795
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1751
- <td>a cairo context
1752
- </td>
1796
+ <td>a cairo context</td>
1753
1797
  </tr>
1754
1798
  <tr>
1755
1799
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1756
- <td> the current compositing operator.
1757
- </td>
1800
+ <td>the current compositing operator.</td>
1758
1801
  </tr>
1759
1802
  </tbody>
1760
1803
  </table></div>
1804
+ <p class="since">Since 1.0</p>
1761
1805
  </div>
1762
1806
  <hr>
1763
- <div class="refsect2" title="cairo_set_tolerance ()">
1807
+ <div class="refsect2">
1764
1808
  <a name="cairo-set-tolerance"></a><h3>cairo_set_tolerance ()</h3>
1765
1809
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_set_tolerance (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1766
1810
  <em class="parameter"><code><span class="type">double</span> tolerance</code></em>);</pre>
@@ -1786,14 +1830,14 @@ representable internal value.
1786
1830
  </tr>
1787
1831
  <tr>
1788
1832
  <td><p><span class="term"><em class="parameter"><code>tolerance</code></em> :</span></p></td>
1789
- <td>the tolerance, in device units (typically pixels)
1790
- </td>
1833
+ <td>the tolerance, in device units (typically pixels)</td>
1791
1834
  </tr>
1792
1835
  </tbody>
1793
1836
  </table></div>
1837
+ <p class="since">Since 1.0</p>
1794
1838
  </div>
1795
1839
  <hr>
1796
- <div class="refsect2" title="cairo_get_tolerance ()">
1840
+ <div class="refsect2">
1797
1841
  <a name="cairo-get-tolerance"></a><h3>cairo_get_tolerance ()</h3>
1798
1842
  <pre class="programlisting"><span class="returnvalue">double</span> cairo_get_tolerance (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1799
1843
  <p>
@@ -1804,19 +1848,18 @@ Gets the current tolerance value, as set by <a class="link" href="cairo-cairo-t.
1804
1848
  <tbody>
1805
1849
  <tr>
1806
1850
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1807
- <td>a cairo context
1808
- </td>
1851
+ <td>a cairo context</td>
1809
1852
  </tr>
1810
1853
  <tr>
1811
1854
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1812
- <td> the current tolerance value.
1813
- </td>
1855
+ <td>the current tolerance value.</td>
1814
1856
  </tr>
1815
1857
  </tbody>
1816
1858
  </table></div>
1859
+ <p class="since">Since 1.0</p>
1817
1860
  </div>
1818
1861
  <hr>
1819
- <div class="refsect2" title="cairo_clip ()">
1862
+ <div class="refsect2">
1820
1863
  <a name="cairo-clip"></a><h3>cairo_clip ()</h3>
1821
1864
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_clip (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1822
1865
  <p>
@@ -1845,13 +1888,13 @@ region is <a class="link" href="cairo-cairo-t.html#cairo-reset-clip" title="cair
1845
1888
  <col align="left" valign="top">
1846
1889
  <tbody><tr>
1847
1890
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1848
- <td>a cairo context
1849
- </td>
1891
+ <td>a cairo context</td>
1850
1892
  </tr></tbody>
1851
1893
  </table></div>
1894
+ <p class="since">Since 1.0</p>
1852
1895
  </div>
1853
1896
  <hr>
1854
- <div class="refsect2" title="cairo_clip_preserve ()">
1897
+ <div class="refsect2">
1855
1898
  <a name="cairo-clip-preserve"></a><h3>cairo_clip_preserve ()</h3>
1856
1899
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_clip_preserve (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1857
1900
  <p>
@@ -1880,13 +1923,13 @@ region is <a class="link" href="cairo-cairo-t.html#cairo-reset-clip" title="cair
1880
1923
  <col align="left" valign="top">
1881
1924
  <tbody><tr>
1882
1925
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1883
- <td>a cairo context
1884
- </td>
1926
+ <td>a cairo context</td>
1885
1927
  </tr></tbody>
1886
1928
  </table></div>
1929
+ <p class="since">Since 1.0</p>
1887
1930
  </div>
1888
1931
  <hr>
1889
- <div class="refsect2" title="cairo_clip_extents ()">
1932
+ <div class="refsect2">
1890
1933
  <a name="cairo-clip-extents"></a><h3>cairo_clip_extents ()</h3>
1891
1934
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_clip_extents (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1892
1935
  <em class="parameter"><code><span class="type">double</span> *x1</code></em>,
@@ -1902,35 +1945,30 @@ current clip.
1902
1945
  <tbody>
1903
1946
  <tr>
1904
1947
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1905
- <td>a cairo context
1906
- </td>
1948
+ <td>a cairo context</td>
1907
1949
  </tr>
1908
1950
  <tr>
1909
1951
  <td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
1910
- <td>left of the resulting extents
1911
- </td>
1952
+ <td>left of the resulting extents</td>
1912
1953
  </tr>
1913
1954
  <tr>
1914
1955
  <td><p><span class="term"><em class="parameter"><code>y1</code></em> :</span></p></td>
1915
- <td>top of the resulting extents
1916
- </td>
1956
+ <td>top of the resulting extents</td>
1917
1957
  </tr>
1918
1958
  <tr>
1919
1959
  <td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
1920
- <td>right of the resulting extents
1921
- </td>
1960
+ <td>right of the resulting extents</td>
1922
1961
  </tr>
1923
1962
  <tr>
1924
1963
  <td><p><span class="term"><em class="parameter"><code>y2</code></em> :</span></p></td>
1925
- <td>bottom of the resulting extents
1926
- </td>
1964
+ <td>bottom of the resulting extents</td>
1927
1965
  </tr>
1928
1966
  </tbody>
1929
1967
  </table></div>
1930
1968
  <p class="since">Since 1.4</p>
1931
1969
  </div>
1932
1970
  <hr>
1933
- <div class="refsect2" title="cairo_in_clip ()">
1971
+ <div class="refsect2">
1934
1972
  <a name="cairo-in-clip"></a><h3>cairo_in_clip ()</h3>
1935
1973
  <pre class="programlisting"><a class="link" href="cairo-Types.html#cairo-bool-t" title="cairo_bool_t"><span class="returnvalue">cairo_bool_t</span></a> cairo_in_clip (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1936
1974
  <em class="parameter"><code><span class="type">double</span> x</code></em>,
@@ -1948,32 +1986,27 @@ See <a class="link" href="cairo-cairo-t.html#cairo-clip" title="cairo_clip ()"><
1948
1986
  <tbody>
1949
1987
  <tr>
1950
1988
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1951
- <td>a cairo context
1952
- </td>
1989
+ <td>a cairo context</td>
1953
1990
  </tr>
1954
1991
  <tr>
1955
1992
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1956
- <td>X coordinate of the point to test
1957
- </td>
1993
+ <td>X coordinate of the point to test</td>
1958
1994
  </tr>
1959
1995
  <tr>
1960
1996
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1961
- <td>Y coordinate of the point to test
1962
- </td>
1997
+ <td>Y coordinate of the point to test</td>
1963
1998
  </tr>
1964
1999
  <tr>
1965
2000
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1966
- <td> A non-zero value if the point is inside, or zero if
1967
- outside.
1968
-
1969
- </td>
2001
+ <td>A non-zero value if the point is inside, or zero if
2002
+ outside.</td>
1970
2003
  </tr>
1971
2004
  </tbody>
1972
2005
  </table></div>
1973
2006
  <p class="since">Since 1.10</p>
1974
2007
  </div>
1975
2008
  <hr>
1976
- <div class="refsect2" title="cairo_reset_clip ()">
2009
+ <div class="refsect2">
1977
2010
  <a name="cairo-reset-clip"></a><h3>cairo_reset_clip ()</h3>
1978
2011
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_reset_clip (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
1979
2012
  <p>
@@ -1994,13 +2027,13 @@ robust means of temporarily restricting the clip region.
1994
2027
  <col align="left" valign="top">
1995
2028
  <tbody><tr>
1996
2029
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
1997
- <td>a cairo context
1998
- </td>
2030
+ <td>a cairo context</td>
1999
2031
  </tr></tbody>
2000
2032
  </table></div>
2033
+ <p class="since">Since 1.0</p>
2001
2034
  </div>
2002
2035
  <hr>
2003
- <div class="refsect2" title="cairo_rectangle_t">
2036
+ <div class="refsect2">
2004
2037
  <a name="cairo-rectangle-t"></a><h3>cairo_rectangle_t</h3>
2005
2038
  <pre class="programlisting">typedef struct {
2006
2039
  double x, y, width, height;
@@ -2014,30 +2047,26 @@ A data structure for holding a rectangle.
2014
2047
  <tbody>
2015
2048
  <tr>
2016
2049
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-rectangle-t.x"></a>x</code></em>;</span></p></td>
2017
- <td>X coordinate of the left side of the rectangle
2018
- </td>
2050
+ <td>X coordinate of the left side of the rectangle</td>
2019
2051
  </tr>
2020
2052
  <tr>
2021
2053
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-rectangle-t.y"></a>y</code></em>;</span></p></td>
2022
- <td>Y coordinate of the the top side of the rectangle
2023
- </td>
2054
+ <td>Y coordinate of the the top side of the rectangle</td>
2024
2055
  </tr>
2025
2056
  <tr>
2026
2057
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-rectangle-t.width"></a>width</code></em>;</span></p></td>
2027
- <td>width of the rectangle
2028
- </td>
2058
+ <td>width of the rectangle</td>
2029
2059
  </tr>
2030
2060
  <tr>
2031
2061
  <td><p><span class="term"><span class="type">double</span> <em class="structfield"><code><a name="cairo-rectangle-t.height"></a>height</code></em>;</span></p></td>
2032
- <td>height of the rectangle
2033
- </td>
2062
+ <td>height of the rectangle</td>
2034
2063
  </tr>
2035
2064
  </tbody>
2036
2065
  </table></div>
2037
2066
  <p class="since">Since 1.4</p>
2038
2067
  </div>
2039
2068
  <hr>
2040
- <div class="refsect2" title="cairo_rectangle_list_t">
2069
+ <div class="refsect2">
2041
2070
  <a name="cairo-rectangle-list-t"></a><h3>cairo_rectangle_list_t</h3>
2042
2071
  <pre class="programlisting">typedef struct {
2043
2072
  cairo_status_t status;
@@ -2054,25 +2083,22 @@ array of rectangles.
2054
2083
  <tbody>
2055
2084
  <tr>
2056
2085
  <td><p><span class="term"><a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="type">cairo_status_t</span></a> <em class="structfield"><code><a name="cairo-rectangle-list-t.status"></a>status</code></em>;</span></p></td>
2057
- <td>Error status of the rectangle list
2058
- </td>
2086
+ <td>Error status of the rectangle list</td>
2059
2087
  </tr>
2060
2088
  <tr>
2061
2089
  <td><p><span class="term"><a class="link" href="cairo-cairo-t.html#cairo-rectangle-t" title="cairo_rectangle_t"><span class="type">cairo_rectangle_t</span></a> *<em class="structfield"><code><a name="cairo-rectangle-list-t.rectangles"></a>rectangles</code></em>;</span></p></td>
2062
- <td>Array containing the rectangles
2063
- </td>
2090
+ <td>Array containing the rectangles</td>
2064
2091
  </tr>
2065
2092
  <tr>
2066
2093
  <td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="cairo-rectangle-list-t.num-rectangles"></a>num_rectangles</code></em>;</span></p></td>
2067
- <td>Number of rectangles in this list
2068
- </td>
2094
+ <td>Number of rectangles in this list</td>
2069
2095
  </tr>
2070
2096
  </tbody>
2071
2097
  </table></div>
2072
2098
  <p class="since">Since 1.4</p>
2073
2099
  </div>
2074
2100
  <hr>
2075
- <div class="refsect2" title="cairo_rectangle_list_destroy ()">
2101
+ <div class="refsect2">
2076
2102
  <a name="cairo-rectangle-list-destroy"></a><h3>cairo_rectangle_list_destroy ()</h3>
2077
2103
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_rectangle_list_destroy (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t"><span class="type">cairo_rectangle_list_t</span></a> *rectangle_list</code></em>);</pre>
2078
2104
  <p>
@@ -2084,19 +2110,19 @@ be dereferenced.
2084
2110
  <col align="left" valign="top">
2085
2111
  <tbody><tr>
2086
2112
  <td><p><span class="term"><em class="parameter"><code>rectangle_list</code></em> :</span></p></td>
2087
- <td>a rectangle list, as obtained from <code class="function">cairo_copy_clip_rectangles()</code>
2113
+ <td>a rectangle list, as obtained from <a class="link" href="cairo-cairo-t.html#cairo-copy-clip-rectangle-list" title="cairo_copy_clip_rectangle_list ()"><code class="function">cairo_copy_clip_rectangle_list()</code></a>
2088
2114
  </td>
2089
2115
  </tr></tbody>
2090
2116
  </table></div>
2091
2117
  <p class="since">Since 1.4</p>
2092
2118
  </div>
2093
2119
  <hr>
2094
- <div class="refsect2" title="cairo_copy_clip_rectangle_list ()">
2120
+ <div class="refsect2">
2095
2121
  <a name="cairo-copy-clip-rectangle-list"></a><h3>cairo_copy_clip_rectangle_list ()</h3>
2096
2122
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t"><span class="returnvalue">cairo_rectangle_list_t</span></a> * cairo_copy_clip_rectangle_list (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2097
2123
  <p>
2098
2124
  Gets the current clip region as a list of rectangles in user coordinates.
2099
- Never returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
2125
+ Never returns <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>.
2100
2126
  </p>
2101
2127
  <p>
2102
2128
  The status in the list may be <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></a> to
@@ -2109,22 +2135,19 @@ other errors.
2109
2135
  <tbody>
2110
2136
  <tr>
2111
2137
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2112
- <td>a cairo context
2113
- </td>
2138
+ <td>a cairo context</td>
2114
2139
  </tr>
2115
2140
  <tr>
2116
2141
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2117
- <td> the current clip region as a list of rectangles in user coordinates,
2118
- which should be destroyed using <a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-destroy" title="cairo_rectangle_list_destroy ()"><code class="function">cairo_rectangle_list_destroy()</code></a>.
2119
-
2120
- </td>
2142
+ <td>the current clip region as a list of rectangles in user coordinates,
2143
+ which should be destroyed using <a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-destroy" title="cairo_rectangle_list_destroy ()"><code class="function">cairo_rectangle_list_destroy()</code></a>.</td>
2121
2144
  </tr>
2122
2145
  </tbody>
2123
2146
  </table></div>
2124
2147
  <p class="since">Since 1.4</p>
2125
2148
  </div>
2126
2149
  <hr>
2127
- <div class="refsect2" title="cairo_fill ()">
2150
+ <div class="refsect2">
2128
2151
  <a name="cairo-fill"></a><h3>cairo_fill ()</h3>
2129
2152
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_fill (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2130
2153
  <p>
@@ -2138,13 +2161,13 @@ the cairo context. See <a class="link" href="cairo-cairo-t.html#cairo-set-fill-r
2138
2161
  <col align="left" valign="top">
2139
2162
  <tbody><tr>
2140
2163
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2141
- <td>a cairo context
2142
- </td>
2164
+ <td>a cairo context</td>
2143
2165
  </tr></tbody>
2144
2166
  </table></div>
2167
+ <p class="since">Since 1.0</p>
2145
2168
  </div>
2146
2169
  <hr>
2147
- <div class="refsect2" title="cairo_fill_preserve ()">
2170
+ <div class="refsect2">
2148
2171
  <a name="cairo-fill-preserve"></a><h3>cairo_fill_preserve ()</h3>
2149
2172
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_fill_preserve (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2150
2173
  <p>
@@ -2160,13 +2183,13 @@ See <a class="link" href="cairo-cairo-t.html#cairo-set-fill-rule" title="cairo_s
2160
2183
  <col align="left" valign="top">
2161
2184
  <tbody><tr>
2162
2185
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2163
- <td>a cairo context
2164
- </td>
2186
+ <td>a cairo context</td>
2165
2187
  </tr></tbody>
2166
2188
  </table></div>
2189
+ <p class="since">Since 1.0</p>
2167
2190
  </div>
2168
2191
  <hr>
2169
- <div class="refsect2" title="cairo_fill_extents ()">
2192
+ <div class="refsect2">
2170
2193
  <a name="cairo-fill-extents"></a><h3>cairo_fill_extents ()</h3>
2171
2194
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_fill_extents (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2172
2195
  <em class="parameter"><code><span class="type">double</span> *x1</code></em>,
@@ -2199,34 +2222,30 @@ See <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo_fill ()"><
2199
2222
  <tbody>
2200
2223
  <tr>
2201
2224
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2202
- <td>a cairo context
2203
- </td>
2225
+ <td>a cairo context</td>
2204
2226
  </tr>
2205
2227
  <tr>
2206
2228
  <td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
2207
- <td>left of the resulting extents
2208
- </td>
2229
+ <td>left of the resulting extents</td>
2209
2230
  </tr>
2210
2231
  <tr>
2211
2232
  <td><p><span class="term"><em class="parameter"><code>y1</code></em> :</span></p></td>
2212
- <td>top of the resulting extents
2213
- </td>
2233
+ <td>top of the resulting extents</td>
2214
2234
  </tr>
2215
2235
  <tr>
2216
2236
  <td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
2217
- <td>right of the resulting extents
2218
- </td>
2237
+ <td>right of the resulting extents</td>
2219
2238
  </tr>
2220
2239
  <tr>
2221
2240
  <td><p><span class="term"><em class="parameter"><code>y2</code></em> :</span></p></td>
2222
- <td>bottom of the resulting extents
2223
- </td>
2241
+ <td>bottom of the resulting extents</td>
2224
2242
  </tr>
2225
2243
  </tbody>
2226
2244
  </table></div>
2245
+ <p class="since">Since 1.0</p>
2227
2246
  </div>
2228
2247
  <hr>
2229
- <div class="refsect2" title="cairo_in_fill ()">
2248
+ <div class="refsect2">
2230
2249
  <a name="cairo-in-fill"></a><h3>cairo_in_fill ()</h3>
2231
2250
  <pre class="programlisting"><a class="link" href="cairo-Types.html#cairo-bool-t" title="cairo_bool_t"><span class="returnvalue">cairo_bool_t</span></a> cairo_in_fill (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2232
2251
  <em class="parameter"><code><span class="type">double</span> x</code></em>,
@@ -2245,30 +2264,27 @@ See <a class="link" href="cairo-cairo-t.html#cairo-fill" title="cairo_fill ()"><
2245
2264
  <tbody>
2246
2265
  <tr>
2247
2266
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2248
- <td>a cairo context
2249
- </td>
2267
+ <td>a cairo context</td>
2250
2268
  </tr>
2251
2269
  <tr>
2252
2270
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
2253
- <td>X coordinate of the point to test
2254
- </td>
2271
+ <td>X coordinate of the point to test</td>
2255
2272
  </tr>
2256
2273
  <tr>
2257
2274
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
2258
- <td>Y coordinate of the point to test
2259
- </td>
2275
+ <td>Y coordinate of the point to test</td>
2260
2276
  </tr>
2261
2277
  <tr>
2262
2278
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2263
- <td> A non-zero value if the point is inside, or zero if
2264
- outside.
2265
- </td>
2279
+ <td>A non-zero value if the point is inside, or zero if
2280
+ outside.</td>
2266
2281
  </tr>
2267
2282
  </tbody>
2268
2283
  </table></div>
2284
+ <p class="since">Since 1.0</p>
2269
2285
  </div>
2270
2286
  <hr>
2271
- <div class="refsect2" title="cairo_mask ()">
2287
+ <div class="refsect2">
2272
2288
  <a name="cairo-mask"></a><h3>cairo_mask ()</h3>
2273
2289
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_mask (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2274
2290
  <em class="parameter"><code><a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-t" title="cairo_pattern_t"><span class="type">cairo_pattern_t</span></a> *pattern</code></em>);</pre>
@@ -2283,8 +2299,7 @@ areas are not painted.)
2283
2299
  <tbody>
2284
2300
  <tr>
2285
2301
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2286
- <td>a cairo context
2287
- </td>
2302
+ <td>a cairo context</td>
2288
2303
  </tr>
2289
2304
  <tr>
2290
2305
  <td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
@@ -2293,9 +2308,10 @@ areas are not painted.)
2293
2308
  </tr>
2294
2309
  </tbody>
2295
2310
  </table></div>
2311
+ <p class="since">Since 1.0</p>
2296
2312
  </div>
2297
2313
  <hr>
2298
- <div class="refsect2" title="cairo_mask_surface ()">
2314
+ <div class="refsect2">
2299
2315
  <a name="cairo-mask-surface"></a><h3>cairo_mask_surface ()</h3>
2300
2316
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_mask_surface (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2301
2317
  <em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>,
@@ -2312,8 +2328,7 @@ areas are not painted.)
2312
2328
  <tbody>
2313
2329
  <tr>
2314
2330
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2315
- <td>a cairo context
2316
- </td>
2331
+ <td>a cairo context</td>
2317
2332
  </tr>
2318
2333
  <tr>
2319
2334
  <td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
@@ -2332,9 +2347,10 @@ areas are not painted.)
2332
2347
  </tr>
2333
2348
  </tbody>
2334
2349
  </table></div>
2350
+ <p class="since">Since 1.0</p>
2335
2351
  </div>
2336
2352
  <hr>
2337
- <div class="refsect2" title="cairo_paint ()">
2353
+ <div class="refsect2">
2338
2354
  <a name="cairo-paint"></a><h3>cairo_paint ()</h3>
2339
2355
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_paint (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2340
2356
  <p>
@@ -2345,13 +2361,13 @@ the current clip region.
2345
2361
  <col align="left" valign="top">
2346
2362
  <tbody><tr>
2347
2363
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2348
- <td>a cairo context
2349
- </td>
2364
+ <td>a cairo context</td>
2350
2365
  </tr></tbody>
2351
2366
  </table></div>
2367
+ <p class="since">Since 1.0</p>
2352
2368
  </div>
2353
2369
  <hr>
2354
- <div class="refsect2" title="cairo_paint_with_alpha ()">
2370
+ <div class="refsect2">
2355
2371
  <a name="cairo-paint-with-alpha"></a><h3>cairo_paint_with_alpha ()</h3>
2356
2372
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_paint_with_alpha (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2357
2373
  <em class="parameter"><code><span class="type">double</span> alpha</code></em>);</pre>
@@ -2366,19 +2382,18 @@ is faded out using the alpha value.
2366
2382
  <tbody>
2367
2383
  <tr>
2368
2384
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2369
- <td>a cairo context
2370
- </td>
2385
+ <td>a cairo context</td>
2371
2386
  </tr>
2372
2387
  <tr>
2373
2388
  <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
2374
- <td>alpha value, between 0 (transparent) and 1 (opaque)
2375
- </td>
2389
+ <td>alpha value, between 0 (transparent) and 1 (opaque)</td>
2376
2390
  </tr>
2377
2391
  </tbody>
2378
2392
  </table></div>
2393
+ <p class="since">Since 1.0</p>
2379
2394
  </div>
2380
2395
  <hr>
2381
- <div class="refsect2" title="cairo_stroke ()">
2396
+ <div class="refsect2">
2382
2397
  <a name="cairo-stroke"></a><h3>cairo_stroke ()</h3>
2383
2398
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_stroke (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2384
2399
  <p>
@@ -2418,13 +2433,13 @@ to be drawn in the case of either degenerate segments or sub-paths.
2418
2433
  <col align="left" valign="top">
2419
2434
  <tbody><tr>
2420
2435
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2421
- <td>a cairo context
2422
- </td>
2436
+ <td>a cairo context</td>
2423
2437
  </tr></tbody>
2424
2438
  </table></div>
2439
+ <p class="since">Since 1.0</p>
2425
2440
  </div>
2426
2441
  <hr>
2427
- <div class="refsect2" title="cairo_stroke_preserve ()">
2442
+ <div class="refsect2">
2428
2443
  <a name="cairo-stroke-preserve"></a><h3>cairo_stroke_preserve ()</h3>
2429
2444
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_stroke_preserve (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2430
2445
  <p>
@@ -2442,13 +2457,13 @@ See <a class="link" href="cairo-cairo-t.html#cairo-set-line-width" title="cairo_
2442
2457
  <col align="left" valign="top">
2443
2458
  <tbody><tr>
2444
2459
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2445
- <td>a cairo context
2446
- </td>
2460
+ <td>a cairo context</td>
2447
2461
  </tr></tbody>
2448
2462
  </table></div>
2463
+ <p class="since">Since 1.0</p>
2449
2464
  </div>
2450
2465
  <hr>
2451
- <div class="refsect2" title="cairo_stroke_extents ()">
2466
+ <div class="refsect2">
2452
2467
  <a name="cairo-stroke-extents"></a><h3>cairo_stroke_extents ()</h3>
2453
2468
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_stroke_extents (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2454
2469
  <em class="parameter"><code><span class="type">double</span> *x1</code></em>,
@@ -2484,34 +2499,30 @@ See <a class="link" href="cairo-cairo-t.html#cairo-stroke" title="cairo_stroke (
2484
2499
  <tbody>
2485
2500
  <tr>
2486
2501
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2487
- <td>a cairo context
2488
- </td>
2502
+ <td>a cairo context</td>
2489
2503
  </tr>
2490
2504
  <tr>
2491
2505
  <td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
2492
- <td>left of the resulting extents
2493
- </td>
2506
+ <td>left of the resulting extents</td>
2494
2507
  </tr>
2495
2508
  <tr>
2496
2509
  <td><p><span class="term"><em class="parameter"><code>y1</code></em> :</span></p></td>
2497
- <td>top of the resulting extents
2498
- </td>
2510
+ <td>top of the resulting extents</td>
2499
2511
  </tr>
2500
2512
  <tr>
2501
2513
  <td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
2502
- <td>right of the resulting extents
2503
- </td>
2514
+ <td>right of the resulting extents</td>
2504
2515
  </tr>
2505
2516
  <tr>
2506
2517
  <td><p><span class="term"><em class="parameter"><code>y2</code></em> :</span></p></td>
2507
- <td>bottom of the resulting extents
2508
- </td>
2518
+ <td>bottom of the resulting extents</td>
2509
2519
  </tr>
2510
2520
  </tbody>
2511
2521
  </table></div>
2522
+ <p class="since">Since 1.0</p>
2512
2523
  </div>
2513
2524
  <hr>
2514
- <div class="refsect2" title="cairo_in_stroke ()">
2525
+ <div class="refsect2">
2515
2526
  <a name="cairo-in-stroke"></a><h3>cairo_in_stroke ()</h3>
2516
2527
  <pre class="programlisting"><a class="link" href="cairo-Types.html#cairo-bool-t" title="cairo_bool_t"><span class="returnvalue">cairo_bool_t</span></a> cairo_in_stroke (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2517
2528
  <em class="parameter"><code><span class="type">double</span> x</code></em>,
@@ -2532,30 +2543,27 @@ See <a class="link" href="cairo-cairo-t.html#cairo-stroke" title="cairo_stroke (
2532
2543
  <tbody>
2533
2544
  <tr>
2534
2545
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2535
- <td>a cairo context
2536
- </td>
2546
+ <td>a cairo context</td>
2537
2547
  </tr>
2538
2548
  <tr>
2539
2549
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
2540
- <td>X coordinate of the point to test
2541
- </td>
2550
+ <td>X coordinate of the point to test</td>
2542
2551
  </tr>
2543
2552
  <tr>
2544
2553
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
2545
- <td>Y coordinate of the point to test
2546
- </td>
2554
+ <td>Y coordinate of the point to test</td>
2547
2555
  </tr>
2548
2556
  <tr>
2549
2557
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2550
- <td> A non-zero value if the point is inside, or zero if
2551
- outside.
2552
- </td>
2558
+ <td>A non-zero value if the point is inside, or zero if
2559
+ outside.</td>
2553
2560
  </tr>
2554
2561
  </tbody>
2555
2562
  </table></div>
2563
+ <p class="since">Since 1.0</p>
2556
2564
  </div>
2557
2565
  <hr>
2558
- <div class="refsect2" title="cairo_copy_page ()">
2566
+ <div class="refsect2">
2559
2567
  <a name="cairo-copy-page"></a><h3>cairo_copy_page ()</h3>
2560
2568
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_copy_page (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2561
2569
  <p>
@@ -2572,13 +2580,13 @@ This is a convenience function that simply calls
2572
2580
  <col align="left" valign="top">
2573
2581
  <tbody><tr>
2574
2582
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2575
- <td>a cairo context
2576
- </td>
2583
+ <td>a cairo context</td>
2577
2584
  </tr></tbody>
2578
2585
  </table></div>
2586
+ <p class="since">Since 1.0</p>
2579
2587
  </div>
2580
2588
  <hr>
2581
- <div class="refsect2" title="cairo_show_page ()">
2589
+ <div class="refsect2">
2582
2590
  <a name="cairo-show-page"></a><h3>cairo_show_page ()</h3>
2583
2591
  <pre class="programlisting"><span class="returnvalue">void</span> cairo_show_page (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2584
2592
  <p>
@@ -2593,13 +2601,13 @@ This is a convenience function that simply calls
2593
2601
  <col align="left" valign="top">
2594
2602
  <tbody><tr>
2595
2603
  <td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
2596
- <td>a cairo context
2597
- </td>
2604
+ <td>a cairo context</td>
2598
2605
  </tr></tbody>
2599
2606
  </table></div>
2607
+ <p class="since">Since 1.0</p>
2600
2608
  </div>
2601
2609
  <hr>
2602
- <div class="refsect2" title="cairo_get_reference_count ()">
2610
+ <div class="refsect2">
2603
2611
  <a name="cairo-get-reference-count"></a><h3>cairo_get_reference_count ()</h3>
2604
2612
  <pre class="programlisting">unsigned <span class="returnvalue">int</span> cairo_get_reference_count (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2605
2613
  <p>
@@ -2615,17 +2623,15 @@ Returns the current reference count of <em class="parameter"><code>cr</code></em
2615
2623
  </tr>
2616
2624
  <tr>
2617
2625
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2618
- <td> the current reference count of <em class="parameter"><code>cr</code></em>. If the
2619
- object is a nil object, 0 will be returned.
2620
-
2621
- </td>
2626
+ <td>the current reference count of <em class="parameter"><code>cr</code></em>. If the
2627
+ object is a nil object, 0 will be returned.</td>
2622
2628
  </tr>
2623
2629
  </tbody>
2624
2630
  </table></div>
2625
2631
  <p class="since">Since 1.4</p>
2626
2632
  </div>
2627
2633
  <hr>
2628
- <div class="refsect2" title="cairo_set_user_data ()">
2634
+ <div class="refsect2">
2629
2635
  <a name="cairo-set-user-data"></a><h3>cairo_set_user_data ()</h3>
2630
2636
  <pre class="programlisting"><a class="link" href="cairo-Error-handling.html#cairo-status-t" title="enum cairo_status_t"><span class="returnvalue">cairo_status_t</span></a> cairo_set_user_data (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2631
2637
  <em class="parameter"><code>const <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> *key</code></em>,
@@ -2633,7 +2639,7 @@ object is a nil object, 0 will be returned.
2633
2639
  <em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> destroy</code></em>);</pre>
2634
2640
  <p>
2635
2641
  Attach user data to <em class="parameter"><code>cr</code></em>. To remove user data from a surface,
2636
- call this function with the key that was used to set it and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
2642
+ call this function with the key that was used to set it and <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>
2637
2643
  for <em class="parameter"><code>data</code></em>.
2638
2644
  </p>
2639
2645
  <div class="variablelist"><table border="0">
@@ -2646,8 +2652,7 @@ for <em class="parameter"><code>data</code></em>.
2646
2652
  </tr>
2647
2653
  <tr>
2648
2654
  <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
2649
- <td>the address of a <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> to attach the user data to
2650
- </td>
2655
+ <td>the address of a <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> to attach the user data to</td>
2651
2656
  </tr>
2652
2657
  <tr>
2653
2658
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -2658,29 +2663,27 @@ for <em class="parameter"><code>data</code></em>.
2658
2663
  <td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
2659
2664
  <td>a <a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> which will be called when the
2660
2665
  <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> is destroyed or when new user data is attached using the
2661
- same key.
2662
- </td>
2666
+ same key.</td>
2663
2667
  </tr>
2664
2668
  <tr>
2665
2669
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2666
- <td> <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> if a
2667
- slot could not be allocated for the user data.
2668
-
2669
- </td>
2670
+ <td>
2671
+ <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-SUCCESS:CAPS"><code class="literal">CAIRO_STATUS_SUCCESS</code></a> or <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a> if a
2672
+ slot could not be allocated for the user data.</td>
2670
2673
  </tr>
2671
2674
  </tbody>
2672
2675
  </table></div>
2673
2676
  <p class="since">Since 1.4</p>
2674
2677
  </div>
2675
2678
  <hr>
2676
- <div class="refsect2" title="cairo_get_user_data ()">
2679
+ <div class="refsect2">
2677
2680
  <a name="cairo-get-user-data"></a><h3>cairo_get_user_data ()</h3>
2678
2681
  <pre class="programlisting"><span class="returnvalue">void</span> * cairo_get_user_data (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
2679
2682
  <em class="parameter"><code>const <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> *key</code></em>);</pre>
2680
2683
  <p>
2681
2684
  Return user data previously attached to <em class="parameter"><code>cr</code></em> using the specified
2682
2685
  key. If no user data has been attached with the given key this
2683
- function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
2686
+ function returns <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>.
2684
2687
  </p>
2685
2688
  <div class="variablelist"><table border="0">
2686
2689
  <col align="left" valign="top">
@@ -2693,27 +2696,24 @@ function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Stan
2693
2696
  <tr>
2694
2697
  <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
2695
2698
  <td>the address of the <a class="link" href="cairo-Types.html#cairo-user-data-key-t" title="cairo_user_data_key_t"><span class="type">cairo_user_data_key_t</span></a> the user data was
2696
- attached to
2697
- </td>
2699
+ attached to</td>
2698
2700
  </tr>
2699
2701
  <tr>
2700
2702
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2701
- <td> the user data previously attached or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
2702
-
2703
- </td>
2703
+ <td>the user data previously attached or <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>.</td>
2704
2704
  </tr>
2705
2705
  </tbody>
2706
2706
  </table></div>
2707
2707
  <p class="since">Since 1.4</p>
2708
2708
  </div>
2709
2709
  </div>
2710
- <div class="refsect1" title="See Also">
2710
+ <div class="refsect1">
2711
2711
  <a name="cairo-cairo-t.see-also"></a><h2>See Also</h2>
2712
2712
  <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>
2713
2713
  </div>
2714
2714
  </div>
2715
2715
  <div class="footer">
2716
2716
  <hr>
2717
- Generated by GTK-Doc V1.15</div>
2717
+ Generated by GTK-Doc V1.18</div>
2718
2718
  </body>
2719
2719
  </html>