cairo 1.14.1-x64-mingw32 → 1.14.2-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 (215) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +21 -0
  3. data/Rakefile +17 -6
  4. data/ext/cairo/cairo.def +1 -0
  5. data/ext/cairo/extconf.rb +23 -10
  6. data/ext/cairo/rb_cairo.c +3 -0
  7. data/ext/cairo/rb_cairo.h +3 -3
  8. data/ext/cairo/rb_cairo_context.c +1 -1
  9. data/ext/cairo/rb_cairo_io.c +4 -0
  10. data/ext/cairo/rb_cairo_io.h +2 -0
  11. data/ext/cairo/rb_cairo_pattern.c +4 -4
  12. data/ext/cairo/rb_cairo_private.h +2 -0
  13. data/ext/cairo/rb_cairo_surface.c +64 -232
  14. data/lib/2.0/cairo.so +0 -0
  15. data/lib/2.1/cairo.so +0 -0
  16. data/lib/2.2/cairo.so +0 -0
  17. data/lib/cairo.rb +20 -19
  18. data/lib/cairo/region.rb +14 -0
  19. data/test/test_region.rb +26 -0
  20. data/vendor/local/bin/fc-cache.exe +0 -0
  21. data/vendor/local/bin/fc-cat.exe +0 -0
  22. data/vendor/local/bin/fc-list.exe +0 -0
  23. data/vendor/local/bin/fc-match.exe +0 -0
  24. data/vendor/local/bin/fc-pattern.exe +0 -0
  25. data/vendor/local/bin/fc-query.exe +0 -0
  26. data/vendor/local/bin/fc-scan.exe +0 -0
  27. data/vendor/local/bin/fc-validate.exe +0 -0
  28. data/vendor/local/bin/freetype-config +2 -2
  29. data/vendor/local/bin/libcairo-2.dll +0 -0
  30. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  31. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  32. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  33. data/vendor/local/bin/libfreetype-6.dll +0 -0
  34. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  35. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  36. data/vendor/local/bin/libpng-config +1 -1
  37. data/vendor/local/bin/libpng16-16.dll +0 -0
  38. data/vendor/local/bin/libpng16-config +1 -1
  39. data/vendor/local/bin/libstdc++-6.dll +0 -0
  40. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  41. data/vendor/local/bin/libxml2-2.dll +0 -0
  42. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  43. data/vendor/local/bin/pngfix.exe +0 -0
  44. data/vendor/local/bin/xmlcatalog.exe +0 -0
  45. data/vendor/local/bin/xmllint.exe +0 -0
  46. data/vendor/local/bin/zlib1.dll +0 -0
  47. data/vendor/local/include/cairo/cairo-version.h +1 -1
  48. data/vendor/local/include/freetype2/config/ftconfig.h +19 -2
  49. data/vendor/local/include/freetype2/config/ftheader.h +7 -5
  50. data/vendor/local/include/freetype2/config/ftoption.h +9 -22
  51. data/vendor/local/include/freetype2/config/ftstdlib.h +2 -3
  52. data/vendor/local/include/freetype2/freetype.h +38 -17
  53. data/vendor/local/include/freetype2/ft2build.h +1 -1
  54. data/vendor/local/include/freetype2/ftadvanc.h +2 -2
  55. data/vendor/local/include/freetype2/ftautoh.h +50 -2
  56. data/vendor/local/include/freetype2/ftbbox.h +1 -1
  57. data/vendor/local/include/freetype2/ftbdf.h +1 -1
  58. data/vendor/local/include/freetype2/ftbitmap.h +11 -3
  59. data/vendor/local/include/freetype2/ftbzip2.h +1 -1
  60. data/vendor/local/include/freetype2/ftcache.h +3 -3
  61. data/vendor/local/include/freetype2/ftcffdrv.h +1 -1
  62. data/vendor/local/include/freetype2/ftcid.h +2 -1
  63. data/vendor/local/include/freetype2/fterrdef.h +1 -1
  64. data/vendor/local/include/freetype2/fterrors.h +1 -1
  65. data/vendor/local/include/freetype2/{ftxf86.h → ftfntfmt.h} +22 -14
  66. data/vendor/local/include/freetype2/ftgasp.h +1 -1
  67. data/vendor/local/include/freetype2/ftglyph.h +1 -1
  68. data/vendor/local/include/freetype2/ftgxval.h +1 -1
  69. data/vendor/local/include/freetype2/ftgzip.h +1 -1
  70. data/vendor/local/include/freetype2/ftimage.h +7 -13
  71. data/vendor/local/include/freetype2/ftincrem.h +1 -1
  72. data/vendor/local/include/freetype2/ftlcdfil.h +2 -2
  73. data/vendor/local/include/freetype2/ftlist.h +1 -1
  74. data/vendor/local/include/freetype2/ftlzw.h +1 -1
  75. data/vendor/local/include/freetype2/ftmac.h +1 -1
  76. data/vendor/local/include/freetype2/ftmm.h +17 -11
  77. data/vendor/local/include/freetype2/ftmodapi.h +4 -2
  78. data/vendor/local/include/freetype2/ftmoderr.h +1 -1
  79. data/vendor/local/include/freetype2/ftotval.h +1 -1
  80. data/vendor/local/include/freetype2/ftoutln.h +1 -1
  81. data/vendor/local/include/freetype2/ftpfr.h +1 -1
  82. data/vendor/local/include/freetype2/ftrender.h +3 -8
  83. data/vendor/local/include/freetype2/ftsizes.h +1 -1
  84. data/vendor/local/include/freetype2/ftsnames.h +1 -1
  85. data/vendor/local/include/freetype2/ftstroke.h +1 -1
  86. data/vendor/local/include/freetype2/ftsynth.h +5 -3
  87. data/vendor/local/include/freetype2/ftsystem.h +10 -1
  88. data/vendor/local/include/freetype2/fttrigon.h +1 -1
  89. data/vendor/local/include/freetype2/ftttdrv.h +85 -22
  90. data/vendor/local/include/freetype2/fttypes.h +1 -1
  91. data/vendor/local/include/freetype2/ftwinfnt.h +3 -3
  92. data/vendor/local/include/freetype2/t1tables.h +4 -3
  93. data/vendor/local/include/freetype2/ttnameid.h +116 -116
  94. data/vendor/local/include/freetype2/tttables.h +2 -2
  95. data/vendor/local/include/freetype2/tttags.h +1 -1
  96. data/vendor/local/include/freetype2/ttunpat.h +1 -1
  97. data/vendor/local/include/libpng16/png.h +63 -80
  98. data/vendor/local/include/libpng16/pngconf.h +8 -30
  99. data/vendor/local/include/libpng16/pnglibconf.h +10 -4
  100. data/vendor/local/include/png.h +63 -80
  101. data/vendor/local/include/pngconf.h +8 -30
  102. data/vendor/local/include/pnglibconf.h +10 -4
  103. data/vendor/local/lib/libcairo-gobject.a +0 -0
  104. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  105. data/vendor/local/lib/libcairo-gobject.la +2 -2
  106. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  107. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  108. data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
  109. data/vendor/local/lib/libcairo.a +0 -0
  110. data/vendor/local/lib/libcairo.dll.a +0 -0
  111. data/vendor/local/lib/libcairo.la +2 -2
  112. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  113. data/vendor/local/lib/libfreetype.a +0 -0
  114. data/vendor/local/lib/libfreetype.dll.a +0 -0
  115. data/vendor/local/lib/libfreetype.la +4 -4
  116. data/vendor/local/lib/libpixman-1.a +0 -0
  117. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  118. data/vendor/local/lib/libpng.a +0 -0
  119. data/vendor/local/lib/libpng.dll.a +0 -0
  120. data/vendor/local/lib/libpng.la +4 -4
  121. data/vendor/local/lib/libpng16.a +0 -0
  122. data/vendor/local/lib/libpng16.dll.a +0 -0
  123. data/vendor/local/lib/libpng16.la +4 -4
  124. data/vendor/local/lib/libxml2.a +0 -0
  125. data/vendor/local/lib/libxml2.dll.a +0 -0
  126. data/vendor/local/lib/libz.a +0 -0
  127. data/vendor/local/lib/libz.dll.a +0 -0
  128. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  129. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  130. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  131. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  132. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  133. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  135. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  142. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  143. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +12 -12
  144. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +12 -12
  145. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +12 -12
  146. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +13 -13
  147. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +12 -12
  148. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +35 -35
  149. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +10 -10
  150. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +11 -11
  151. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +13 -13
  152. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +294 -225
  153. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +387 -269
  154. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +432 -302
  155. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +325 -217
  156. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +298 -193
  157. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +1121 -812
  158. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +513 -383
  159. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +126 -83
  160. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +172 -119
  161. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +581 -372
  162. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +179 -130
  163. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +888 -539
  164. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +287 -192
  165. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +374 -231
  166. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +395 -219
  167. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +125 -75
  168. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +630 -464
  169. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +225 -200
  170. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +336 -214
  171. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +277 -186
  172. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +495 -350
  173. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +557 -362
  174. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +158 -111
  175. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +655 -441
  176. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +389 -280
  177. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +667 -451
  178. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +579 -351
  179. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +2006 -1545
  180. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +892 -618
  181. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +1624 -1188
  182. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +2903 -2104
  183. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +13 -13
  184. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +13 -13
  185. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +13 -13
  186. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +13 -13
  187. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +1115 -758
  188. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +419 -604
  189. data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
  190. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +56 -56
  191. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +70 -70
  192. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +58 -58
  193. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +39 -39
  194. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +30 -30
  195. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +38 -38
  196. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +426 -426
  197. data/vendor/local/share/gtk-doc/html/cairo/index.html +6 -6
  198. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +234 -325
  199. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +12 -12
  200. data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
  201. data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
  202. data/vendor/local/share/gtk-doc/html/cairo/right-insensitive.png +0 -0
  203. data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
  204. data/vendor/local/share/gtk-doc/html/cairo/style.css +221 -26
  205. data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
  206. data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
  207. data/vendor/local/share/license/cairo/README +1 -1
  208. data/vendor/local/share/license/freetype/README +6 -6
  209. data/vendor/local/share/license/freetype/README.git +1 -1
  210. data/vendor/local/share/license/libpng/README +2 -2
  211. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  212. data/vendor/local/share/man/man3/libpng.3 +85 -92
  213. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  214. data/vendor/local/share/man/man5/png.5 +1 -1
  215. metadata +23 -19
