cairo 1.12.6-x86-mingw32 → 1.12.7-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 (188) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +1 -1
  3. data/NEWS +24 -0
  4. data/README.rdoc +1 -1
  5. data/Rakefile +57 -14
  6. data/ext/cairo/rb_cairo.h +1 -1
  7. data/ext/cairo/rb_cairo_surface.c +2 -0
  8. data/lib/1.9/cairo.so +0 -0
  9. data/lib/2.0/cairo.so +0 -0
  10. data/lib/2.1/cairo.so +0 -0
  11. data/lib/cairo/papers.rb +24 -0
  12. data/test/test_image_surface.rb +28 -0
  13. data/vendor/local/bin/fc-cache.exe +0 -0
  14. data/vendor/local/bin/fc-cat.exe +0 -0
  15. data/vendor/local/bin/fc-list.exe +0 -0
  16. data/vendor/local/bin/fc-match.exe +0 -0
  17. data/vendor/local/bin/fc-pattern.exe +0 -0
  18. data/vendor/local/bin/fc-query.exe +0 -0
  19. data/vendor/local/bin/fc-scan.exe +0 -0
  20. data/vendor/local/bin/fc-validate.exe +0 -0
  21. data/vendor/local/bin/freetype-config +6 -10
  22. data/vendor/local/bin/libcairo-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  24. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  25. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  26. data/vendor/local/bin/libfreetype-6.dll +0 -0
  27. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  28. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  29. data/vendor/local/bin/libpng-config +1 -1
  30. data/vendor/local/bin/libpng16-16.dll +0 -0
  31. data/vendor/local/bin/libpng16-config +1 -1
  32. data/vendor/local/bin/libxml2-2.dll +0 -0
  33. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  34. data/vendor/local/bin/pngfix.exe +0 -0
  35. data/vendor/local/bin/xmlcatalog.exe +0 -0
  36. data/vendor/local/bin/xmllint.exe +0 -0
  37. data/vendor/local/bin/zlib1.dll +0 -0
  38. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +259 -53
  39. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +4 -20
  40. data/vendor/local/etc/fonts/conf.d/45-latin.conf +16 -0
  41. data/vendor/local/etc/fonts/conf.d/README +3 -3
  42. data/vendor/local/etc/fonts/fonts.conf +1 -1
  43. data/vendor/local/include/cairo/cairo-gobject.h +4 -0
  44. data/vendor/local/include/cairo/cairo-version.h +1 -1
  45. data/vendor/local/include/fontconfig/fcprivate.h +2 -1
  46. data/vendor/local/include/fontconfig/fontconfig.h +7 -3
  47. data/vendor/local/include/freetype2/{freetype/config → config}/ftconfig.h +105 -13
  48. data/vendor/local/include/freetype2/{freetype/config → config}/ftheader.h +71 -58
  49. data/vendor/local/include/freetype2/{freetype/config → config}/ftmodule.h +0 -0
  50. data/vendor/local/include/freetype2/{freetype/config → config}/ftoption.h +41 -35
  51. data/vendor/local/include/freetype2/{freetype/config → config}/ftstdlib.h +0 -0
  52. data/vendor/local/include/freetype2/{freetype/freetype.h → freetype.h} +83 -40
  53. data/vendor/local/include/freetype2/ft2build.h +42 -0
  54. data/vendor/local/include/freetype2/{freetype/ftadvanc.h → ftadvanc.h} +14 -11
  55. data/vendor/local/include/freetype2/{freetype/ftautoh.h → ftautoh.h} +11 -3
  56. data/vendor/local/include/freetype2/{freetype/ftbbox.h → ftbbox.h} +3 -3
  57. data/vendor/local/include/freetype2/{freetype/ftbdf.h → ftbdf.h} +0 -0
  58. data/vendor/local/include/freetype2/{freetype/ftbitmap.h → ftbitmap.h} +4 -4
  59. data/vendor/local/include/freetype2/{freetype/ftbzip2.h → ftbzip2.h} +0 -0
  60. data/vendor/local/include/freetype2/{freetype/ftcache.h → ftcache.h} +4 -87
  61. data/vendor/local/include/freetype2/ftcffdrv.h +254 -0
  62. data/vendor/local/include/freetype2/{freetype/ftchapters.h → ftchapters.h} +4 -16
  63. data/vendor/local/include/freetype2/{freetype/ftcid.h → ftcid.h} +0 -0
  64. data/vendor/local/include/freetype2/{freetype/fterrdef.h → fterrdef.h} +0 -0
  65. data/vendor/local/include/freetype2/{freetype/fterrors.h → fterrors.h} +0 -0
  66. data/vendor/local/include/freetype2/{freetype/ftgasp.h → ftgasp.h} +0 -0
  67. data/vendor/local/include/freetype2/{freetype/ftglyph.h → ftglyph.h} +5 -5
  68. data/vendor/local/include/freetype2/{freetype/ftgxval.h → ftgxval.h} +5 -5
  69. data/vendor/local/include/freetype2/{freetype/ftgzip.h → ftgzip.h} +48 -1
  70. data/vendor/local/include/freetype2/{freetype/ftimage.h → ftimage.h} +20 -11
  71. data/vendor/local/include/freetype2/{freetype/ftincrem.h → ftincrem.h} +0 -0
  72. data/vendor/local/include/freetype2/{freetype/ftlcdfil.h → ftlcdfil.h} +3 -3
  73. data/vendor/local/include/freetype2/{freetype/ftlist.h → ftlist.h} +6 -6
  74. data/vendor/local/include/freetype2/{freetype/ftlzw.h → ftlzw.h} +0 -0
  75. data/vendor/local/include/freetype2/{freetype/ftmac.h → ftmac.h} +3 -3
  76. data/vendor/local/include/freetype2/{freetype/ftmm.h → ftmm.h} +3 -4
  77. data/vendor/local/include/freetype2/{freetype/ftmodapi.h → ftmodapi.h} +15 -8
  78. data/vendor/local/include/freetype2/{freetype/ftmoderr.h → ftmoderr.h} +0 -0
  79. data/vendor/local/include/freetype2/{freetype/ftotval.h → ftotval.h} +3 -3
  80. data/vendor/local/include/freetype2/{freetype/ftoutln.h → ftoutln.h} +16 -7
  81. data/vendor/local/include/freetype2/{freetype/ftpfr.h → ftpfr.h} +0 -0
  82. data/vendor/local/include/freetype2/{freetype/ftrender.h → ftrender.h} +0 -0
  83. data/vendor/local/include/freetype2/{freetype/ftsizes.h → ftsizes.h} +2 -2
  84. data/vendor/local/include/freetype2/{freetype/ftsnames.h → ftsnames.h} +3 -3
  85. data/vendor/local/include/freetype2/{freetype/ftstroke.h → ftstroke.h} +0 -0
  86. data/vendor/local/include/freetype2/{freetype/ftsynth.h → ftsynth.h} +2 -2
  87. data/vendor/local/include/freetype2/{freetype/ftsystem.h → ftsystem.h} +0 -0
  88. data/vendor/local/include/freetype2/{freetype/fttrigon.h → fttrigon.h} +0 -0
  89. data/vendor/local/include/freetype2/ftttdrv.h +170 -0
  90. data/vendor/local/include/freetype2/{freetype/fttypes.h → fttypes.h} +3 -3
  91. data/vendor/local/include/freetype2/{freetype/ftwinfnt.h → ftwinfnt.h} +4 -3
  92. data/vendor/local/include/freetype2/{freetype/ftxf86.h → ftxf86.h} +2 -2
  93. data/vendor/local/include/freetype2/{freetype/t1tables.h → t1tables.h} +0 -0
  94. data/vendor/local/include/freetype2/{freetype/ttnameid.h → ttnameid.h} +2 -2
  95. data/vendor/local/include/freetype2/{freetype/tttables.h → tttables.h} +24 -14
  96. data/vendor/local/include/freetype2/{freetype/tttags.h → tttags.h} +5 -1
  97. data/vendor/local/include/freetype2/{freetype/ttunpat.h → ttunpat.h} +0 -0
  98. data/vendor/local/include/libpng16/png.h +30 -12
  99. data/vendor/local/include/libpng16/pngconf.h +2 -1
  100. data/vendor/local/include/libpng16/pnglibconf.h +3 -3
  101. data/vendor/local/include/pixman-1/pixman-version.h +3 -3
  102. data/vendor/local/include/pixman-1/pixman.h +1 -1
  103. data/vendor/local/include/png.h +30 -12
  104. data/vendor/local/include/pngconf.h +2 -1
  105. data/vendor/local/include/pnglibconf.h +3 -3
  106. data/vendor/local/lib/fontconfig.def +2 -1
  107. data/vendor/local/lib/libcairo-gobject.a +0 -0
  108. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  109. data/vendor/local/lib/libcairo-gobject.la +3 -3
  110. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  111. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  112. data/vendor/local/lib/libcairo-script-interpreter.la +3 -3
  113. data/vendor/local/lib/libcairo.a +0 -0
  114. data/vendor/local/lib/libcairo.dll.a +0 -0
  115. data/vendor/local/lib/libcairo.la +3 -3
  116. data/vendor/local/lib/libfontconfig.a +0 -0
  117. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  118. data/vendor/local/lib/libfontconfig.la +3 -3
  119. data/vendor/local/lib/libfreetype.a +0 -0
  120. data/vendor/local/lib/libfreetype.dll.a +0 -0
  121. data/vendor/local/lib/libfreetype.la +3 -3
  122. data/vendor/local/lib/libpixman-1.a +0 -0
  123. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  124. data/vendor/local/lib/libpixman-1.la +4 -4
  125. data/vendor/local/lib/libpng.a +0 -0
  126. data/vendor/local/lib/libpng.dll.a +0 -0
  127. data/vendor/local/lib/libpng.la +2 -2
  128. data/vendor/local/lib/libpng16.a +0 -0
  129. data/vendor/local/lib/libpng16.dll.a +0 -0
  130. data/vendor/local/lib/libpng16.la +2 -2
  131. data/vendor/local/lib/libxml2.a +0 -0
  132. data/vendor/local/lib/libxml2.dll.a +0 -0
  133. data/vendor/local/lib/libz.a +0 -0
  134. data/vendor/local/lib/libz.dll.a +0 -0
  135. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  145. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  146. data/vendor/local/lib/pkgconfig/fontconfig.pc +6 -4
  147. data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
  148. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/pixman-1.pc +1 -1
  151. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +259 -53
  152. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +4 -20
  153. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +16 -0
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +3 -3
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
  160. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
  161. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +8 -8
  162. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  163. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  164. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  165. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  166. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +0 -8
  167. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
  168. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  169. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  171. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
  173. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +11 -11
  174. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +13 -13
  175. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
  176. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  177. data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
  178. data/vendor/local/share/license/fontconfig/README +83 -2
  179. data/vendor/local/share/license/freetype/README +5 -5
  180. data/vendor/local/share/license/freetype/README.git +5 -1
  181. data/vendor/local/share/license/libpng/README +18 -18
  182. data/vendor/local/share/man/man3/libpng.3 +136 -54
  183. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  184. data/vendor/local/share/man/man5/png.5 +1 -1
  185. metadata +74 -80
  186. data/vendor/local/etc/fonts/fonts.conf.bak +0 -155
  187. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +0 -150
  188. data/vendor/local/include/ft2build.h +0 -61
