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
@@ -554,7 +554,7 @@ pattern.</p>
554
554
  </tr>
555
555
  <tr>
556
556
  <td class="parameter_name"><p>count</p></td>
557
- <td class="parameter_description"><p>return value for the number of color stops, or <code class="literal">NULL</code></p></td>
557
+ <td class="parameter_description"><p>return value for the number of color stops, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
558
558
  <td class="parameter_annotations"> </td>
559
559
  </tr>
560
560
  </tbody>
@@ -608,27 +608,27 @@ by <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop
608
608
  </tr>
609
609
  <tr>
610
610
  <td class="parameter_name"><p>offset</p></td>
611
- <td class="parameter_description"><p>return value for the offset of the stop, or <code class="literal">NULL</code></p></td>
611
+ <td class="parameter_description"><p>return value for the offset of the stop, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
612
612
  <td class="parameter_annotations"> </td>
613
613
  </tr>
614
614
  <tr>
615
615
  <td class="parameter_name"><p>red</p></td>
616
- <td class="parameter_description"><p>return value for red component of color, or <code class="literal">NULL</code></p></td>
616
+ <td class="parameter_description"><p>return value for red component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
617
617
  <td class="parameter_annotations"> </td>
618
618
  </tr>
619
619
  <tr>
620
620
  <td class="parameter_name"><p>green</p></td>
621
- <td class="parameter_description"><p>return value for green component of color, or <code class="literal">NULL</code></p></td>
621
+ <td class="parameter_description"><p>return value for green component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
622
622
  <td class="parameter_annotations"> </td>
623
623
  </tr>
624
624
  <tr>
625
625
  <td class="parameter_name"><p>blue</p></td>
626
- <td class="parameter_description"><p>return value for blue component of color, or <code class="literal">NULL</code></p></td>
626
+ <td class="parameter_description"><p>return value for blue component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
627
627
  <td class="parameter_annotations"> </td>
628
628
  </tr>
629
629
  <tr>
630
630
  <td class="parameter_name"><p>alpha</p></td>
631
- <td class="parameter_description"><p>return value for alpha component of color, or <code class="literal">NULL</code></p></td>
631
+ <td class="parameter_description"><p>return value for alpha component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
632
632
  <td class="parameter_annotations"> </td>
633
633
  </tr>
634
634
  </tbody>