@@ -2,30 +2,27 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Version Information</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>Cairo: A Vector Graphics Library: Version Information</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
  <link rel="up" href="cairo-support.html" title="Utilities">
9
9
  <link rel="prev" href="cairo-Error-handling.html" title="Error handling">
10
10
  <link rel="next" href="cairo-Types.html" title="Types">
11
- <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.20 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="cairo-Error-handling.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="cairo-support.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">Cairo: A Vector Graphics Library</th>
21
- <td><a accesskey="n" href="cairo-Types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#cairo-Version-Information.synopsis" class="shortcut">Top</a>
25
-  | 
26
- <a href="#cairo-Version-Information.description" class="shortcut">Description</a>
27
- </td></tr>
28
- </table>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
18
+ <a href="#cairo-Version-Information.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
19
+ <a href="#cairo-Version-Information.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="cairo-support.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="cairo-Error-handling.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="cairo-Types.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="refentry">
30
27
  <a name="cairo-Version-Information"></a><div class="titlepage"></div>
31
28
  <div class="refnamediv"><table width="100%"><tr>
@@ -33,35 +30,88 @@
33
30
  <h2><span class="refentrytitle"><a name="cairo-Version-Information.top_of_page"></a>Version Information</span></h2>
34
31
  <p>Version Information — Compile-time and run-time version checks.</p>