@@ -89,14 +89,6 @@ windows and pixmaps using the XCB library.
89
89
  Note that the XCB surface automatically takes advantage of the X render
90
90
  extension if it is available.
91
91
  </p>
92
- <p>
93
- The XCB surface is used to render cairo graphics to X Window System
94
- windows and pixmaps using the XCB library.
95
- </p>
96
- <p>
97
- Note that the XCB surface automatically takes advantage of the X render
98
- extension if it is available.
99
- </p>
100
92
  </div>
101
93
  <div class="refsect1">
102
94
  <a name="cairo-XCB-Surfaces.details"></a><h2>Details</h2>
@@ -363,7 +363,7 @@ constructor.
363
363
  </tr>
364
364
  <tr>
365
365
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
366
- <td>the Visual 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> if there is no appropriate Visual for
366
+ <td>the Visual or <code class="literal">NULL</code> if there is no appropriate Visual for
367
367
  <em class="parameter"><code>surface</code></em>.</td>
368
368
  </tr>
369
369
  </tbody>
@@ -150,7 +150,7 @@ value is the format passed to that constructor.
150
150
  <tr>
151
151
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
152
152
  <td>the XRenderPictFormat* associated with <em class="parameter"><code>surface</code></em>,
153
- 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> if the surface is not an xlib surface
153
+ or <code class="literal">NULL</code> if the surface is not an xlib surface
154
154
  or if the X Render extension is not available.</td>