@@ -779,22 +779,22 @@ cairo_pattern_get_rgba (<em class="parameter"><code><a class="link" href="cairo-
779
779
  </tr>
780
780
  <tr>
781
781
  <td class="parameter_name"><p>red</p></td>
782
- <td class="parameter_description"><p>return value for red component of color, or <code class="literal">NULL</code></p></td>
782
+ <td class="parameter_description"><p>return value for red component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
783
783
  <td class="parameter_annotations"> </td>
784
784
  </tr>
785
785
  <tr>
786
786
  <td class="parameter_name"><p>green</p></td>
787
- <td class="parameter_description"><p>return value for green component of color, or <code class="literal">NULL</code></p></td>
787
+ <td class="parameter_description"><p>return value for green component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
788
788
  <td class="parameter_annotations"> </td>
789
789
  </tr>
790
790
  <tr>
791
791
  <td class="parameter_name"><p>blue</p></td>
792
- <td class="parameter_description"><p>return value for blue component of color, or <code class="literal">NULL</code></p></td>
792
+ <td class="parameter_description"><p>return value for blue component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
793
793
  <td class="parameter_annotations"> </td>
794
794
  </tr>
795
795
  <tr>
796
796
  <td class="parameter_name"><p>alpha</p></td>
797
- <td class="parameter_description"><p>return value for alpha component of color, or <code class="literal">NULL</code></p></td>
797
+ <td class="parameter_description"><p>return value for alpha component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
798
798
  <td class="parameter_annotations"> </td>
799
799
  </tr>
800
800
  </tbody>
@@ -869,7 +869,7 @@ cairo_pattern_get_surface (<em class="parameter"><code><a class="link" href="cai
869
869
  </tr>
870
870
  <tr>
871
871
  <td class="parameter_name"><p>surface</p></td>
872
- <td class="parameter_description"><p>return value for surface of pattern, or <code class="literal">NULL</code></p></td>
872
+ <td class="parameter_description"><p>return value for surface of pattern, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
873
873
  <td class="parameter_annotations"> </td>
874
874
  </tr>
875
875
  </tbody>
@@ -971,22 +971,22 @@ cairo_pattern_get_linear_points (<em class="parameter"><code><a class="link" hre
971
971
  </tr>
972
972
  <tr>
973
973
  <td class="parameter_name"><p>x0</p></td>
974
- <td class="parameter_description"><p>return value for the x coordinate of the first point, or <code class="literal">NULL</code></p></td>
974
+ <td class="parameter_description"><p>return value for the x coordinate of the first point, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
975
975
  <td class="parameter_annotations"> </td>
976
976
  </tr>
977
977
  <tr>
978
978
  <td class="parameter_name"><p>y0</p></td>
979
- <td class="parameter_description"><p>return value for the y coordinate of the first point, or <code class="literal">NULL</code></p></td>
979
+ <td class="parameter_description"><p>return value for the y coordinate of the first point, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
980
980
  <td class="parameter_annotations"> </td>
981
981
  </tr>
982
982
  <tr>
983
983
  <td class="parameter_name"><p>x1</p></td>
984
- <td class="parameter_description"><p>return value for the x coordinate of the second point, or <code class="literal">NULL</code></p></td>
984
+ <td class="parameter_description"><p>return value for the x coordinate of the second point, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
985
985
  <td class="parameter_annotations"> </td>
986
986
  </tr>
987
987
  <tr>
988
988
  <td class="parameter_name"><p>y1</p></td>
989
- <td class="parameter_description"><p>return value for the y coordinate of the second point, or <code class="literal">NULL</code></p></td>
989
+ <td class="parameter_description"><p>return value for the y coordinate of the second point, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
990
990
  <td class="parameter_annotations"> </td>
991
991
  </tr>
992
992
  </tbody>
@@ -1104,32 +1104,32 @@ specified as a center coordinate and a radius.</p>
1104
1104
  </tr>
1105
1105
  <tr>
1106
1106
  <td class="parameter_name"><p>x0</p></td>
1107
- <td class="parameter_description"><p>return value for the x coordinate of the center of the first circle, or <code class="literal">NULL</code></p></td>
1107
+ <td class="parameter_description"><p>return value for the x coordinate of the center of the first circle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1108
1108
  <td class="parameter_annotations"> </td>
1109
1109
  </tr>
1110
1110
  <tr>
1111
1111
  <td class="parameter_name"><p>y0</p></td>
1112
- <td class="parameter_description"><p>return value for the y coordinate of the center of the first circle, or <code class="literal">NULL</code></p></td>
1112
+ <td class="parameter_description"><p>return value for the y coordinate of the center of the first circle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1113
1113
  <td class="parameter_annotations"> </td>
1114
1114
  </tr>
1115
1115
  <tr>
1116
1116
  <td class="parameter_name"><p>r0</p></td>
1117
- <td class="parameter_description"><p>return value for the radius of the first circle, or <code class="literal">NULL</code></p></td>
1117
+ <td class="parameter_description"><p>return value for the radius of the first circle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1118
1118
  <td class="parameter_annotations"> </td>
1119
1119
  </tr>
1120
1120
  <tr>
1121
1121
  <td class="parameter_name"><p>x1</p></td>
1122
- <td class="parameter_description"><p>return value for the x coordinate of the center of the second circle, or <code class="literal">NULL</code></p></td>
1122
+ <td class="parameter_description"><p>return value for the x coordinate of the center of the second circle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1123
1123
  <td class="parameter_annotations"> </td>
1124
1124
  </tr>
1125
1125
  <tr>
1126
1126
  <td class="parameter_name"><p>y1</p></td>
1127
- <td class="parameter_description"><p>return value for the y coordinate of the center of the second circle, or <code class="literal">NULL</code></p></td>
1127
+ <td class="parameter_description"><p>return value for the y coordinate of the center of the second circle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1128
1128
  <td class="parameter_annotations"> </td>
1129
1129
  </tr>
1130
1130
  <tr>
1131
1131
  <td class="parameter_name"><p>r1</p></td>
1132
- <td class="parameter_description"><p>return value for the radius of the second circle, or <code class="literal">NULL</code></p></td>
1132
+ <td class="parameter_description"><p>return value for the radius of the second circle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1133
1133
  <td class="parameter_annotations"> </td>
1134
1134
  </tr>
1135
1135
  </tbody>
@@ -1774,7 +1774,7 @@ during the definition of the first patch.</p>
1774
1774
  </tr>
1775
1775
  <tr>
1776
1776
  <td class="parameter_name"><p>count</p></td>
1777
- <td class="parameter_description"><p>return value for the number patches, or <code class="literal">NULL</code></p></td>
1777
+ <td class="parameter_description"><p>return value for the number patches, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1778
1778
  <td class="parameter_annotations"> </td>
1779
1779
  </tr>
1780
1780
  </tbody>
@@ -1883,12 +1883,12 @@ control points as explained in <a class="link" href="cairo-cairo-pattern-t.html#
1883
1883
  </tr>
1884
1884
  <tr>
1885
1885
  <td class="parameter_name"><p>x</p></td>
1886
- <td class="parameter_description"><p>return value for the x coordinate of the control point, or <code class="literal">NULL</code></p></td>
1886
+ <td class="parameter_description"><p>return value for the x coordinate of the control point, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1887
1887
  <td class="parameter_annotations"> </td>
1888
1888
  </tr>
1889
1889
  <tr>
1890
1890
  <td class="parameter_name"><p>y</p></td>
1891
- <td class="parameter_description"><p>return value for the y coordinate of the control point, or <code class="literal">NULL</code></p></td>
1891
+ <td class="parameter_description"><p>return value for the y coordinate of the control point, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1892
1892
  <td class="parameter_annotations"> </td>
1893
1893
  </tr>
1894
1894
  </tbody>
@@ -1955,22 +1955,22 @@ corners as explained in <a class="link" href="cairo-cairo-pattern-t.html#cairo-p
1955
1955
  </tr>
1956
1956
  <tr>
1957
1957
  <td class="parameter_name"><p>red</p></td>
1958
- <td class="parameter_description"><p>return value for red component of color, or <code class="literal">NULL</code></p></td>
1958
+ <td class="parameter_description"><p>return value for red component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1959
1959
  <td class="parameter_annotations"> </td>
1960
1960
  </tr>
1961
1961
  <tr>
1962
1962
  <td class="parameter_name"><p>green</p></td>
1963
- <td class="parameter_description"><p>return value for green component of color, or <code class="literal">NULL</code></p></td>
1963
+ <td class="parameter_description"><p>return value for green component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1964
1964
  <td class="parameter_annotations"> </td>
1965
1965
  </tr>
1966
1966
  <tr>
1967
1967
  <td class="parameter_name"><p>blue</p></td>
1968
- <td class="parameter_description"><p>return value for blue component of color, or <code class="literal">NULL</code></p></td>
1968
+ <td class="parameter_description"><p>return value for blue component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1969
1969
  <td class="parameter_annotations"> </td>
1970
1970
  </tr>
1971
1971
  <tr>
1972
1972
  <td class="parameter_name"><p>alpha</p></td>
1973
- <td class="parameter_description"><p>return value for alpha component of color, or <code class="literal">NULL</code></p></td>
1973
+ <td class="parameter_description"><p>return value for alpha component of color, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1974
1974
  <td class="parameter_annotations"> </td>
1975
1975
  </tr>
1976
1976
  </tbody>
@@ -2373,7 +2373,7 @@ cairo_pattern_set_user_data (<em class="parameter"><code><a class="link" href="c
2373
2373
  <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>
2374
2374
  <p>Attach user data to <em class="parameter"><code>pattern</code></em>
2375
2375
  . To remove user data from a surface,
2376
- call this function with the key that was used to set it and <code class="literal">NULL</code>
2376
+ 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>
2377
2377
  for <em class="parameter"><code>data</code></em>
2378
2378
  .</p>
2379
2379
  <div class="refsect3">
@@ -2427,7 +2427,7 @@ cairo_pattern_get_user_data (<em class="parameter"><code><a class="link" href="c
2427
2427
  <p>Return user data previously attached to <em class="parameter"><code>pattern</code></em>
2428
2428
  using the
2429
2429
  specified key. If no user data has been attached with the given
2430
- key this function returns <code class="literal">NULL</code>.</p>
2430
+ 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>
2431
2431
  <div class="refsect3">
2432
2432
  <a name="id-1.3.4.7.40.5"></a><h4>Parameters</h4>
2433
2433
  <div class="informaltable"><table width="100%" border="0">
@@ -2453,7 +2453,7 @@ attached to</p></td>
2453
2453
  </div>
2454
2454
  <div class="refsect3">
2455
2455
  <a name="id-1.3.4.7.40.6"></a><h4>Returns</h4>
2456
- <p> the user data previously attached or <code class="literal">NULL</code>.</p>
2456
+ <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>
2457
2457
  <p></p>
2458
2458
  </div>
2459
2459
  <p class="since">Since 1.4</p>
@@ -291,7 +291,7 @@ cairo_scaled_font_reference (<em class="parameter"><code><a class="link" href="c
291
291
  </colgroup>
292
292
  <tbody><tr>
293
293
  <td class="parameter_name"><p>scaled_font</p></td>
294
- <td class="parameter_description"><p>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
294
+ <td class="parameter_description"><p>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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case
295
295
  this function does nothing)</p></td>
296
296
  <td class="parameter_annotations"> </td>
297
297
  </tr></tbody>
@@ -513,7 +513,7 @@ cairo_scaled_font_text_to_glyphs (<em class="parameter"><code><a class="link" hr
513
513
  mapping, that can be used to render later using <em class="parameter"><code>scaled_font</code></em>
514
514
  .</p>
515
515
  <p>If <em class="parameter"><code>glyphs</code></em>
516
- initially points to a non-<code class="literal">NULL</code> value, that array is used
516
+ 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 is used
517
517
  as a glyph buffer, and <em class="parameter"><code>num_glyphs</code></em>
518
518
  should point to the number of glyph
519
519
  entries available there. If the provided glyph array is too short for
@@ -527,14 +527,14 @@ after the call, the user is responsible for freeing the allocated glyph
527
527
  array using <a class="link" href="cairo-text.html#cairo-glyph-free" title="cairo_glyph_free ()"><code class="function">cairo_glyph_free()</code></a>. This may happen even if the provided
528
528
  array was large enough.</p>
529
529
  <p>If <em class="parameter"><code>clusters</code></em>
530
- is not <code class="literal">NULL</code>, <em class="parameter"><code>num_clusters</code></em>
530
+ 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>
531
531
  and <em class="parameter"><code>cluster_flags</code></em>
532
- should not be <code class="literal">NULL</code>,
532
+ should not be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
533
533
  and cluster mapping will be computed.
534
534
  The semantics of how cluster array allocation works is similar to the glyph
535
535
  array. That is,
536
536
  if <em class="parameter"><code>clusters</code></em>
537
- initially points to a non-<code class="literal">NULL</code> value, that array is used
537
+ 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 is used
538
538
  as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em>
539
539
  should point to the number of cluster
540
540
  entries available there. If the provided cluster array is too short for
@@ -549,7 +549,7 @@ array using <a class="link" href="cairo-text.html#cairo-text-cluster-free" title
549
549
  array was large enough.</p>
550
550
  <p>In the simplest case, <em class="parameter"><code>glyphs</code></em>
551
551
  and <em class="parameter"><code>clusters</code></em>
552
- can point to <code class="literal">NULL</code> initially
552
+ can point to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> initially
553
553
  and a suitable array will be allocated. In code:</p>
554
554
  <div class="informalexample"><pre class="programlisting">
555
555
  cairo_status_t status;
@@ -682,19 +682,19 @@ in bytes, or -1 if it is NUL-terminated</p></td>
682
682
  </tr>
683
683
  <tr>
684
684
  <td class="parameter_name"><p>clusters</p></td>
685
- <td class="parameter_description"><p>pointer to array of cluster mapping information to fill, or <code class="literal">NULL</code></p></td>
685
+ <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>
686
686
  <td class="parameter_annotations"> </td>
687
687
  </tr>
688
688
  <tr>
689
689
  <td class="parameter_name"><p>num_clusters</p></td>
690
- <td class="parameter_description"><p>pointer to number of clusters, or <code class="literal">NULL</code></p></td>
690
+ <td class="parameter_description"><p>pointer to number of clusters, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
691
691
  <td class="parameter_annotations"> </td>
692
692
  </tr>
693
693
  <tr>
694
694
  <td class="parameter_name"><p>cluster_flags</p></td>
695
695
  <td class="parameter_description"><p>pointer to location to store cluster flags corresponding to the
696
696
  output <em class="parameter"><code>clusters</code></em>
697
- , or <code class="literal">NULL</code></p></td>
697
+ , or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
698
698
  <td class="parameter_annotations"> </td>
699
699
  </tr>
700
700
  </tbody>
@@ -956,7 +956,7 @@ cairo_scaled_font_set_user_data (<em class="parameter"><code><a class="link" hre
956
956
  <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>
957
957
  <p>Attach user data to <em class="parameter"><code>scaled_font</code></em>
958
958
  . To remove user data from a surface,
959
- call this function with the key that was used to set it and <code class="literal">NULL</code>
959
+ 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>
960
960
  for <em class="parameter"><code>data</code></em>
961
961
  .</p>
962
962
  <div class="refsect3">
@@ -1010,7 +1010,7 @@ cairo_scaled_font_get_user_data (<em class="parameter"><code><a class="link" hre
1010
1010
  <p>Return user data previously attached to <em class="parameter"><code>scaled_font</code></em>
1011
1011
  using the
1012
1012
  specified key. If no user data has been attached with the given
1013
- key this function returns <code class="literal">NULL</code>.</p>
1013
+ 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>
1014
1014
  <div class="refsect3">
1015
1015
  <a name="id-1.4.3.7.18.5"></a><h4>Parameters</h4>
1016
1016
  <div class="informaltable"><table width="100%" border="0">
@@ -1036,7 +1036,7 @@ attached to</p></td>
1036
1036
  </div>
1037
1037
  <div class="refsect3">
1038
1038
  <a name="id-1.4.3.7.18.6"></a><h4>Returns</h4>
1039
- <p> the user data previously attached or <code class="literal">NULL</code>.</p>
1039
+ <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>
1040
1040
  <p></p>
1041
1041
  </div>
1042
1042
  <p class="since">Since 1.4</p>
@@ -722,12 +722,12 @@ associated with the surface.</p>
722
722
  <a name="cairo-surface-flush"></a><h3>cairo_surface_flush ()</h3>
723
723
  <pre class="programlisting"><span class="returnvalue">void</span>
724
724
  cairo_surface_flush (<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>
725
- <p>Do any pending drawing for the surface and also restore any
726
- temporary modifications cairo has made to the surface's
727
- state. This function must be called before switching from
728
- drawing on the surface with cairo to drawing on it directly
729
- with native APIs. If the surface doesn't support direct access,
730
- then this function does nothing.</p>
725
+ <p>Do any pending drawing for the surface and also restore any temporary
726
+ modifications cairo has made to the surface's state. This function
727
+ must be called before switching from drawing on the surface with
728
+ cairo to drawing on it directly with native APIs, or accessing its
729
+ memory outside of Cairo. If the surface doesn't support direct
730
+ access, then this function does nothing.</p>
731
731
  <div class="refsect3">
732
732
  <a name="id-1.5.3.7.9.5"></a><h4>Parameters</h4>
733
733
  <div class="informaltable"><table width="100%" border="0">
@@ -771,7 +771,7 @@ See <a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo
771
771
  <div class="refsect3">
772
772
  <a name="id-1.5.3.7.10.6"></a><h4>Returns</h4>
773
773
  <p> The device for <em class="parameter"><code>surface</code></em>
774
- or <code class="literal">NULL</code> if the surface does
774
+ 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 does
775
775
  not have an associated device.</p>
776
776
  <p></p>
777
777
  </div>
@@ -1258,7 +1258,7 @@ cairo_surface_set_user_data (<em class="parameter"><code><a class="link" href="c
1258
1258
  <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>
1259
1259
  <p>Attach user data to <em class="parameter"><code>surface</code></em>
1260
1260
  . To remove user data from a surface,
1261
- call this function with the key that was used to set it and <code class="literal">NULL</code>
1261
+ 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>
1262
1262
  for <em class="parameter"><code>data</code></em>
1263
1263
  .</p>
1264
1264
  <div class="refsect3">
@@ -1312,7 +1312,7 @@ cairo_surface_get_user_data (<em class="parameter"><code><a class="link" href="c
1312
1312
  <p>Return user data previously attached to <em class="parameter"><code>surface</code></em>
1313
1313
  using the specified
1314
1314
  key. If no user data has been attached with the given key this
1315
- function returns <code class="literal">NULL</code>.</p>
1315
+ function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
1316
1316
  <div class="refsect3">
1317
1317
  <a name="id-1.5.3.7.24.5"></a><h4>Parameters</h4>
1318
1318
  <div class="informaltable"><table width="100%" border="0">
@@ -1338,7 +1338,7 @@ attached to</p></td>
1338
1338
  </div>
1339
1339
  <div class="refsect3">
1340
1340
  <a name="id-1.5.3.7.24.6"></a><h4>Returns</h4>
1341
- <p> the user data previously attached or <code class="literal">NULL</code>.</p>
1341
+ <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>
1342
1342
  <p></p>
1343
1343
  </div>
1344
1344
  <p class="since">Since 1.0</p>
@@ -1406,7 +1406,7 @@ cairo_surface_has_show_text_glyphs (<em class="parameter"><code><a class="link"
1406
1406
  sophisticated <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> operations. That is,
1407
1407
  whether it actually uses the provided text and cluster data
1408
1408
  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.</p>
1409
- <p>Note: Even if this function returns <code class="literal">FALSE</code>, a
1409
+ <p>Note: Even if this function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, a
1410
1410
  <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>
1411
1411
  will
1412
1412
  still succeed. It just will
@@ -1430,9 +1430,9 @@ target surface does not use it.</p>
1430
1430
  </div>
1431
1431
  <div class="refsect3">
1432
1432
  <a name="id-1.5.3.7.27.7"></a><h4>Returns</h4>
1433
- <p> <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em>
1433
+ <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>surface</code></em>
1434
1434
  supports
1435
- <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</p>
1435
+ <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="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
1436
1436
  <p></p>
1437
1437
  </div>
1438
1438
  <p class="since">Since 1.8</p>
@@ -1451,7 +1451,7 @@ cairo_surface_set_mime_data (<em class="parameter"><code><a class="link" href="c
1451
1451
  to <em class="parameter"><code>surface</code></em>
1452
1452
  . To remove
1453
1453
  the data from a surface, call this function with same mime type
1454
- and <code class="literal">NULL</code> for <em class="parameter"><code>data</code></em>
1454
+ and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>data</code></em>
1455
1455
  .</p>
1456
1456
  <p>The attached image (or filename) data can later be used by backends
1457
1457
  which support it (currently: PDF, PS, SVG and Win32 Printing
@@ -1541,7 +1541,7 @@ cairo_surface_get_mime_data (<em class="parameter"><code><a class="link" href="c
1541
1541
  using the
1542
1542
  specified mime type. If no data has been attached with the given
1543
1543
  mime type, <em class="parameter"><code>data</code></em>
1544
- is set <code class="literal">NULL</code>.</p>
1544
+ is set <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
1545
1545
  <div class="refsect3">
1546
1546
  <a name="id-1.5.3.7.29.5"></a><h4>Parameters</h4>
1547
1547
  <div class="informaltable"><table width="100%" border="0">
@@ -1609,10 +1609,10 @@ cairo_surface_supports_mime_type (<em class="parameter"><code><a class="link" hr
1609
1609
  </div>
1610
1610
  <div class="refsect3">
1611
1611
  <a name="id-1.5.3.7.30.6"></a><h4>Returns</h4>
1612
- <p> <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em>
1612
+ <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>surface</code></em>
1613
1613
  supports
1614
1614
  <em class="parameter"><code>mime_type</code></em>
1615
- , <code class="literal">FALSE</code> otherwise</p>
1615
+ , <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
1616
1616
  <p></p>
1617
1617
  </div>
1618
1618
  <p class="since">Since 1.12</p>
@@ -1626,7 +1626,7 @@ cairo_surface_map_to_image (<em class="parameter"><code><a class="link" href="ca
1626
1626
  <p>Returns an image surface that is the most efficient mechanism for
1627
1627
  modifying the backing store of the target surface. The region retrieved
1628
1628
  may be limited to the <em class="parameter"><code>extents</code></em>
1629
- or <code class="literal">NULL</code> for the whole surface</p>
1629
+ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the whole surface</p>
1630
1630
  <p>Note, the use of the original surface as a target or source whilst
1631
1631
  it is mapped is undefined. The result of mapping the surface
1632
1632
  multiple times is undefined. Calling <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> or
@@ -618,7 +618,7 @@ maintain a separate reference to it.</p>
618
618
  <p> a newly allocated <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with a reference
619
619
  count of 1. The initial reference count should be released
620
620
  with <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a> when you are done using the <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
621
- This function never returns <code class="literal">NULL</code>. If memory cannot be
621
+ This function never returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If memory cannot be
622
622
  allocated, a special <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> object will be returned on
623
623
  which <a class="link" href="cairo-cairo-t.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> returns <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>. If
624
624
  you attempt to target a surface which does not support
@@ -1437,7 +1437,7 @@ is not currently in effect).</p>
1437
1437
  cairo_get_dash (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
1438
1438
  <em class="parameter"><code><span class="type">double</span> *dashes</code></em>,
1439
1439
  <em class="parameter"><code><span class="type">double</span> *offset</code></em>);</pre>
1440
- <p>Gets the current dash array. If not <code class="literal">NULL</code>, <em class="parameter"><code>dashes</code></em>
1440
+ <p>Gets the current dash array. If not <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>dashes</code></em>
1441
1441
  should be big
1442
1442
  enough to hold at least the number of values returned by
1443
1443
  <a class="link" href="cairo-cairo-t.html#cairo-get-dash-count" title="cairo_get_dash_count ()"><code class="function">cairo_get_dash_count()</code></a>.</p>
@@ -1457,12 +1457,12 @@ enough to hold at least the number of values returned by
1457
1457
  </tr>
1458
1458
  <tr>
1459
1459
  <td class="parameter_name"><p>dashes</p></td>
1460
- <td class="parameter_description"><p>return value for the dash array, or <code class="literal">NULL</code></p></td>
1460
+ <td class="parameter_description"><p>return value for the dash array, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1461
1461
  <td class="parameter_annotations"> </td>
1462
1462
  </tr>
1463
1463
  <tr>
1464
1464
  <td class="parameter_name"><p>offset</p></td>
1465
- <td class="parameter_description"><p>return value for the current dash offset, or <code class="literal">NULL</code></p></td>
1465
+ <td class="parameter_description"><p>return value for the current dash offset, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
1466
1466
  <td class="parameter_annotations"> </td>
1467
1467
  </tr>
1468
1468
  </tbody>
@@ -2185,7 +2185,7 @@ be dereferenced.</p>
2185
2185
  <pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t"><span class="returnvalue">cairo_rectangle_list_t</span></a> *
2186
2186
  cairo_copy_clip_rectangle_list (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
2187
2187
  <p>Gets the current clip region as a list of rectangles in user coordinates.
2188
- Never returns <code class="literal">NULL</code>.</p>
2188
+ Never returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
2189
2189
  <p>The status in the list may be <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></a> to
2190
2190
  indicate that the clip region cannot be represented as a list of
2191
2191
  user-space rectangles. The status may have other values to indicate
@@ -2806,7 +2806,7 @@ cairo_set_user_data (<em class="parameter"><code><a class="link" href="cairo-cai
2806
2806
  <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>
2807
2807
  <p>Attach user data to <em class="parameter"><code>cr</code></em>
2808
2808
  . To remove user data from a surface,
2809
- call this function with the key that was used to set it and <code class="literal">NULL</code>
2809
+ 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>
2810
2810
  for <em class="parameter"><code>data</code></em>
2811
2811
  .</p>
2812
2812
  <div class="refsect3">
@@ -2860,7 +2860,7 @@ cairo_get_user_data (<em class="parameter"><code><a class="link" href="cairo-cai
2860
2860
  <p>Return user data previously attached to <em class="parameter"><code>cr</code></em>
2861
2861
  using the specified
2862
2862
  key. If no user data has been attached with the given key this
2863
- function returns <code class="literal">NULL</code>.</p>
2863
+ function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
2864
2864
  <div class="refsect3">
2865
2865
  <a name="id-1.3.2.7.61.5"></a><h4>Parameters</h4>
2866
2866
  <div class="informaltable"><table width="100%" border="0">
@@ -2886,7 +2886,7 @@ attached to</p></td>
2886
2886
  </div>
2887
2887
  <div class="refsect3">
2888
2888
  <a name="id-1.3.2.7.61.6"></a><h4>Returns</h4>
2889
- <p> the user data previously attached or <code class="literal">NULL</code>.</p>
2889
+ <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>
2890
2890
  <p></p>
2891
2891
  </div>
2892
2892
  <p class="since">Since 1.4</p>