35
32
  </td>
36
- <td valign="top" align="right"></td>
33
+ <td class="gallery_image" valign="top" align="right"></td>
37
34
  </tr></table></div>
38
- <div class="refsynopsisdiv">
39
- <a name="cairo-Version-Information.synopsis"></a><h2>Synopsis</h2>
40
- <pre class="synopsis">#define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION">CAIRO_VERSION</a>
41
- #define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS" title="CAIRO_VERSION_MAJOR">CAIRO_VERSION_MAJOR</a>
42
- #define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS" title="CAIRO_VERSION_MINOR">CAIRO_VERSION_MINOR</a>
43
- #define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS" title="CAIRO_VERSION_MICRO">CAIRO_VERSION_MICRO</a>
44
- #define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING">CAIRO_VERSION_STRING</a>
45
- #define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS" title="CAIRO_VERSION_ENCODE()">CAIRO_VERSION_ENCODE</a> (major,
46
- minor,
47
- micro)
48
- #define <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS" title="CAIRO_VERSION_STRINGIZE()">CAIRO_VERSION_STRINGIZE</a> (major,
49
- minor,
50
- micro)
51
- <span class="returnvalue">int</span> <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()">cairo_version</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
52
- const <span class="returnvalue">char</span> * <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()">cairo_version_string</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
35
+ <div class="refsect1">
36
+ <a name="cairo-Version-Information.functions"></a><h2>Functions</h2>
37
+ <div class="informaltable"><table width="100%" border="0">
38
+ <colgroup>
39
+ <col width="150px" class="functions_return">
40
+ <col class="functions_name">
41
+ </colgroup>
42
+ <tbody>
43
+ <tr>
44
+ <td class="define_keyword">#define</td>
45
+ <td class="function_name">
46
+ <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS" title="CAIRO_VERSION_ENCODE()">CAIRO_VERSION_ENCODE</a><span class="c_punctuation">()</span>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td class="define_keyword">#define</td>
51
+ <td class="function_name">
52
+ <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRINGIZE:CAPS" title="CAIRO_VERSION_STRINGIZE()">CAIRO_VERSION_STRINGIZE</a><span class="c_punctuation">()</span>
53
+ </td>
54
+ </tr>
55
+ <tr>
56
+ <td class="function_type">
57
+ <span class="returnvalue">int</span>
58
+ </td>
59
+ <td class="function_name">
60
+ <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()">cairo_version</a> <span class="c_punctuation">()</span>
61
+ </td>
62
+ </tr>
63
+ <tr>
64
+ <td class="function_type">const <span class="returnvalue">char</span> *
65
+ </td>
66
+ <td class="function_name">
67
+ <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()">cairo_version_string</a> <span class="c_punctuation">()</span>
68
+ </td>
69
+ </tr>
70
+ </tbody>
71
+ </table></div>
72
+ </div>
73
+ <div class="refsect1">
74
+ <a name="cairo-Version-Information.other"></a><h2>Types and Values</h2>
75
+ <div class="informaltable"><table width="100%" border="0">
76
+ <colgroup>
77
+ <col width="150px" class="name">
78
+ <col class="description">
79
+ </colgroup>
80
+ <tbody>
81
+ <tr>
82
+ <td class="define_keyword">#define</td>
83
+ <td class="function_name"><a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION">CAIRO_VERSION</a></td>
84
+ </tr>
85
+ <tr>
86
+ <td class="define_keyword">#define</td>
87
+ <td class="function_name"><a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-MAJOR:CAPS" title="CAIRO_VERSION_MAJOR">CAIRO_VERSION_MAJOR</a></td>
88
+ </tr>
89
+ <tr>
90
+ <td class="define_keyword">#define</td>
91
+ <td class="function_name"><a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-MINOR:CAPS" title="CAIRO_VERSION_MINOR">CAIRO_VERSION_MINOR</a></td>
92
+ </tr>
93
+ <tr>
94
+ <td class="define_keyword">#define</td>
95
+ <td class="function_name"><a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-MICRO:CAPS" title="CAIRO_VERSION_MICRO">CAIRO_VERSION_MICRO</a></td>
96
+ </tr>
97
+ <tr>
98
+ <td class="define_keyword">#define</td>
99
+ <td class="function_name"><a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING">CAIRO_VERSION_STRING</a></td>
100
+ </tr>
101
+ </tbody>
102
+ </table></div>
103
+ </div>
104
+ <div class="refsect1">
105
+ <a name="cairo-Version-Information.object-hierarchy"></a><h2>Object Hierarchy</h2>
106
+ <pre class="screen">
53
107
  </pre>