155
155
  </tr>
156
156
  </tbody>
@@ -449,7 +449,7 @@ object is a nil object, 0 will be returned.</td>
449
449
  <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>
450
450
  <p>
451
451
  Attach user data to <em class="parameter"><code>device</code></em>. To remove user data from a surface,
452
- 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>
452
+ call this function with the key that was used to set it and <code class="literal">NULL</code>
453
453
  for <em class="parameter"><code>data</code></em>.
454
454
  </p>
455
455
  <div class="variablelist"><table border="0">
@@ -493,7 +493,7 @@ slot could not be allocated for the user data.</td>
493
493
  <p>
494
494
  Return user data previously attached to <em class="parameter"><code>device</code></em> using the
495
495
  specified key. If no user data has been attached with the given
496
- key this 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>.
496
+ key this function returns <code class="literal">NULL</code>.
497
497
  </p>
498
498
  <div class="variablelist"><table border="0">
499
499
  <col align="left" valign="top">
@@ -510,7 +510,7 @@ attached to</td>
510
510
  </tr>
511
511
  <tr>
512
512
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
513
- <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>
513
+ <td>the user data previously attached or <code class="literal">NULL</code>.</td>
514
514
  </tr>
515
515
  </tbody>
516
516
  </table></div>
@@ -110,7 +110,7 @@ The number of references to a <a class="link" href="cairo-cairo-font-face-t.html
110
110
  <tbody>
111
111
  <tr>
112
112
  <td><p><span class="term"><em class="parameter"><code>font_face</code></em> :</span></p></td>
