cairo 1.14.3-x64-mingw32 → 1.14.6-x64-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 (173) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +11 -0
  3. data/Rakefile +11 -9
  4. data/ext/cairo/rb_cairo.h +2 -2
  5. data/ext/cairo/rb_cairo_font_options.c +5 -1
  6. data/ext/cairo/rb_cairo_surface.c +28 -5
  7. data/lib/2.2/cairo.so +0 -0
  8. data/lib/2.3/cairo.so +0 -0
  9. data/test/test_font_options.rb +47 -2
  10. data/vendor/local/bin/fc-cache.exe +0 -0
  11. data/vendor/local/bin/fc-cat.exe +0 -0
  12. data/vendor/local/bin/fc-list.exe +0 -0
  13. data/vendor/local/bin/fc-match.exe +0 -0
  14. data/vendor/local/bin/fc-pattern.exe +0 -0
  15. data/vendor/local/bin/fc-query.exe +0 -0
  16. data/vendor/local/bin/fc-scan.exe +0 -0
  17. data/vendor/local/bin/fc-validate.exe +0 -0
  18. data/vendor/local/bin/freetype-config +6 -8
  19. data/vendor/local/bin/libcairo-2.dll +0 -0
  20. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  21. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  22. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  23. data/vendor/local/bin/libfreetype-6.dll +0 -0
  24. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  25. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  26. data/vendor/local/bin/libpng-config +1 -1
  27. data/vendor/local/bin/libpng16-16.dll +0 -0
  28. data/vendor/local/bin/libpng16-config +1 -1
  29. data/vendor/local/bin/libstdc++-6.dll +0 -0
  30. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  31. data/vendor/local/bin/libxml2-2.dll +0 -0
  32. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  33. data/vendor/local/bin/pngfix.exe +0 -0
  34. data/vendor/local/bin/xmlcatalog.exe +0 -0
  35. data/vendor/local/bin/xmllint.exe +0 -0
  36. data/vendor/local/bin/zlib1.dll +0 -0
  37. data/vendor/local/include/cairo/cairo-features.h +15 -0
  38. data/vendor/local/include/cairo/cairo-version.h +1 -1
  39. data/vendor/local/include/freetype2/{config → freetype/config}/ftconfig.h +15 -9
  40. data/vendor/local/include/freetype2/{config → freetype/config}/ftheader.h +64 -65
  41. data/vendor/local/include/freetype2/{config → freetype/config}/ftmodule.h +0 -0
  42. data/vendor/local/include/freetype2/{config → freetype/config}/ftoption.h +29 -64
  43. data/vendor/local/include/freetype2/{config → freetype/config}/ftstdlib.h +6 -6
  44. data/vendor/local/include/freetype2/{freetype.h → freetype/freetype.h} +270 -67
  45. data/vendor/local/include/freetype2/{ftadvanc.h → freetype/ftadvanc.h} +4 -4
  46. data/vendor/local/include/freetype2/{ftautoh.h → freetype/ftautoh.h} +59 -6
  47. data/vendor/local/include/freetype2/{ftbbox.h → freetype/ftbbox.h} +4 -4
  48. data/vendor/local/include/freetype2/{ftbdf.h → freetype/ftbdf.h} +4 -4
  49. data/vendor/local/include/freetype2/{ftbitmap.h → freetype/ftbitmap.h} +4 -4
  50. data/vendor/local/include/freetype2/{ftbzip2.h → freetype/ftbzip2.h} +4 -4
  51. data/vendor/local/include/freetype2/{ftcache.h → freetype/ftcache.h} +4 -4
  52. data/vendor/local/include/freetype2/{ftcffdrv.h → freetype/ftcffdrv.h} +8 -8
  53. data/vendor/local/include/freetype2/{ftchapters.h → freetype/ftchapters.h} +14 -0
  54. data/vendor/local/include/freetype2/{ftcid.h → freetype/ftcid.h} +4 -4
  55. data/vendor/local/include/freetype2/{fterrdef.h → freetype/fterrdef.h} +39 -12
  56. data/vendor/local/include/freetype2/{fterrors.h → freetype/fterrors.h} +73 -45
  57. data/vendor/local/include/freetype2/{ftfntfmt.h → freetype/ftfntfmt.h} +7 -4
  58. data/vendor/local/include/freetype2/{ftgasp.h → freetype/ftgasp.h} +4 -4
  59. data/vendor/local/include/freetype2/{ftglyph.h → freetype/ftglyph.h} +4 -4
  60. data/vendor/local/include/freetype2/{ftgxval.h → freetype/ftgxval.h} +4 -4
  61. data/vendor/local/include/freetype2/{ftgzip.h → freetype/ftgzip.h} +4 -4
  62. data/vendor/local/include/freetype2/{ftimage.h → freetype/ftimage.h} +6 -6
  63. data/vendor/local/include/freetype2/{ftincrem.h → freetype/ftincrem.h} +4 -4
  64. data/vendor/local/include/freetype2/{ftlcdfil.h → freetype/ftlcdfil.h} +111 -76
  65. data/vendor/local/include/freetype2/{ftlist.h → freetype/ftlist.h} +4 -4
  66. data/vendor/local/include/freetype2/{ftlzw.h → freetype/ftlzw.h} +4 -4
  67. data/vendor/local/include/freetype2/{ftmac.h → freetype/ftmac.h} +4 -4
  68. data/vendor/local/include/freetype2/{ftmm.h → freetype/ftmm.h} +10 -5
  69. data/vendor/local/include/freetype2/{ftmodapi.h → freetype/ftmodapi.h} +15 -17
  70. data/vendor/local/include/freetype2/{ftmoderr.h → freetype/ftmoderr.h} +5 -5
  71. data/vendor/local/include/freetype2/{ftotval.h → freetype/ftotval.h} +4 -4
  72. data/vendor/local/include/freetype2/{ftoutln.h → freetype/ftoutln.h} +6 -6
  73. data/vendor/local/include/freetype2/{ftpfr.h → freetype/ftpfr.h} +4 -4
  74. data/vendor/local/include/freetype2/{ftrender.h → freetype/ftrender.h} +4 -4
  75. data/vendor/local/include/freetype2/{ftsizes.h → freetype/ftsizes.h} +4 -4
  76. data/vendor/local/include/freetype2/{ftsnames.h → freetype/ftsnames.h} +4 -4
  77. data/vendor/local/include/freetype2/{ftstroke.h → freetype/ftstroke.h} +4 -4
  78. data/vendor/local/include/freetype2/{ftsynth.h → freetype/ftsynth.h} +4 -4
  79. data/vendor/local/include/freetype2/{ftsystem.h → freetype/ftsystem.h} +4 -4
  80. data/vendor/local/include/freetype2/{fttrigon.h → freetype/fttrigon.h} +6 -6
  81. data/vendor/local/include/freetype2/{ftttdrv.h → freetype/ftttdrv.h} +81 -4
  82. data/vendor/local/include/freetype2/{fttypes.h → freetype/fttypes.h} +4 -4
  83. data/vendor/local/include/freetype2/{ftwinfnt.h → freetype/ftwinfnt.h} +4 -4
  84. data/vendor/local/include/freetype2/{t1tables.h → freetype/t1tables.h} +4 -4
  85. data/vendor/local/include/freetype2/{ttnameid.h → freetype/ttnameid.h} +4 -4
  86. data/vendor/local/include/freetype2/{tttables.h → freetype/tttables.h} +4 -4
  87. data/vendor/local/include/freetype2/{tttags.h → freetype/tttags.h} +4 -4
  88. data/vendor/local/include/freetype2/{ttunpat.h → freetype/ttunpat.h} +11 -8
  89. data/vendor/local/include/freetype2/ft2build.h +5 -5
  90. data/vendor/local/include/libpng16/png.h +310 -318
  91. data/vendor/local/include/libpng16/pngconf.h +8 -8
  92. data/vendor/local/include/libpng16/pnglibconf.h +3 -4
  93. data/vendor/local/include/png.h +310 -318
  94. data/vendor/local/include/pngconf.h +8 -8
  95. data/vendor/local/include/pnglibconf.h +3 -4
  96. data/vendor/local/lib/libcairo-gobject.a +0 -0
  97. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  98. data/vendor/local/lib/libcairo-gobject.la +2 -2
  99. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  100. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  101. data/vendor/local/lib/libcairo-script-interpreter.la +1 -1
  102. data/vendor/local/lib/libcairo.a +0 -0
  103. data/vendor/local/lib/libcairo.dll.a +0 -0
  104. data/vendor/local/lib/libcairo.la +1 -1
  105. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  106. data/vendor/local/lib/libfreetype.a +0 -0
  107. data/vendor/local/lib/libfreetype.dll.a +0 -0
  108. data/vendor/local/lib/libfreetype.la +1 -1
  109. data/vendor/local/lib/libpixman-1.a +0 -0
  110. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  111. data/vendor/local/lib/libpng.a +0 -0
  112. data/vendor/local/lib/libpng.dll.a +0 -0
  113. data/vendor/local/lib/libpng.la +2 -2
  114. data/vendor/local/lib/libpng16.a +0 -0
  115. data/vendor/local/lib/libpng16.dll.a +0 -0
  116. data/vendor/local/lib/libpng16.la +2 -2
  117. data/vendor/local/lib/libxml2.a +0 -0
  118. data/vendor/local/lib/libxml2.dll.a +0 -0
  119. data/vendor/local/lib/libz.a +0 -0
  120. data/vendor/local/lib/libz.dll.a +0 -0
  121. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  122. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  124. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  125. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  126. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  127. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  128. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  129. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/freetype2.pc +3 -3
  133. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  135. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  136. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
  137. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
  138. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
  139. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +4 -4
  140. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
  141. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +6 -6
  142. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
  143. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +10 -10
  144. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  145. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +1 -1
  146. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  147. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  148. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  149. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
  150. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  151. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
  152. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  153. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +12 -12
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +18 -18
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +1 -0
  160. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +52 -0
  162. data/vendor/local/share/gtk-doc/html/cairo/index.html +2 -1
  163. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +2 -2
  164. data/vendor/local/share/license/freetype/README +7 -6
  165. data/vendor/local/share/license/freetype/README.git +1 -1
  166. data/vendor/local/share/license/libpng/README +1 -1
  167. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  168. data/vendor/local/share/man/man3/libpng.3 +308 -352
  169. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  170. data/vendor/local/share/man/man5/png.5 +4 -4
  171. metadata +72 -72
  172. data/lib/2.0/cairo.so +0 -0
  173. data/lib/2.1/cairo.so +0 -0