54
108
  </div>
55
109
  <div class="refsect1">
56
110
  <a name="cairo-Version-Information.description"></a><h2>Description</h2>
57
- <p>
58
- Cairo has a three-part version number scheme. In this scheme, we use
111
+ <p>Cairo has a three-part version number scheme. In this scheme, we use
59
112
  even vs. odd numbers to distinguish fixed points in the software
60
113
  vs. in-progress development, (such as from git instead of a tar file,
61
- or as a "snapshot" tar file as opposed to a "release" tar file).
62
- </p>
63
- <p>
64
- </p>
114
+ or as a "snapshot" tar file as opposed to a "release" tar file).</p>
65
115
  <div class="informalexample"><pre class="screen">
66
116
  _____ Major. Always 1, until we invent a new scheme.
67
117
  / ___ Minor. Even/Odd = Release/Snapshot (tar files) or Branch/Head (git)
@@ -69,11 +119,7 @@ or as a "snapshot" tar file as opposed to a "release" tar file).
69
119
  | | /
70
120
  1.0.0
71
121
  </pre></div>
72
- <p>
73
- </p>
74
- <p>
75
- Here are a few examples of versions that one might see.
76
- </p>
122
+ <p>Here are a few examples of versions that one might see.</p>
77
123
  <div class="informalexample"><pre class="screen">
78
124
  Releases
79
125
  --------
@@ -90,46 +136,39 @@ In-progress development (eg. from git)
90
136
  1.0.1 - Development on a maintenance branch (toward 1.0.2 release)
91
137
  1.1.1 - Development on head (toward 1.1.2 snapshot and 1.2.0 release)
92
138
  </pre></div>
93
- <p>
94
- </p>
95
139
  <div class="refsect2">
96
- <a name="idp20538704"></a><h3>Compatibility</h3>
97
- <p>
140
+ <a name="id-1.6.4.6.6"></a><h3>Compatibility</h3>
141
+
98
142
  The API/ABI compatibility guarantees for various versions are as
99
143
  follows. First, let's assume some cairo-using application code that is