113
- <td>a <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, (may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case this
113
+ <td>a <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, (may be <code class="literal">NULL</code> in which case this
114
114
  function does nothing).</td>
115
115
  </tr>
116
116
  <tr>
@@ -301,7 +301,7 @@ object is a nil object, 0 will be returned.</td>
301
301
  <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>
302
302
  <p>
303
303
  Attach user data to <em class="parameter"><code>font_face</code></em>. To remove user data from a font face,
304
- 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>
304
+ call this function with the key that was used to set it and <code class="literal">NULL</code>
305
305
  for <em class="parameter"><code>data</code></em>.
306
306
  </p>
307
307
  <div class="variablelist"><table border="0">
@@ -344,7 +344,7 @@ slot could not be allocated for the user data.</td>
344
344
  <p>
345
345
  Return user data previously attached to <em class="parameter"><code>font_face</code></em> using the specified
346
346
  key. If no user data has been attached with the given key this
347
- 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>.
347
+ function returns <code class="literal">NULL</code>.
348
348
  </p>
349
349
  <div class="variablelist"><table border="0">
350
350
  <col align="left" valign="top">
@@ -361,7 +361,7 @@ attached to</td>
361
361
  </tr>
362
362
  <tr>
363
363
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
364
- <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>
364
+ <td>the user data previously attached or <code class="literal">NULL</code>.</td>
365
365
  </tr>
366
366
  </tbody>
367
367
  </table></div>
@@ -276,8 +276,8 @@ Compares two font options objects for equality.
276
276
  <tr>
277
277
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
278
278
  <td>
279
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all fields of the two font options objects match.
280
- Note that this function will return <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if either object is in
279
+ <code class="literal">TRUE</code> if all fields of the two font options objects match.
280
+ Note that this function will return <code class="literal">FALSE</code> if either object is in
281
281
  error.</td>
282
282
  </tr>
283
283
  </tbody>
@@ -359,7 +359,7 @@ pattern.
359
359
  </tr>
360
360
  <tr>
361
361
  <td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
362
- <td>return value for the number of color stops, 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>
362
+ <td>return value for the number of color stops, or <code class="literal">NULL</code>
363
363
  </td>
364
364
  </tr>
365
365
  <tr>
@@ -402,27 +402,27 @@ returned by <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-get-c
402
402
  </tr>
403
403
  <tr>
404
404
  <td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
405
- <td>return value for the offset of the stop, 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>
405
+ <td>return value for the offset of the stop, or <code class="literal">NULL</code>
406
406
  </td>
407
407
  </tr>
408
408
  <tr>
409
409
  <td><p><span class="term"><em class="parameter"><code>red</code></em> :</span></p></td>
410
- <td>return value for red component of color, 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>
410
+ <td>return value for red component of color, or <code class="literal">NULL</code>
411
411
  </td>
412
412
  </tr>
413
413
  <tr>
414
414
  <td><p><span class="term"><em class="parameter"><code>green</code></em> :</span></p></td>
415
- <td>return value for green component of color, 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>
415
+ <td>return value for green component of color, or <code class="literal">NULL</code>
416
416
  </td>
417
417
  </tr>
418
418
  <tr>
419
419
  <td><p><span class="term"><em class="parameter"><code>blue</code></em> :</span></p></td>
420
- <td>return value for blue component of color, 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>
420
+ <td>return value for blue component of color, or <code class="literal">NULL</code>
421
421
  </td>
422
422
  </tr>
423
423
  <tr>
424
424
  <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
425
- <td>return value for alpha component of color, 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>
425
+ <td>return value for alpha component of color, or <code class="literal">NULL</code>
426
426
  </td>
427
427
  </tr>
428
428
  <tr>
@@ -545,22 +545,22 @@ Gets the solid color for a solid color pattern.
545
545
  </tr>
546
546
  <tr>
547
547
  <td><p><span class="term"><em class="parameter"><code>red</code></em> :</span></p></td>
548
- <td>return value for red component of color, 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>
548
+ <td>return value for red component of color, or <code class="literal">NULL</code>
549
549
  </td>
550
550
  </tr>
551
551
  <tr>
552
552
  <td><p><span class="term"><em class="parameter"><code>green</code></em> :</span></p></td>
553
- <td>return value for green component of color, 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>
553
+ <td>return value for green component of color, or <code class="literal">NULL</code>
554
554
  </td>
555
555
  </tr>
556
556
  <tr>
557
557
  <td><p><span class="term"><em class="parameter"><code>blue</code></em> :</span></p></td>
558
- <td>return value for blue component of color, 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>
558
+ <td>return value for blue component of color, or <code class="literal">NULL</code>
559
559
  </td>
560
560
  </tr>
561
561
  <tr>
562
562
  <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
563
- <td>return value for alpha component of color, 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>
563
+ <td>return value for alpha component of color, or <code class="literal">NULL</code>
564
564
  </td>
565
565
  </tr>
566
566
  <tr>
@@ -622,7 +622,7 @@ Gets the surface of a surface pattern. The reference returned in
622
622
  </tr>
623
623
  <tr>
624
624
  <td><p><span class="term"><em class="parameter"><code>surface</code></em> :</span></p></td>
625
- <td>return value for surface of pattern, 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>
625
+ <td>return value for surface of pattern, or <code class="literal">NULL</code>
626
626
  </td>
627
627
  </tr>
628
628
  <tr>
@@ -709,22 +709,22 @@ Gets the gradient endpoints for a linear gradient.
709
709
  </tr>
710
710
  <tr>
711
711
  <td><p><span class="term"><em class="parameter"><code>x0</code></em> :</span></p></td>
712
- <td>return value for the x coordinate of the first point, 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>
712
+ <td>return value for the x coordinate of the first point, or <code class="literal">NULL</code>
713
713
  </td>
714
714
  </tr>
715
715
  <tr>
716
716
  <td><p><span class="term"><em class="parameter"><code>y0</code></em> :</span></p></td>
717
- <td>return value for the y coordinate of the first point, 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>
717
+ <td>return value for the y coordinate of the first point, or <code class="literal">NULL</code>
718
718
  </td>
719
719
  </tr>
720
720
  <tr>
721
721
  <td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
722
- <td>return value for the x coordinate of the second point, 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>
722
+ <td>return value for the x coordinate of the second point, or <code class="literal">NULL</code>
723
723
  </td>
724
724
  </tr>
725
725
  <tr>
726
726
  <td><p><span class="term"><em class="parameter"><code>y1</code></em> :</span></p></td>
727
- <td>return value for the y coordinate of the second point, 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>
727
+ <td>return value for the y coordinate of the second point, or <code class="literal">NULL</code>
728
728
  </td>
729
729
  </tr>
730
730
  <tr>
@@ -824,32 +824,32 @@ specified as a center coordinate and a radius.
824
824
  </tr>
825
825
  <tr>
826
826
  <td><p><span class="term"><em class="parameter"><code>x0</code></em> :</span></p></td>
827
- <td>return value for the x coordinate of the center of the first circle, 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>
827
+ <td>return value for the x coordinate of the center of the first circle, or <code class="literal">NULL</code>
828
828
  </td>
829
829
  </tr>
830
830
  <tr>
831
831
  <td><p><span class="term"><em class="parameter"><code>y0</code></em> :</span></p></td>
832
- <td>return value for the y coordinate of the center of the first circle, 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>
832
+ <td>return value for the y coordinate of the center of the first circle, or <code class="literal">NULL</code>
833
833
  </td>
834
834
  </tr>
835
835
  <tr>
836
836
  <td><p><span class="term"><em class="parameter"><code>r0</code></em> :</span></p></td>
837
- <td>return value for the radius of the first circle, 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>
837
+ <td>return value for the radius of the first circle, or <code class="literal">NULL</code>
838
838
  </td>
839
839
  </tr>
840
840
  <tr>
841
841
  <td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
842
- <td>return value for the x coordinate of the center of the second circle, 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>
842
+ <td>return value for the x coordinate of the center of the second circle, or <code class="literal">NULL</code>
843
843
  </td>
844
844
  </tr>
845
845
  <tr>
846
846
  <td><p><span class="term"><em class="parameter"><code>y1</code></em> :</span></p></td>
847
- <td>return value for the y coordinate of the center of the second circle, 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>
847
+ <td>return value for the y coordinate of the center of the second circle, or <code class="literal">NULL</code>
848
848
  </td>
849
849
  </tr>
850
850
  <tr>
851
851
  <td><p><span class="term"><em class="parameter"><code>r1</code></em> :</span></p></td>
852
- <td>return value for the radius of the second circle, 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>
852
+ <td>return value for the radius of the second circle, or <code class="literal">NULL</code>
853
853
  </td>
854
854
  </tr>
855
855
  <tr>
@@ -1475,7 +1475,7 @@ during the definition of the first patch.
1475
1475
  </tr>
1476
1476
  <tr>
1477
1477
  <td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
1478
- <td>return value for the number patches, 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>
1478
+ <td>return value for the number patches, or <code class="literal">NULL</code>
1479
1479
  </td>
1480
1480
  </tr>
1481
1481
  <tr>
@@ -1564,12 +1564,12 @@ control points as explained in <a class="link" href="cairo-cairo-pattern-t.html#
1564
1564
  </tr>
1565
1565
  <tr>
1566
1566
  <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
1567
- <td>return value for the x coordinate of the control point, 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>
1567
+ <td>return value for the x coordinate of the control point, or <code class="literal">NULL</code>
1568
1568
  </td>
1569
1569
  </tr>
1570
1570
  <tr>
1571
1571
  <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
1572
- <td>return value for the y coordinate of the control point, 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>
1572
+ <td>return value for the y coordinate of the control point, or <code class="literal">NULL</code>
1573
1573
  </td>
1574
1574
  </tr>
1575
1575
  <tr>
@@ -1625,22 +1625,22 @@ corners as explained in <a class="link" href="cairo-cairo-pattern-t.html#cairo-p
1625
1625
  </tr>
1626
1626
  <tr>
1627
1627
  <td><p><span class="term"><em class="parameter"><code>red</code></em> :</span></p></td>
1628
- <td>return value for red component of color, 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>
1628
+ <td>return value for red component of color, or <code class="literal">NULL</code>
1629
1629
  </td>
1630
1630
  </tr>
1631
1631
  <tr>
1632
1632
  <td><p><span class="term"><em class="parameter"><code>green</code></em> :</span></p></td>
1633
- <td>return value for green component of color, 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>
1633
+ <td>return value for green component of color, or <code class="literal">NULL</code>
1634
1634
  </td>
1635
1635
  </tr>
1636
1636
  <tr>
1637
1637
  <td><p><span class="term"><em class="parameter"><code>blue</code></em> :</span></p></td>
1638
- <td>return value for blue component of color, 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>
1638
+ <td>return value for blue component of color, or <code class="literal">NULL</code>
1639
1639
  </td>
1640
1640
  </tr>
1641
1641
  <tr>
1642
1642
  <td><p><span class="term"><em class="parameter"><code>alpha</code></em> :</span></p></td>
1643
- <td>return value for alpha component of color, 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>
1643
+ <td>return value for alpha component of color, or <code class="literal">NULL</code>
1644
1644
  </td>
1645
1645
  </tr>
1646
1646
  <tr>
@@ -2199,7 +2199,7 @@ object is a nil object, 0 will be returned.</td>
2199
2199
  <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>
2200
2200
  <p>
2201
2201
  Attach user data to <em class="parameter"><code>pattern</code></em>. To remove user data from a surface,
2202
- 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>
2202
+ call this function with the key that was used to set it and <code class="literal">NULL</code>
2203
2203
  for <em class="parameter"><code>data</code></em>.
2204
2204
  </p>
2205
2205
  <div class="variablelist"><table border="0">
@@ -2243,7 +2243,7 @@ slot could not be allocated for the user data.</td>
2243
2243
  <p>
2244
2244
  Return user data previously attached to <em class="parameter"><code>pattern</code></em> using the
2245
2245
  specified key. If no user data has been attached with the given
2246
- key this 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>.
2246
+ key this function returns <code class="literal">NULL</code>.
2247
2247
  </p>
2248
2248
  <div class="variablelist"><table border="0">
2249
2249
  <col align="left" valign="top">
@@ -2260,7 +2260,7 @@ attached to</td>
2260
2260
  </tr>
2261
2261
  <tr>
2262
2262
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2263
- <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>
2263
+ <td>the user data previously attached or <code class="literal">NULL</code>.</td>
2264
2264
  </tr>
2265
2265
  </tbody>
2266
2266
  </table></div>
@@ -182,7 +182,7 @@ The number of references to a <a class="link" href="cairo-cairo-scaled-font-t.ht
182
182
  <tbody>
183
183
  <tr>
184
184
  <td><p><span class="term"><em class="parameter"><code>scaled_font</code></em> :</span></p></td>
185
- <td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>, (may be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case
185
+ <td>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>, (may be <code class="literal">NULL</code> in which case
186
186
  this function does nothing)</td>
187
187
  </tr>
188
188
  <tr>
@@ -503,7 +503,7 @@ Converts UTF-8 text to an array of glyphs, optionally with cluster
503
503
  mapping, that can be used to render later using <em class="parameter"><code>scaled_font</code></em>.
504
504
  </p>
505
505
  <p>
506
- If <em class="parameter"><code>glyphs</code></em> initially points to a non-<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> value, that array is used
506
+ If <em class="parameter"><code>glyphs</code></em> initially points to a non-<code class="literal">NULL</code> value, that array is used
507
507
  as a glyph buffer, and <em class="parameter"><code>num_glyphs</code></em> should point to the number of glyph
508
508
  entries available there. If the provided glyph array is too short for
509
509
  the conversion, a new glyph array is allocated using <a class="link" href="cairo-text.html#cairo-glyph-allocate" title="cairo_glyph_allocate ()"><code class="function">cairo_glyph_allocate()</code></a>
@@ -514,11 +514,11 @@ array using <a class="link" href="cairo-text.html#cairo-glyph-free" title="cairo
514
514
  array was large enough.
515
515
  </p>
516
516
  <p>
517
- If <em class="parameter"><code>clusters</code></em> is 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>num_clusters</code></em> and <em class="parameter"><code>cluster_flags</code></em> should not be <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
517
+ If <em class="parameter"><code>clusters</code></em> is not <code class="literal">NULL</code>, <em class="parameter"><code>num_clusters</code></em> and <em class="parameter"><code>cluster_flags</code></em> should not be <code class="literal">NULL</code>,
518
518
  and cluster mapping will be computed.
519
519
  The semantics of how cluster array allocation works is similar to the glyph
520
520
  array. That is,
521
- if <em class="parameter"><code>clusters</code></em> initially points to a non-<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> value, that array is used
521
+ if <em class="parameter"><code>clusters</code></em> initially points to a non-<code class="literal">NULL</code> value, that array is used
522
522
  as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em> should point to the number of cluster
523
523
  entries available there. If the provided cluster array is too short for
524
524
  the conversion, a new cluster array is allocated using <a class="link" href="cairo-text.html#cairo-text-cluster-allocate" title="cairo_text_cluster_allocate ()"><code class="function">cairo_text_cluster_allocate()</code></a>
@@ -529,7 +529,7 @@ array using <a class="link" href="cairo-text.html#cairo-text-cluster-free" title
529
529
  array was large enough.
530
530
  </p>
531
531
  <p>
532
- In the simplest case, <em class="parameter"><code>glyphs</code></em> and <em class="parameter"><code>clusters</code></em> can point to <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> initially
532
+ In the simplest case, <em class="parameter"><code>glyphs</code></em> and <em class="parameter"><code>clusters</code></em> can point to <code class="literal">NULL</code> initially
533
533
  and a suitable array will be allocated. In code:
534
534
  </p>
535
535
  <div class="informalexample">
@@ -747,18 +747,18 @@ same <em class="parameter"><code>scaled_font</code></em> is used for the operati
747
747
  </tr>
748
748
  <tr>
749
749
  <td><p><span class="term"><em class="parameter"><code>clusters</code></em> :</span></p></td>
750
- <td>pointer to array of cluster mapping information to fill, 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>
750
+ <td>pointer to array of cluster mapping information to fill, or <code class="literal">NULL</code>
751
751
  </td>
752
752
  </tr>
753
753
  <tr>
754
754
  <td><p><span class="term"><em class="parameter"><code>num_clusters</code></em> :</span></p></td>
755
- <td>pointer to number of clusters, 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>
755
+ <td>pointer to number of clusters, or <code class="literal">NULL</code>
756
756
  </td>
757
757
  </tr>
758
758
  <tr>
759
759
  <td><p><span class="term"><em class="parameter"><code>cluster_flags</code></em> :</span></p></td>
760
760
  <td>pointer to location to store cluster flags corresponding to the
761
- output <em class="parameter"><code>clusters</code></em>, 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>
761
+ output <em class="parameter"><code>clusters</code></em>, or <code class="literal">NULL</code>
762
762
  </td>
763
763
  </tr>
764
764
  <tr>
@@ -963,7 +963,7 @@ object is a nil object, 0 will be returned.</td>
963
963
  <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>
964
964
  <p>
965
965
  Attach user data to <em class="parameter"><code>scaled_font</code></em>. To remove user data from a surface,
966
- 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>
966
+ call this function with the key that was used to set it and <code class="literal">NULL</code>
967
967
  for <em class="parameter"><code>data</code></em>.
968
968
  </p>
969
969
  <div class="variablelist"><table border="0">
@@ -1007,7 +1007,7 @@ slot could not be allocated for the user data.</td>
1007
1007
  <p>
1008
1008
  Return user data previously attached to <em class="parameter"><code>scaled_font</code></em> using the
1009
1009
  specified key. If no user data has been attached with the given
1010
- key this 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>.
1010
+ key this function returns <code class="literal">NULL</code>.
1011
1011
  </p>
1012
1012
  <div class="variablelist"><table border="0">
1013
1013
  <col align="left" valign="top">
@@ -1024,7 +1024,7 @@ attached to</td>
1024
1024
  </tr>
1025
1025
  <tr>
1026
1026
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1027
- <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>
1027
+ <td>the user data previously attached or <code class="literal">NULL</code>.</td>
1028
1028
  </tr>
1029
1029
  </tbody>
1030
1030
  </table></div>
@@ -136,7 +136,7 @@ functions. If you do this, keep in mind that it is mandatory that you call
136
136
  you must use <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-mark-dirty" title="cairo_surface_mark_dirty ()"><code class="function">cairo_surface_mark_dirty()</code></a> after modifying it.
137
137
  </p>
138
138
  <div class="example">
139
- <a name="idp18359440"></a><p class="title"><b>Example 1. Directly modifying an image surface</b></p>
139
+ <a name="idp17937024"></a><p class="title"><b>Example 1. Directly modifying an image surface</b></p>
140
140
  <div class="example-contents">
141
141
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
142
142
  <tbody>
@@ -640,7 +640,7 @@ See <a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo
640
640
  </tr>
641
641
  <tr>
642
642
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
643
- <td>The device for <em class="parameter"><code>surface</code></em> 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> if the surface does
643
+ <td>The device for <em class="parameter"><code>surface</code></em> or <code class="literal">NULL</code> if the surface does
644
644
  not have an associated device.</td>
645
645
  </tr>
646
646
  </tbody>
@@ -1175,7 +1175,7 @@ object is a nil object, 0 will be returned.</td>
1175
1175
  <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>
1176
1176
  <p>
1177
1177
  Attach user data to <em class="parameter"><code>surface</code></em>. To remove user data from a surface,
1178
- 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>
1178
+ call this function with the key that was used to set it and <code class="literal">NULL</code>
1179
1179
  for <em class="parameter"><code>data</code></em>.
1180
1180
  </p>
1181
1181
  <div class="variablelist"><table border="0">
@@ -1218,7 +1218,7 @@ slot could not be allocated for the user data.</td>
1218
1218
  <p>
1219
1219
  Return user data previously attached to <em class="parameter"><code>surface</code></em> using the specified
1220
1220
  key. If no user data has been attached with the given key this
1221
- 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>.
1221
+ function returns <code class="literal">NULL</code>.
1222
1222
  </p>
1223
1223
  <div class="variablelist"><table border="0">
1224
1224
  <col align="left" valign="top">
@@ -1235,7 +1235,7 @@ attached to</td>
1235
1235
  </tr>
1236
1236
  <tr>
1237
1237
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1238
- <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>
1238
+ <td>the user data previously attached or <code class="literal">NULL</code>.</td>
1239
1239
  </tr>
1240
1240
  </tbody>
1241
1241
  </table></div>
@@ -1298,7 +1298,7 @@ whether it actually uses the provided text and cluster data
1298
1298
  to a <a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a> call.
1299
1299
  </p>
1300
1300
  <p>
1301
- Note: Even if this function returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, a
1301
+ Note: Even if this function returns <code class="literal">FALSE</code>, a
1302
1302
  <a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a> operation targeted at <em class="parameter"><code>surface</code></em> will
1303
1303
  still succeed. It just will
1304
1304
  act like a <a class="link" href="cairo-text.html#cairo-show-glyphs" title="cairo_show_glyphs ()"><code class="function">cairo_show_glyphs()</code></a> operation. Users can use this
@@ -1316,8 +1316,8 @@ target surface does not use it.
1316
1316
  <tr>
1317
1317
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1318
1318
  <td>
1319
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>surface</code></em> supports
1320
- <a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a>, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
1319
+ <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em> supports
1320
+ <a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a>, <code class="literal">FALSE</code> otherwise</td>
1321
1321
  </tr>
1322
1322
  </tbody>
1323
1323
  </table></div>
@@ -1335,7 +1335,7 @@ target surface does not use it.
1335
1335
  <p>
1336
1336
  Attach an image in the format <em class="parameter"><code>mime_type</code></em> to <em class="parameter"><code>surface</code></em>. To remove
1337
1337
  the data from a surface, call this function with same mime type
1338
- 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> for <em class="parameter"><code>data</code></em>.
1338
+ and <code class="literal">NULL</code> for <em class="parameter"><code>data</code></em>.
1339
1339
  </p>
1340
1340
  <p>
1341
1341
  The attached image (or filename) data can later be used by backends
@@ -1405,7 +1405,7 @@ slot could not be allocated for the user data.</td>
1405
1405
  <p>
1406
1406
  Return mime data previously attached to <em class="parameter"><code>surface</code></em> using the
1407
1407
  specified mime type. If no data has been attached with the given
1408
- mime type, <em class="parameter"><code>data</code></em> is set <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>.
1408
+ mime type, <em class="parameter"><code>data</code></em> is set <code class="literal">NULL</code>.
1409
1409
  </p>
1410
1410
  <div class="variablelist"><table border="0">
1411
1411
  <col align="left" valign="top">
@@ -1454,8 +1454,8 @@ Return whether <em class="parameter"><code>surface</code></em> supports <em clas
1454
1454
  <tr>
1455
1455
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1456
1456
  <td>
1457
- <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>surface</code></em> supports
1458
- <em class="parameter"><code>mime_type</code></em>, <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
1457
+ <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em> supports
1458
+ <em class="parameter"><code>mime_type</code></em>, <code class="literal">FALSE</code> otherwise</td>
1459
1459
  </tr>
1460
1460
  </tbody>
1461
1461
  </table></div>
@@ -1469,7 +1469,7 @@ Return whether <em class="parameter"><code>surface</code></em> supports <em clas
1469
1469
  <p>
1470
1470
  Returns an image surface that is the most efficient mechanism for
1471
1471
  modifying the backing store of the target surface. The region retrieved
1472
- may be limited to the <em class="parameter"><code>extents</code></em> 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> for the whole surface
1472
+ may be limited to the <em class="parameter"><code>extents</code></em> or <code class="literal">NULL</code> for the whole surface
1473
1473
  </p>
1474
1474
  <p>
1475
1475
  Note, the use of the original surface as a target or source whilst