@@ -254,7 +254,7 @@ cairo_copy_path (<em class="parameter"><code><a class="link" href="cairo-cairo-t
254
254
  <a class="link" href="cairo-Paths.html#cairo-path-t" title="cairo_path_t"><span class="type">cairo_path_t</span></a>. See <a class="link" href="cairo-Paths.html#cairo-path-data-t" title="union cairo_path_data_t"><span class="type">cairo_path_data_t</span></a> for hints on how to iterate
255
255
  over the returned data structure.</p>
256
256
  <p>This function will always return a valid pointer, but the result
257
- will have no data (<code class="literal">data==<code class="literal">NULL</code></code> and
257
+ will have no data (<code class="literal">data==<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></code> and
258
258
  <code class="literal">num_data==0</code>), if either of the following
259
259
  conditions hold:</p>
260
260
  <div class="orderedlist"><ol class="orderedlist" type="1">
@@ -304,7 +304,7 @@ value). That is, the result is guaranteed to not have any elements
304
304
  of type <a class="link" href="cairo-Paths.html#CAIRO-PATH-CURVE-TO:CAPS"><code class="literal">CAIRO_PATH_CURVE_TO</code></a> which will instead be replaced by a
305
305
  series of <a class="link" href="cairo-Paths.html#CAIRO-PATH-LINE-TO:CAPS"><code class="literal">CAIRO_PATH_LINE_TO</code></a> elements.</p>
306
306
  <p>This function will always return a valid pointer, but the result
307
- will have no data (<code class="literal">data==<code class="literal">NULL</code></code> and
307
+ will have no data (<code class="literal">data==<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></code> and
308
308
  <code class="literal">num_data==0</code>), if either of the following
309
309
  conditions hold:</p>
310
310
  <div class="orderedlist"><ol class="orderedlist" type="1">
@@ -1060,7 +1060,7 @@ serious text-using applications. See <a class="link" href="cairo-Paths.html#cair
1060
1060
  </tr>
1061
1061
  <tr>
1062
1062
  <td class="parameter_name"><p>utf8</p></td>
1063
- <td class="parameter_description"><p>a NUL-terminated string of text encoded in UTF-8, or <code class="literal">NULL</code></p></td>
1063
+ <td class="parameter_description"><p>a NUL-terminated string of text encoded in UTF-8, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1064
1064
  <td class="parameter_annotations"> </td>
1065
1065
  </tr>
1066
1066
  </tbody>
@@ -185,7 +185,7 @@ vary. See <a class="link" href="cairo-PostScript-Surfaces.html#cairo-ps-surface-
185
185
  <tbody>
186
186
  <tr>
187
187
  <td class="parameter_name"><p>filename</p></td>
188
- <td class="parameter_description"><p>a filename for the PS output (must be writable), <code class="literal">NULL</code> may be
188
+ <td class="parameter_description"><p>a filename for the PS output (must be writable), <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> may be
189
189
  used to specify no output. This will generate a PS surface that
190
190
  may be queried and used as a source, without generating a
191
191
  temporary file.</p></td>
@@ -243,7 +243,7 @@ output can vary. See <a class="link" href="cairo-PostScript-Surfaces.html#cairo-
243
243
  <tbody>
244
244
  <tr>
245
245
  <td class="parameter_name"><p>write_func</p></td>
246
- <td class="parameter_description"><p>a <a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <code class="literal">NULL</code>
246
+ <td class="parameter_description"><p>a <a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
247
247
  to indicate a no-op <em class="parameter"><code>write_func</code></em>
248
248
  . With a no-op <em class="parameter"><code>write_func</code></em>
249
249
  ,
@@ -359,7 +359,7 @@ cairo_ps_get_levels (<em class="parameter"><code><a class="link" href="cairo-Pos
359
359
  cairo_ps_level_to_string (<em class="parameter"><code><a class="link" href="cairo-PostScript-Surfaces.html#cairo-ps-level-t" title="enum cairo_ps_level_t"><span class="type">cairo_ps_level_t</span></a> level</code></em>);</pre>
360
360
  <p>Get the string representation of the given <em class="parameter"><code>level</code></em>
361
361
  id. This function
362
- will return <code class="literal">NULL</code> if <em class="parameter"><code>level</code></em>
362
+ will return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>level</code></em>
363
363
  id isn't valid. See <a class="link" href="cairo-PostScript-Surfaces.html#cairo-ps-get-levels" title="cairo_ps_get_levels ()"><code class="function">cairo_ps_get_levels()</code></a>
364
364
  for a way to get the list of valid level ids.</p>
365
365
  <div class="refsect3">
@@ -391,7 +391,7 @@ for a way to get the list of valid level ids.</p>
391
391
  cairo_ps_surface_set_eps (<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>,
392
392
  <em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-bool-t" title="cairo_bool_t"><span class="type">cairo_bool_t</span></a> eps</code></em>);</pre>
393
393
  <p>If <em class="parameter"><code>eps</code></em>
394
- is <code class="literal">TRUE</code>, the PostScript surface will output Encapsulated
394
+ is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the PostScript surface will output Encapsulated
395
395
  PostScript.</p>
396
396
  <p>This function should only be called before any drawing operations
397
397
  have been performed on the current page. The simplest way to do
@@ -414,7 +414,7 @@ than one page.</p>
414
414
  </tr>
415
415
  <tr>
416
416
  <td class="parameter_name"><p>eps</p></td>
417
- <td class="parameter_description"><p><code class="literal">TRUE</code> to output EPS format PostScript</p></td>
417
+ <td class="parameter_description"><p><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to output EPS format PostScript</p></td>
418
418
  <td class="parameter_annotations"> </td>
419
419
  </tr>
420
420
  </tbody>
@@ -445,7 +445,7 @@ cairo_ps_surface_get_eps (<em class="parameter"><code><a class="link" href="cair
445
445
  </div>
446
446
  <div class="refsect3">
447
447
  <a name="id-1.5.7.7.8.6"></a><h4>Returns</h4>
448
- <p> <code class="literal">TRUE</code> if the surface will output Encapsulated PostScript.</p>
448
+ <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the surface will output Encapsulated PostScript.</p>
449
449
  <p></p>
450
450
  </div>
451
451
  <p class="since">Since 1.6</p>
@@ -146,7 +146,7 @@ accurate replay.</p>
146
146
  </tr>
147
147
  <tr>
148
148
  <td class="parameter_name"><p>extents</p></td>
149
- <td class="parameter_description"><p>the extents to record in pixels, can be <code class="literal">NULL</code> to record
149
+ <td class="parameter_description"><p>the extents to record in pixels, can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to record
150
150
  unbounded operations.</p></td>
151
151
  <td class="parameter_annotations"> </td>
152
152
  </tr>
@@ -244,8 +244,8 @@ cairo_recording_surface_get_extents (<em class="parameter"><code><a class="link"
244
244
  </div>
245
245
  <div class="refsect3">
246
246
  <a name="id-1.5.8.7.4.6"></a><h4>Returns</h4>
247
- <p> <code class="literal">TRUE</code> if the surface is bounded, of recording type, and
248
- not in an error state, otherwise <code class="literal">FALSE</code></p>
247
+ <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the surface is bounded, of recording type, and
248
+ not in an error state, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
249
249
  <p></p>
250
250
  </div>
251
251
  <p class="since">Since 1.12</p>
@@ -594,8 +594,8 @@ cairo_region_is_empty (<em class="parameter"><code>const <a class="link" href="c
594
594
  </div>
595
595
  <div class="refsect3">
596
596
  <a name="id-1.3.5.7.12.6"></a><h4>Returns</h4>
597
- <p> <code class="literal">TRUE</code> if <em class="parameter"><code>region</code></em>
598
- is empty, <code class="literal">FALSE</code> if it isn't.</p>
597
+ <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>region</code></em>
598
+ is empty, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it isn't.</p>
599
599
  <p></p>
600
600
  </div>
601
601
  <p class="since">Since 1.10</p>
@@ -640,10 +640,10 @@ cairo_region_contains_point (<em class="parameter"><code>const <a class="link" h
640
640
  </div>
641
641
  <div class="refsect3">
642
642
  <a name="id-1.3.5.7.13.6"></a><h4>Returns</h4>
643
- <p> <code class="literal">TRUE</code> if (<em class="parameter"><code>x</code></em>
643
+ <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if (<em class="parameter"><code>x</code></em>
644
644
  , <em class="parameter"><code>y</code></em>
645
645
  ) is contained in <em class="parameter"><code>region</code></em>
646
- , <code class="literal">FALSE</code> if it is not.</p>
646
+ , <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is not.</p>
647
647
  <p></p>
648
648
  </div>
649
649
  <p class="since">Since 1.10</p>
@@ -701,8 +701,8 @@ is partially inside and partially outside <em class="parameter"><code>region</co
701
701
  <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>
702
702
  cairo_region_equal (<em class="parameter"><code>const <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> *a</code></em>,
703
703
  <em class="parameter"><code>const <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> *b</code></em>);</pre>
704
- <p>Compares whether region_a is equivalent to region_b. <code class="literal">NULL</code> as an argument
705
- is equal to itself, but not to any non-<code class="literal">NULL</code> region.</p>
704
+ <p>Compares whether region_a is equivalent to region_b. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> as an argument
705
+ is equal to itself, but not to any non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> region.</p>
706
706
  <div class="refsect3">
707
707
  <a name="id-1.3.5.7.15.5"></a><h4>Parameters</h4>
708
708
  <div class="informaltable"><table width="100%" border="0">
@@ -714,12 +714,12 @@ is equal to itself, but not to any non-<code class="literal">NULL</code> region.
714
714
  <tbody>
715
715
  <tr>
716
716
  <td class="parameter_name"><p>a</p></td>
717
- <td class="parameter_description"><p>a <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> or <code class="literal">NULL</code></p></td>
717
+ <td class="parameter_description"><p>a <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
718
718
  <td class="parameter_annotations"> </td>
719
719
  </tr>
720
720
  <tr>
721
721
  <td class="parameter_name"><p>b</p></td>
722
- <td class="parameter_description"><p>a <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> or <code class="literal">NULL</code></p></td>
722
+ <td class="parameter_description"><p>a <a class="link" href="cairo-Regions.html#cairo-region-t" title="cairo_region_t"><span class="type">cairo_region_t</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
723
723
  <td class="parameter_annotations"> </td>
724
724
  </tr>
725
725
  </tbody>
@@ -727,8 +727,8 @@ is equal to itself, but not to any non-<code class="literal">NULL</code> region.
727
727
  </div>
728
728
  <div class="refsect3">
729
729
  <a name="id-1.3.5.7.15.6"></a><h4>Returns</h4>
730
- <p> <code class="literal">TRUE</code> if both regions contained the same coverage,
731
- <code class="literal">FALSE</code> if it is not or any region is in an error status.</p>
730
+ <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both regions contained the same coverage,
731
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it is not or any region is in an error status.</p>
732
732
  <p></p>
733
733
  </div>
734
734
  <p class="since">Since 1.10</p>
@@ -146,7 +146,7 @@ Base64-encoded and emitted.</p>
146
146
  <tbody>
147
147
  <tr>
148
148
  <td class="parameter_name"><p>filename</p></td>
149
- <td class="parameter_description"><p>a filename for the SVG output (must be writable), <code class="literal">NULL</code> may be
149
+ <td class="parameter_description"><p>a filename for the SVG output (must be writable), <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> may be
150
150
  used to specify no output. This will generate a SVG surface that
151
151
  may be queried and used as a source, without generating a
152
152
  temporary file.</p></td>
@@ -200,7 +200,7 @@ incrementally to the stream represented by <em class="parameter"><code>write_fun
200
200
  <tbody>
201
201
  <tr>
202
202
  <td class="parameter_name"><p>write_func</p></td>
203
- <td class="parameter_description"><p>a <a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <code class="literal">NULL</code>
203
+ <td class="parameter_description"><p>a <a class="link" href="cairo-PNG-Support.html#cairo-write-func-t" title="cairo_write_func_t ()"><span class="type">cairo_write_func_t</span></a> to accept the output data, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
204
204
  to indicate a no-op <em class="parameter"><code>write_func</code></em>
205
205
  . With a no-op <em class="parameter"><code>write_func</code></em>
206
206
  ,
@@ -315,7 +315,7 @@ cairo_svg_get_versions (<em class="parameter"><code><a class="link" href="cairo-
315
315
  cairo_svg_version_to_string (<em class="parameter"><code><a class="link" href="cairo-SVG-Surfaces.html#cairo-svg-version-t" title="enum cairo_svg_version_t"><span class="type">cairo_svg_version_t</span></a> version</code></em>);</pre>
316
316
  <p>Get the string representation of the given <em class="parameter"><code>version</code></em>
317
317
  id. This function
318
- will return <code class="literal">NULL</code> if <em class="parameter"><code>version</code></em>
318
+ will return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>version</code></em>
319
319
  isn't valid. See <a class="link" href="cairo-SVG-Surfaces.html#cairo-svg-get-versions" title="cairo_svg_get_versions ()"><code class="function">cairo_svg_get_versions()</code></a>
320
320
  for a way to get the list of valid version ids.</p>
321
321
  <div class="refsect3">
@@ -135,7 +135,7 @@
135
135
  <a name="cairo-Script-Surfaces.description"></a><h2>Description</h2>
136
136
  <p>The script surface provides the ability to render to a native
137
137
  script that matches the cairo drawing model. The scripts can
138
- be replayed using tools under the util/cairo-script directoriy,
138
+ be replayed using tools under the util/cairo-script directory,
139
139
  or with cairo-perf-trace.</p>
140
140
  </div>
141
141
  <div class="refsect1">
@@ -352,7 +352,7 @@ Arabic and Indic.</p>
352
352
  argument is preset to the number of glyph entries available
353
353
  in the <em class="parameter"><code>glyphs</code></em>
354
354
  buffer. If the <em class="parameter"><code>glyphs</code></em>
355
- buffer is <code class="literal">NULL</code>, the value of
355
+ buffer is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the value of
356
356
  <em class="parameter"><code>num_glyphs</code></em>
357
357
  will be zero. If the provided glyph array is too short for
358
358
  the conversion (or for convenience), a new glyph array may be allocated
@@ -368,13 +368,13 @@ the original value of <em class="parameter"><code>glyphs</code></em>
368
368
  The callback should populate the glyph indices and positions (in font space)
369
369
  assuming that the text is to be shown at the origin.</p>
370
370
  <p>If <em class="parameter"><code>clusters</code></em>
371
- is not <code class="literal">NULL</code>, <em class="parameter"><code>num_clusters</code></em>
371
+ is 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>num_clusters</code></em>
372
372
  and <em class="parameter"><code>cluster_flags</code></em>
373
373
  are also
374
- non-<code class="literal">NULL</code>, and cluster mapping should be computed. The semantics of how
374
+ non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and cluster mapping should be computed. The semantics of how
375
375
  cluster array allocation works is similar to the glyph array. That is,
376
376
  if <em class="parameter"><code>clusters</code></em>
377
- initially points to a non-<code class="literal">NULL</code> value, that array may be used
377
+ initially points to a non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value, that array may be used
378
378
  as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em>
379
379
  points to the number of cluster
380
380
  entries available there. If the provided cluster array is too short for
@@ -437,7 +437,7 @@ in bytes</p></td>
437
437
  </tr>
438
438
  <tr>
439
439
  <td class="parameter_name"><p>clusters</p></td>
440
- <td class="parameter_description"><p>pointer to array of cluster mapping information to fill, or <code class="literal">NULL</code></p></td>
440
+ <td class="parameter_description"><p>pointer to array of cluster mapping information to fill, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
441
441
  <td class="parameter_annotations"> </td>
442
442
  </tr>
443
443
  <tr>
@@ -579,7 +579,7 @@ is created from it.</p>
579
579
  </tr>
580
580
  <tr>
581
581
  <td class="parameter_name"><p>init_func</p></td>
582
- <td class="parameter_description"><p>The init callback, or <code class="literal">NULL</code></p></td>
582
+ <td class="parameter_description"><p>The init callback, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
583
583
  <td class="parameter_annotations"> </td>
584
584
  </tr>
585
585
  </tbody>
@@ -611,7 +611,7 @@ cairo_user_font_face_get_init_func (<em class="parameter"><code><a class="link"
611
611
  <div class="refsect3">
612
612
  <a name="id-1.4.8.7.8.6"></a><h4>Returns</h4>
613
613
  <p> The init callback of <em class="parameter"><code>font_face</code></em>
614
- or <code class="literal">NULL</code> if none set or an error has occurred.</p>
614
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error has occurred.</p>
615
615
  <p></p>
616
616
  </div>
617
617
  <p class="since">Since 1.8</p>
@@ -630,7 +630,7 @@ works.</p>
630
630
  error will occur. A user font-face is immutable as soon as a scaled-font
631
631
  is created from it.</p>
632
632
  <p>The render_glyph callback is the only mandatory callback of a user-font.
633
- If the callback is <code class="literal">NULL</code> and a glyph is tried to be rendered using
633
+ If the callback is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and a glyph is tried to be rendered using
634
634
  <em class="parameter"><code>font_face</code></em>
635
635
  , a <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> will occur.</p>
636
636
  <div class="refsect3">
@@ -649,7 +649,7 @@ If the callback is <code class="literal">NULL</code> and a glyph is tried to be
649
649
  </tr>
650
650
  <tr>
651
651
  <td class="parameter_name"><p>render_glyph_func</p></td>
652
- <td class="parameter_description"><p>The render_glyph callback, or <code class="literal">NULL</code></p></td>
652
+ <td class="parameter_description"><p>The render_glyph callback, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
653
653
  <td class="parameter_annotations"> </td>
654
654
  </tr>
655
655
  </tbody>
@@ -682,7 +682,7 @@ cairo_user_font_face_get_render_glyph_func
682
682
  <div class="refsect3">
683
683
  <a name="id-1.4.8.7.10.6"></a><h4>Returns</h4>
684
684
  <p> The render_glyph callback of <em class="parameter"><code>font_face</code></em>
685
- or <code class="literal">NULL</code> if none set or an error has occurred.</p>
685
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error has occurred.</p>
686
686
  <p></p>
687
687
  </div>
688
688
  <p class="since">Since 1.8</p>
@@ -716,7 +716,7 @@ is created from it.</p>
716
716
  </tr>
717
717
  <tr>
718
718
  <td class="parameter_name"><p>unicode_to_glyph_func</p></td>
719
- <td class="parameter_description"><p>The unicode_to_glyph callback, or <code class="literal">NULL</code></p></td>
719
+ <td class="parameter_description"><p>The unicode_to_glyph callback, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
720
720
  <td class="parameter_annotations"> </td>
721
721
  </tr>
722
722
  </tbody>
@@ -749,7 +749,7 @@ cairo_user_font_face_get_unicode_to_glyph_func
749
749
  <div class="refsect3">
750
750
  <a name="id-1.4.8.7.12.6"></a><h4>Returns</h4>
751
751
  <p> The unicode_to_glyph callback of <em class="parameter"><code>font_face</code></em>
752
- or <code class="literal">NULL</code> if none set or an error occurred.</p>
752
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error occurred.</p>
753
753
  <p></p>
754
754
  </div>
755
755
  <p class="since">Since 1.8</p>
@@ -783,7 +783,7 @@ is created from it.</p>
783
783
  </tr>
784
784
  <tr>
785
785
  <td class="parameter_name"><p>text_to_glyphs_func</p></td>
786
- <td class="parameter_description"><p>The text_to_glyphs callback, or <code class="literal">NULL</code></p></td>
786
+ <td class="parameter_description"><p>The text_to_glyphs callback, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
787
787
  <td class="parameter_annotations"> </td>
788
788
  </tr>
789
789
  </tbody>
@@ -816,7 +816,7 @@ cairo_user_font_face_get_text_to_glyphs_func
816
816
  <div class="refsect3">
817
817
  <a name="id-1.4.8.7.14.6"></a><h4>Returns</h4>
818
818
  <p> The text_to_glyphs callback of <em class="parameter"><code>font_face</code></em>
819
- or <code class="literal">NULL</code> if none set or an error occurred.</p>
819
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error occurred.</p>
820
820
  <p></p>
821
821
  </div>
822
822
  <p class="since">Since 1.8</p>
@@ -229,7 +229,7 @@ and can be used with functions such as <a class="link" href="cairo-Win32-Fonts.h
229
229
  <td class="parameter_name"><p>logfont</p></td>
230
230
  <td class="parameter_description"><p>A <span class="type">LOGFONTW</span> structure specifying the font to use.
231
231
  If <em class="parameter"><code>font</code></em>
232
- is <code class="literal">NULL</code> then the lfHeight, lfWidth, lfOrientation and lfEscapement
232
+ is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the lfHeight, lfWidth, lfOrientation and lfEscapement
233
233
  fields of this structure are ignored. Otherwise lfWidth, lfOrientation and
234
234
  lfEscapement must be zero.</p></td>
235
235
  <td class="parameter_annotations"> </td>
@@ -287,8 +287,8 @@ associated methods must be used for correct output.</p>
287
287
  <a name="cairo-win32-surface-get-dc"></a><h3>cairo_win32_surface_get_dc ()</h3>
288
288
  <pre class="programlisting"><span class="returnvalue">HDC</span>
289
289
  cairo_win32_surface_get_dc (<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>);</pre>
290
- <p>Returns the HDC associated with this surface, or <code class="literal">NULL</code> if none.
291
- Also returns <code class="literal">NULL</code> if the surface is not a win32 surface.</p>
290
+ <p>Returns the HDC associated with this surface, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
291
+ Also returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not a win32 surface.</p>
292
292
  <p>A call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> is required before using the HDC to
293
293
  ensure that all pending drawing operations are finished and to
294
294
  restore any temporary modification cairo has made to its state. A
@@ -311,7 +311,7 @@ the content of the HDC has been modified.</p>
311
311
  </div>
312
312
  <div class="refsect3">
313
313
  <a name="id-1.5.9.7.6.7"></a><h4>Returns</h4>
314
- <p> HDC or <code class="literal">NULL</code> if no HDC available.</p>
314
+ <p> HDC or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no HDC available.</p>
315
315
  <p></p>
316
316
  </div>
317
317
  <p class="since">Since 1.2</p>
@@ -323,7 +323,7 @@ the content of the HDC has been modified.</p>
323
323
  cairo_win32_surface_get_image (<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>);</pre>
324
324
  <p>Returns a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> image surface that refers to the same bits
325
325
  as the DIB of the Win32 surface. If the passed-in win32 surface
326
- is not a DIB surface, <code class="literal">NULL</code> is returned.</p>
326
+ is not a DIB surface, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
327
327
  <div class="refsect3">
328
328
  <a name="id-1.5.9.7.7.5"></a><h4>Parameters</h4>
329
329
  <div class="informaltable"><table width="100%" border="0">
@@ -342,7 +342,7 @@ is not a DIB surface, <code class="literal">NULL</code> is returned.</p>
342
342
  <div class="refsect3">
343
343
  <a name="id-1.5.9.7.7.6"></a><h4>Returns</h4>
344
344
  <p> a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> (owned by the win32 <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>),
345
- or <code class="literal">NULL</code> if the win32 surface is not a DIB.</p>
345
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the win32 surface is not a DIB.</p>
346
346
  <p></p>
347
347
  </div>
348
348
  <p class="since">Since 1.4</p>
@@ -513,7 +513,7 @@ constructor.</p>
513
513
  </div>
514
514
  <div class="refsect3">
515
515
  <a name="id-1.5.13.7.9.6"></a><h4>Returns</h4>
516
- <p> the Visual or <code class="literal">NULL</code> if there is no appropriate Visual for
516
+ <p> the Visual or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no appropriate Visual for
517
517
  <em class="parameter"><code>surface</code></em>
518
518
  .</p>
519
519
  <p></p>
@@ -187,7 +187,7 @@ value is the format passed to that constructor.</p>
187
187
  <a name="id-1.5.14.7.3.6"></a><h4>Returns</h4>
188
188
  <p> the XRenderPictFormat* associated with <em class="parameter"><code>surface</code></em>
189
189
  ,
190
- or <code class="literal">NULL</code> if the surface is not an xlib surface
190
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not an xlib surface
191
191
  or if the X Render extension is not available.</p>
192
192
  <p></p>
193
193
  </div>
@@ -485,7 +485,7 @@ cairo_device_set_user_data (<em class="parameter"><code><a class="link" href="ca
485
485
  <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>
486
486
  <p>Attach user data to <em class="parameter"><code>device</code></em>
487
487
  . To remove user data from a surface,
488
- call this function with the key that was used to set it and <code class="literal">NULL</code>
488
+ 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>
489
489
  for <em class="parameter"><code>data</code></em>
490
490
  .</p>
491
491
  <div class="refsect3">
@@ -539,7 +539,7 @@ cairo_device_get_user_data (<em class="parameter"><code><a class="link" href="ca
539
539
  <p>Return user data previously attached to <em class="parameter"><code>device</code></em>
540
540
  using the
541
541
  specified key. If no user data has been attached with the given
542
- key this function returns <code class="literal">NULL</code>.</p>
542
+ key this function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
543
543
  <div class="refsect3">
544
544
  <a name="id-1.5.2.7.10.5"></a><h4>Parameters</h4>
545
545
  <div class="informaltable"><table width="100%" border="0">
@@ -565,7 +565,7 @@ attached to</p></td>
565
565
  </div>
566
566
  <div class="refsect3">
567
567
  <a name="id-1.5.2.7.10.6"></a><h4>Returns</h4>
568
- <p> the user data previously attached or <code class="literal">NULL</code>.</p>
568
+ <p> 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>.</p>
569
569
  <p></p>
570
570
  </div>
571
571
  <p class="since">Since 1.10</p>
@@ -156,7 +156,7 @@ cairo_font_face_reference (<em class="parameter"><code><a class="link" href="cai
156
156
  </colgroup>
157
157
  <tbody><tr>
158
158
  <td class="parameter_name"><p>font_face</p></td>
159
- <td class="parameter_description"><p>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
159
+ <td class="parameter_description"><p>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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case this
160
160
  function does nothing).</p></td>
161
161
  <td class="parameter_annotations"> </td>
162
162
  </tr></tbody>
@@ -297,7 +297,7 @@ cairo_font_face_set_user_data (<em class="parameter"><code><a class="link" href=
297
297
  <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>
298
298
  <p>Attach user data to <em class="parameter"><code>font_face</code></em>
299
299
  . To remove user data from a font face,
300
- call this function with the key that was used to set it and <code class="literal">NULL</code>
300
+ 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>
301
301
  for <em class="parameter"><code>data</code></em>
302
302
  .</p>
303
303
  <div class="refsect3">
@@ -351,7 +351,7 @@ cairo_font_face_get_user_data (<em class="parameter"><code><a class="link" href=
351
351
  <p>Return user data previously attached to <em class="parameter"><code>font_face</code></em>
352
352
  using the specified
353
353
  key. If no user data has been attached with the given key this
354
- function returns <code class="literal">NULL</code>.</p>
354
+ function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
355
355
  <div class="refsect3">
356
356
  <a name="id-1.4.2.7.8.5"></a><h4>Parameters</h4>
357
357
  <div class="informaltable"><table width="100%" border="0">
@@ -377,7 +377,7 @@ attached to</p></td>
377
377
  </div>
378
378
  <div class="refsect3">
379
379
  <a name="id-1.4.2.7.8.6"></a><h4>Returns</h4>
380
- <p> the user data previously attached or <code class="literal">NULL</code>.</p>
380
+ <p> 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>.</p>
381
381
  <p></p>
382
382
  </div>
383
383
  <p class="since">Since 1.0</p>
@@ -408,8 +408,8 @@ cairo_font_options_equal (<em class="parameter"><code>const <a class="link" href
408
408
  </div>
409
409
  <div class="refsect3">
410
410
  <a name="id-1.4.4.7.8.6"></a><h4>Returns</h4>
411
- <p> <code class="literal">TRUE</code> if all fields of the two font options objects match.
412
- Note that this function will return <code class="literal">FALSE</code> if either object is in
411
+ <p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all fields of the two font options objects match.
412
+ Note that this function will return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if either object is in
413
413
  error.</p>
414
414
  <p></p>
415
415
  </div>