100
144
  successfully using the API/ABI "from" one version of cairo. Then let's
101
145
  ask the question whether this same code can be moved "to" the API/ABI
102
146
  of another version of cairo.
103
- </p>
104
- <p>
147
+
105
148
  Moving from a release to any later version (release, snapshot,
106
149
  development) is always guaranteed to provide compatibility.
107
- </p>
108
- <p>
150
+
109
151
  Moving from a snapshot to any later version is not guaranteed to
110
152
  provide compatibility, since snapshots may introduce new API that ends
111
153
  up being removed before the next release.
112
- </p>
113
- <p>
154
+
114
155
  Moving from an in-development version (odd micro component) to any
115
156
  later version is not guaranteed to provide compatibility. In fact,
116
157
  there's not even a guarantee that the code will even continue to work
117
158
  with the same in-development version number. This is because these
118
159
  numbers don't correspond to any fixed state of the software, but
119
160
  rather the many states between snapshots and releases.
120
- </p>
161
+
121
162
  </div>
122
163
  <hr>
123
164
  <div class="refsect2">
124
- <a name="idp20542336"></a><h3>Examining the version</h3>
125
- <p>
165
+ <a name="id-1.6.4.6.7"></a><h3>Examining the version</h3>
166
+
126
167
  Cairo provides the ability to examine the version at either
127
168
  compile-time or run-time and in both a human-readable form as well as
128
169
  an encoded form suitable for direct comparison. Cairo also provides the
129
170
  macro <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS" title="CAIRO_VERSION_ENCODE()"><code class="function">CAIRO_VERSION_ENCODE()</code></a> to perform the encoding.
130
- </p>
131
- <p>
132
- </p>
171
+
133
172
  <div class="informalexample"><pre class="screen">
134
173
  Compile-time
135
174
  ------------
@@ -138,17 +177,13 @@ CAIRO_VERSION Encoded, suitable for comparison
138
177
   
139
178
  Run-time
140
179
  --------
141
- <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> Human-readable
142
- <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()"><code class="function">cairo_version()</code></a> Encoded, suitable for comparison
180
+ <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> Human-readable
181
+ <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()"><code class="function">cairo_version()</code></a> Encoded, suitable for comparison
143
182
  </pre></div>
144
- <p>
145
- </p>
146
- <p>
183
+
147
184
  For example, checking that the cairo version is greater than or equal
148
185
  to 1.0.0 could be achieved at compile-time or run-time as follows:
149
- </p>
150
- <p>
151
- </p>
186
+
152
187
  <div class="informalexample"><pre class="programlisting">
153
188
  ##if CAIRO_VERSION &gt;= CAIRO_VERSION_ENCODE(1, 0, 0)
154
189
  printf ("Compiling with suitable cairo version: %s\n", %CAIRO_VERSION_STRING);
@@ -157,186 +192,176 @@ printf ("Compiling with suitable cairo version: %s\n", %CAIRO_VERSION_STRING);
157
192
  if (cairo_version() &gt;= CAIRO_VERSION_ENCODE(1, 0, 0))
158
193
  printf ("Running with suitable cairo version: %s\n", cairo_version_string ());
159
194
  </pre></div>
160
- <p>
161
- </p>
162
195
  </div>
163
- <p>
164
- </p>
165
196
  </div>
166
197
  <div class="refsect1">
167
- <a name="cairo-Version-Information.details"></a><h2>Details</h2>
168
- <div class="refsect2">
169
- <a name="CAIRO-VERSION:CAPS"></a><h3>CAIRO_VERSION</h3>
170
- <pre class="programlisting">#define CAIRO_VERSION</pre>
171
- <p>
172
- The version of cairo available at compile-time, encoded using
173
- <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS" title="CAIRO_VERSION_ENCODE()"><code class="function">CAIRO_VERSION_ENCODE()</code></a>.
174
- </p>
175
- <p class="since">Since 1.0</p>
176
- </div>
177
- <hr>
178
- <div class="refsect2">
179
- <a name="CAIRO-VERSION-MAJOR:CAPS"></a><h3>CAIRO_VERSION_MAJOR</h3>
180
- <pre class="programlisting">#define CAIRO_VERSION_MAJOR USE_cairo_version_OR_cairo_version_string_INSTEAD
181
- </pre>
182
- <p>
183
- The major component of the version of cairo available at compile-time.
184
- </p>
185
- <p class="since">Since 1.0</p>
186
- </div>
187
- <hr>
188
- <div class="refsect2">
189
- <a name="CAIRO-VERSION-MINOR:CAPS"></a><h3>CAIRO_VERSION_MINOR</h3>
190
- <pre class="programlisting">#define CAIRO_VERSION_MINOR USE_cairo_version_OR_cairo_version_string_INSTEAD
191
- </pre>
192
- <p>
193
- The minor component of the version of cairo available at compile-time.
194
- </p>
195
- <p class="since">Since 1.0</p>
196
- </div>
197
- <hr>
198
- <div class="refsect2">
199
- <a name="CAIRO-VERSION-MICRO:CAPS"></a><h3>CAIRO_VERSION_MICRO</h3>
200
- <pre class="programlisting">#define CAIRO_VERSION_MICRO USE_cairo_version_OR_cairo_version_string_INSTEAD
201
- </pre>
202
- <p>
203
- The micro component of the version of cairo available at compile-time.
204
- </p>
205
- <p class="since">Since 1.0</p>
206
- </div>
207
- <hr>
208
- <div class="refsect2">
209
- <a name="CAIRO-VERSION-STRING:CAPS"></a><h3>CAIRO_VERSION_STRING</h3>
210
- <pre class="programlisting">#define CAIRO_VERSION_STRING</pre>
211
- <p>
212
- A human-readable string literal containing the version of cairo available
213
- at compile-time, in the form of "X.Y.Z".
214
- </p>
215
- <p class="since">Since 1.8</p>
216
- </div>
217
- <hr>
198
+ <a name="cairo-Version-Information.functions_details"></a><h2>Functions</h2>
218
199
  <div class="refsect2">
219
200
  <a name="CAIRO-VERSION-ENCODE:CAPS"></a><h3>CAIRO_VERSION_ENCODE()</h3>
220
201
  <pre class="programlisting">#define CAIRO_VERSION_ENCODE(major, minor, micro)</pre>
221
- <p>
222
- This macro encodes the given cairo version into an integer. The numbers
223
- returned by <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a> and <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()"><code class="function">cairo_version()</code></a> are encoded using this macro.
202
+ <p>This macro encodes the given cairo version into an integer. The numbers
203
+ returned by <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a> and <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()"><code class="function">cairo_version()</code></a> are encoded using this macro.
224
204
  Two encoded version numbers can be compared as integers. The encoding ensures
225
- that later versions compare greater than earlier versions.
226
- </p>
227
- <div class="variablelist"><table border="0">
228
- <col align="left" valign="top">
205
+ that later versions compare greater than earlier versions.</p>
206
+ <div class="refsect3">
207
+ <a name="id-1.6.4.7.2.5"></a><h4>Parameters</h4>
208
+ <div class="informaltable"><table width="100%" border="0">
209
+ <colgroup>
210
+ <col width="150px" class="parameters_name">
211
+ <col class="parameters_description">
212
+ <col width="200px" class="parameters_annotations">
213
+ </colgroup>
229
214
  <tbody>
230
215
  <tr>
231
- <td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
232
- <td>the major component of the version number</td>
216
+ <td class="parameter_name"><p>major</p></td>
217
+ <td class="parameter_description"><p>the major component of the version number</p></td>
218
+ <td class="parameter_annotations"> </td>
233
219
  </tr>
234
220
  <tr>
235
- <td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
236
- <td>the minor component of the version number</td>
221
+ <td class="parameter_name"><p>minor</p></td>
222
+ <td class="parameter_description"><p>the minor component of the version number</p></td>
223
+ <td class="parameter_annotations"> </td>
237
224
  </tr>
238
225
  <tr>
239
- <td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
240
- <td>the micro component of the version number</td>
241
- </tr>
242
- <tr>
243
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
244
- <td>the encoded version.</td>
226
+ <td class="parameter_name"><p>micro</p></td>
227
+ <td class="parameter_description"><p>the micro component of the version number</p></td>
228
+ <td class="parameter_annotations"> </td>
245
229
  </tr>
246
230
  </tbody>
247
231
  </table></div>
232
+ </div>
233
+ <div class="refsect3">
234
+ <a name="id-1.6.4.7.2.6"></a><h4>Returns</h4>
235
+ <p> the encoded version.</p>
236
+ <p></p>
237
+ </div>
248
238
  <p class="since">Since 1.0</p>
249
239
  </div>
250
240
  <hr>
251
241
  <div class="refsect2">
252
242
  <a name="CAIRO-VERSION-STRINGIZE:CAPS"></a><h3>CAIRO_VERSION_STRINGIZE()</h3>
253
243
  <pre class="programlisting">#define CAIRO_VERSION_STRINGIZE(major, minor, micro)</pre>
254
- <p>
255
- This macro encodes the given cairo version into an string. The numbers
256
- returned by <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a> and <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> are encoded using this macro.
257
- The parameters to this macro must expand to numerical literals.
258
- </p>
259
- <div class="variablelist"><table border="0">
260
- <col align="left" valign="top">
244
+ <p>This macro encodes the given cairo version into an string. The numbers
245
+ returned by <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a> and <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> are encoded using this macro.
246
+ The parameters to this macro must expand to numerical literals.</p>
247
+ <div class="refsect3">
248
+ <a name="id-1.6.4.7.3.5"></a><h4>Parameters</h4>
249
+ <div class="informaltable"><table width="100%" border="0">
250
+ <colgroup>
251
+ <col width="150px" class="parameters_name">
252
+ <col class="parameters_description">
253
+ <col width="200px" class="parameters_annotations">
254
+ </colgroup>
261
255
  <tbody>
262
256
  <tr>
263
- <td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
264
- <td>the major component of the version number</td>
257
+ <td class="parameter_name"><p>major</p></td>
258
+ <td class="parameter_description"><p>the major component of the version number</p></td>
259
+ <td class="parameter_annotations"> </td>
265
260
  </tr>
266
261
  <tr>
267
- <td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
268
- <td>the minor component of the version number</td>
262
+ <td class="parameter_name"><p>minor</p></td>
263
+ <td class="parameter_description"><p>the minor component of the version number</p></td>
264
+ <td class="parameter_annotations"> </td>
269
265
  </tr>
270
266
  <tr>
271
- <td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
272
- <td>the micro component of the version number</td>
273
- </tr>
274
- <tr>
275
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
276
- <td>a string literal containing the version.</td>
267
+ <td class="parameter_name"><p>micro</p></td>
268
+ <td class="parameter_description"><p>the micro component of the version number</p></td>
269
+ <td class="parameter_annotations"> </td>
277
270
  </tr>
278
271
  </tbody>
279
272
  </table></div>
273
+ </div>
274
+ <div class="refsect3">
275
+ <a name="id-1.6.4.7.3.6"></a><h4>Returns</h4>
276
+ <p> a string literal containing the version.</p>
277
+ <p></p>
278
+ </div>
280
279
  <p class="since">Since 1.8</p>
281
280
  </div>
282
281
  <hr>
283
282
  <div class="refsect2">
284
- <a name="cairo-version"></a><h3>cairo_version ()</h3>
285
- <pre class="programlisting"><span class="returnvalue">int</span> cairo_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
286
- <p>
287
- Returns the version of the cairo library encoded in a single
283
+ <a name="cairo-version"></a><h3>cairo_version ()</h3>
284
+ <pre class="programlisting"><span class="returnvalue">int</span>
285
+ cairo_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
286
+ <p>Returns the version of the cairo library encoded in a single
288
287
  integer as per <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS" title="CAIRO_VERSION_ENCODE()"><code class="literal">CAIRO_VERSION_ENCODE</code></a>. The encoding ensures that
289
- later versions compare greater than earlier versions.
290
- </p>
291
- <p>
292
- A run-time comparison to check that cairo's version is greater than
293
- or equal to version X.Y.Z could be performed as follows:
294
- </p>
295
- <p>
296
- </p>
288
+ later versions compare greater than earlier versions.</p>
289
+ <p>A run-time comparison to check that cairo's version is greater than
290
+ or equal to version X.Y.Z could be performed as follows:</p>
297
291
  <div class="informalexample"><pre class="programlisting">
298
292
  if (cairo_version() &gt;= CAIRO_VERSION_ENCODE(X,Y,Z)) {...}
299
293
  </pre></div>
300
- <p>
301
- </p>
302
- <p>
303
- See also <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> as well as the compile-time
304
- equivalents <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a> and <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a>.
305
- </p>
306
- <div class="variablelist"><table border="0">
307
- <col align="left" valign="top">
308
- <tbody><tr>
309
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
310
- <td>the encoded version.</td>
311
- </tr></tbody>
312
- </table></div>
294
+ <p>See also <a class="link" href="cairo-Version-Information.html#cairo-version-string" title="cairo_version_string ()"><code class="function">cairo_version_string()</code></a> as well as the compile-time
295
+ equivalents <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a> and <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a>.</p>
296
+ <div class="refsect3">
297
+ <a name="id-1.6.4.7.4.8"></a><h4>Returns</h4>
298
+ <p> the encoded version.</p>
299
+ <p></p>
300
+ </div>
313
301
  <p class="since">Since 1.0</p>
314
302
  </div>
315
303
  <hr>
316
304
  <div class="refsect2">
317
- <a name="cairo-version-string"></a><h3>cairo_version_string ()</h3>
318
- <pre class="programlisting">const <span class="returnvalue">char</span> * cairo_version_string (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
319
- <p>
320
- Returns the version of the cairo library as a human-readable string
321
- of the form "X.Y.Z".
322
- </p>
323
- <p>
324
- See also <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()"><code class="function">cairo_version()</code></a> as well as the compile-time equivalents
325
- <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a> and <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a>.
326
- </p>
327
- <div class="variablelist"><table border="0">
328
- <col align="left" valign="top">
329
- <tbody><tr>
330
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
331
- <td>a string containing the version.</td>
332
- </tr></tbody>
333
- </table></div>
305
+ <a name="cairo-version-string"></a><h3>cairo_version_string ()</h3>
306
+ <pre class="programlisting">const <span class="returnvalue">char</span> *
307
+ cairo_version_string (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
308
+ <p>Returns the version of the cairo library as a human-readable string
309
+ of the form "X.Y.Z".</p>
310
+ <p>See also <a class="link" href="cairo-Version-Information.html#cairo-version" title="cairo_version ()"><code class="function">cairo_version()</code></a> as well as the compile-time equivalents
311
+ <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-STRING:CAPS" title="CAIRO_VERSION_STRING"><code class="literal">CAIRO_VERSION_STRING</code></a> and <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION:CAPS" title="CAIRO_VERSION"><code class="literal">CAIRO_VERSION</code></a>.</p>
312
+ <div class="refsect3">
313
+ <a name="id-1.6.4.7.5.6"></a><h4>Returns</h4>
314
+ <p> a string containing the version.</p>
315
+ <p></p>
316
+ </div>
317
+ <p class="since">Since 1.0</p>
318
+ </div>
319
+ </div>
320
+ <div class="refsect1">
321
+ <a name="cairo-Version-Information.other_details"></a><h2>Types and Values</h2>
322
+ <div class="refsect2">
323
+ <a name="CAIRO-VERSION:CAPS"></a><h3>CAIRO_VERSION</h3>
324
+ <pre class="programlisting">#define CAIRO_VERSION</pre>
325
+ <p>The version of cairo available at compile-time, encoded using
326
+ <a class="link" href="cairo-Version-Information.html#CAIRO-VERSION-ENCODE:CAPS" title="CAIRO_VERSION_ENCODE()"><code class="function">CAIRO_VERSION_ENCODE()</code></a>.</p>
327
+ <p class="since">Since 1.0</p>
328
+ </div>
329
+ <hr>
330
+ <div class="refsect2">
331
+ <a name="CAIRO-VERSION-MAJOR:CAPS"></a><h3>CAIRO_VERSION_MAJOR</h3>
332
+ <pre class="programlisting">#define CAIRO_VERSION_MAJOR USE_cairo_version_OR_cairo_version_string_INSTEAD
333
+ </pre>
334
+ <p>The major component of the version of cairo available at compile-time.</p>
334
335
  <p class="since">Since 1.0</p>
335
336
  </div>
337
+ <hr>
338
+ <div class="refsect2">
339
+ <a name="CAIRO-VERSION-MINOR:CAPS"></a><h3>CAIRO_VERSION_MINOR</h3>
340
+ <pre class="programlisting">#define CAIRO_VERSION_MINOR USE_cairo_version_OR_cairo_version_string_INSTEAD
341
+ </pre>
342
+ <p>The minor component of the version of cairo available at compile-time.</p>
343
+ <p class="since">Since 1.0</p>
344
+ </div>
345
+ <hr>
346
+ <div class="refsect2">
347
+ <a name="CAIRO-VERSION-MICRO:CAPS"></a><h3>CAIRO_VERSION_MICRO</h3>
348
+ <pre class="programlisting">#define CAIRO_VERSION_MICRO USE_cairo_version_OR_cairo_version_string_INSTEAD
349
+ </pre>
350
+ <p>The micro component of the version of cairo available at compile-time.</p>
351
+ <p class="since">Since 1.0</p>
352
+ </div>
353
+ <hr>
354
+ <div class="refsect2">
355
+ <a name="CAIRO-VERSION-STRING:CAPS"></a><h3>CAIRO_VERSION_STRING</h3>
356
+ <pre class="programlisting">#define CAIRO_VERSION_STRING</pre>
357
+ <p>A human-readable string literal containing the version of cairo available
358
+ at compile-time, in the form of "X.Y.Z".</p>
359
+ <p class="since">Since 1.8</p>
360
+ </div>
336
361
  </div>
337
362
  </div>
338
363
  <div class="footer">
339
364
  <hr>
340
- Generated by GTK-Doc V1.18</div>
365
+ Generated by GTK-Doc V1.20</div>
341
366
  </body>
342
367
  </html>