gdk_pixbuf2 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -2
  3. data/lib/gdk_pixbuf2/loader.rb +0 -6
  4. data/lib/gdk_pixbuf2/pixbuf.rb +13 -0
  5. data/test/run-test.rb +2 -0
  6. data/test/test-pixbuf.rb +3 -0
  7. data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
  8. data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
  9. data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
  10. data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
  11. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +23 -4
  12. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +83 -5
  13. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +7 -0
  14. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +8 -4
  15. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +24 -10
  16. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +11 -0
  17. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +662 -0
  18. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +6 -0
  19. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +7 -0
  20. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +1 -0
  21. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +5 -5
  22. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +71 -71
  23. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
  24. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
  25. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
  26. data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
  27. data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
  28. data/vendor/local/lib/libgdk_pixbuf-2.0.la +2 -2
  29. data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
  30. data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +201 -3
  31. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +78 -78
  32. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +3 -3
  33. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +3 -3
  34. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +3 -3
  35. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -3
  36. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +3 -3
  37. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +3 -3
  38. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +3 -3
  39. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +5 -5
  40. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html +146 -0
  41. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +3 -3
  42. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +3 -3
  43. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +3 -3
  44. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +3 -3
  45. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +107 -3
  46. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +90 -90
  47. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +106 -106
  48. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +257 -99
  49. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +36 -35
  50. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +49 -49
  51. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +128 -73
  52. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +17 -17
  53. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +28 -28
  54. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +164 -75
  55. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +19 -19
  56. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +295 -6
  57. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +8 -8
  58. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +8 -8
  59. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +27 -27
  60. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +3 -3
  61. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +6 -6
  62. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +3 -3
  63. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +3 -3
  65. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +28 -0
  66. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +5 -4
  67. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +5 -5
  68. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +3 -3
  69. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +3 -3
  70. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  71. data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  72. data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  73. data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  74. data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  75. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  76. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  77. data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  78. data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  79. data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  80. data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  81. data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  82. data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  83. data/vendor/local/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  84. data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  85. data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  86. data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  87. data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  88. data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  89. data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  90. data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  91. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  92. data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  93. data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  94. data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  95. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  96. data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  97. data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  98. data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  99. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  100. data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +2 -2
  101. data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
  102. metadata +8 -7
  103. data/vendor/local/lib/gdk_pixbuf-2.0.def +0 -134
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Utilities: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
8
  <link rel="up" href="rn01.html" title="API Reference">
9
9
  <link rel="prev" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html" title="Drawables to Pixbufs">
10
10
  <link rel="next" href="gdk-pixbuf-Animations.html" title="Animations">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25 (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">
@@ -33,7 +33,7 @@
33
33
  </tr></table></div>
34
34
  <div class="refsect1">
35
35
  <a name="gdk-pixbuf-Utilities.functions"></a><h2>Functions</h2>
36
- <div class="informaltable"><table width="100%" border="0">
36
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
37
  <colgroup>
38
38
  <col width="150px" class="functions_return">
39
39
  <col class="functions_name">
@@ -100,16 +100,16 @@ performed by these functions instead.</p>
100
100
  <a name="gdk-pixbuf-add-alpha"></a><h3>gdk_pixbuf_add_alpha ()</h3>
101
101
  <pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
102
102
  gdk_pixbuf_add_alpha (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
103
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> substitute_color</code></em>,
104
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> r</code></em>,
105
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> g</code></em>,
106
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> b</code></em>);</pre>
103
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> substitute_color</code></em>,
104
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> r</code></em>,
105
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> g</code></em>,
106
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> b</code></em>);</pre>
107
107
  <p>Takes an existing pixbuf and adds an alpha channel to it.
108
108
  If the existing pixbuf already had an alpha channel, the channel
109
109
  values are copied from the original; otherwise, the alpha channel
110
110
  is initialized to 255 (full opacity).</p>
111
111
  <p>If <em class="parameter"><code>substitute_color</code></em>
112
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the color specified by (<em class="parameter"><code>r</code></em>
112
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the color specified by (<em class="parameter"><code>r</code></em>
113
113
  , <em class="parameter"><code>g</code></em>
114
114
  , <em class="parameter"><code>b</code></em>
115
115
  ) will be
@@ -117,7 +117,7 @@ assigned zero opacity. That is, if you pass (255, 255, 255) for the
117
117
  substitute color, all white pixels will become fully transparent.</p>
118
118
  <div class="refsect3">
119
119
  <a name="gdk-pixbuf-add-alpha.parameters"></a><h4>Parameters</h4>
120
- <div class="informaltable"><table width="100%" border="0">
120
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
121
121
  <colgroup>
122
122
  <col width="150px" class="parameters_name">
123
123
  <col class="parameters_description">
@@ -132,7 +132,7 @@ substitute color, all white pixels will become fully transparent.</p>
132
132
  <tr>
133
133
  <td class="parameter_name"><p>substitute_color</p></td>
134
134
  <td class="parameter_description"><p>Whether to set a color to zero opacity. If this
135
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the (<em class="parameter"><code>r</code></em>
135
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the (<em class="parameter"><code>r</code></em>
136
136
  , <em class="parameter"><code>g</code></em>
137
137
  , <em class="parameter"><code>b</code></em>
138
138
  ) arguments will be ignored.</p></td>
@@ -183,7 +183,7 @@ same pixbuf, it will be overwritten during the copy operation.
183
183
  Therefore, you can not use this function to scroll a pixbuf.</p>
184
184
  <div class="refsect3">
185
185
  <a name="gdk-pixbuf-copy-area.parameters"></a><h4>Parameters</h4>
186
- <div class="informaltable"><table width="100%" border="0">
186
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
187
187
  <colgroup>
188
188
  <col width="150px" class="parameters_name">
189
189
  <col class="parameters_description">
@@ -244,8 +244,8 @@ Therefore, you can not use this function to scroll a pixbuf.</p>
244
244
  <pre class="programlisting"><span class="returnvalue">void</span>
245
245
  gdk_pixbuf_saturate_and_pixelate (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
246
246
  <em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
247
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> saturation</code></em>,
248
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pixelate</code></em>);</pre>
247
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> saturation</code></em>,
248
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pixelate</code></em>);</pre>
249
249
  <p>Modifies saturation and optionally pixelates <em class="parameter"><code>src</code></em>
250
250
  , placing the result in
251
251
  <em class="parameter"><code>dest</code></em>
@@ -257,14 +257,14 @@ gdk_pixbuf_saturate_and_pixelate (<em class="parameter"><code>const <a class="li
257
257
  saturation is reduced (the image turns toward grayscale); if greater than
258
258
  1.0, saturation is increased (the image gets more vivid colors). If <em class="parameter"><code>pixelate</code></em>
259
259
 
260
- is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then pixels are faded in a checkerboard pattern to create a
260
+ is <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then pixels are faded in a checkerboard pattern to create a
261
261
  pixelated image. <em class="parameter"><code>src</code></em>
262
262
  and <em class="parameter"><code>dest</code></em>
263
263
  must have the same image format, size, and
264
264
  rowstride.</p>
265
265
  <div class="refsect3">
266
266
  <a name="gdk-pixbuf-saturate-and-pixelate.parameters"></a><h4>Parameters</h4>
267
- <div class="informaltable"><table width="100%" border="0">
267
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
268
268
  <colgroup>
269
269
  <col width="150px" class="parameters_name">
270
270
  <col class="parameters_description">
@@ -311,7 +311,7 @@ appropriate transform will be performed so that the pixbuf
311
311
  is oriented correctly.</p>
312
312
  <div class="refsect3">
313
313
  <a name="gdk-pixbuf-apply-embedded-orientation.parameters"></a><h4>Parameters</h4>
314
- <div class="informaltable"><table width="100%" border="0">
314
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
315
315
  <colgroup>
316
316
  <col width="150px" class="parameters_name">
317
317
  <col class="parameters_description">
@@ -337,13 +337,13 @@ input pixbuf (with an increased reference count). </p>
337
337
  <a name="gdk-pixbuf-fill"></a><h3>gdk_pixbuf_fill ()</h3>
338
338
  <pre class="programlisting"><span class="returnvalue">void</span>
339
339
  gdk_pixbuf_fill (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
340
- <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> pixel</code></em>);</pre>
340
+ <em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> pixel</code></em>);</pre>
341
341
  <p>Clears a pixbuf to the given RGBA value, converting the RGBA value into
342
342
  the pixbuf's pixel format. The alpha will be ignored if the pixbuf
343
343
  doesn't have an alpha channel.</p>
344
344
  <div class="refsect3">
345
345
  <a name="gdk-pixbuf-fill.parameters"></a><h4>Parameters</h4>
346
- <div class="informaltable"><table width="100%" border="0">
346
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
347
347
  <colgroup>
348
348
  <col width="150px" class="parameters_name">
349
349
  <col class="parameters_description">
@@ -375,6 +375,6 @@ doesn't have an alpha channel.</p>
375
375
  </div>
376
376
  </div>
377
377
  <div class="footer">
378
- <hr>Generated by GTK-Doc V1.25.1</div>
378
+ <hr>Generated by GTK-Doc V1.25</div>
379
379
  </body>
380
380
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Initialization and Versions: GDK-PixBuf Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
8
  <link rel="up" href="rn01.html" title="API Reference">
9
9
  <link rel="prev" href="rn01.html" title="API Reference">
10
10
  <link rel="next" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.25 (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">
@@ -33,7 +33,7 @@
33
33
  </tr></table></div>
34
34
  <div class="refsect1">
35
35
  <a name="gdk-pixbuf-Versioning.other"></a><h2>Types and Values</h2>
36
- <div class="informaltable"><table width="100%" border="0">
36
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
37
  <colgroup>
38
38
  <col width="150px" class="name">
39
39
  <col class="description">
@@ -71,6 +71,90 @@
71
71
  <td class="define_keyword">#define</td>
72
72
  <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS" title="GDK_PIXBUF_MICRO">GDK_PIXBUF_MICRO</a></td>
73
73
  </tr>
74
+ <tr>
75
+ <td class="define_keyword">#define</td>
76
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-0:CAPS" title="GDK_PIXBUF_VERSION_2_0">GDK_PIXBUF_VERSION_2_0</a></td>
77
+ </tr>
78
+ <tr>
79
+ <td class="define_keyword">#define</td>
80
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-2:CAPS" title="GDK_PIXBUF_VERSION_2_2">GDK_PIXBUF_VERSION_2_2</a></td>
81
+ </tr>
82
+ <tr>
83
+ <td class="define_keyword">#define</td>
84
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-4:CAPS" title="GDK_PIXBUF_VERSION_2_4">GDK_PIXBUF_VERSION_2_4</a></td>
85
+ </tr>
86
+ <tr>
87
+ <td class="define_keyword">#define</td>
88
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-6:CAPS" title="GDK_PIXBUF_VERSION_2_6">GDK_PIXBUF_VERSION_2_6</a></td>
89
+ </tr>
90
+ <tr>
91
+ <td class="define_keyword">#define</td>
92
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-8:CAPS" title="GDK_PIXBUF_VERSION_2_8">GDK_PIXBUF_VERSION_2_8</a></td>
93
+ </tr>
94
+ <tr>
95
+ <td class="define_keyword">#define</td>
96
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-10:CAPS" title="GDK_PIXBUF_VERSION_2_10">GDK_PIXBUF_VERSION_2_10</a></td>
97
+ </tr>
98
+ <tr>
99
+ <td class="define_keyword">#define</td>
100
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-12:CAPS" title="GDK_PIXBUF_VERSION_2_12">GDK_PIXBUF_VERSION_2_12</a></td>
101
+ </tr>
102
+ <tr>
103
+ <td class="define_keyword">#define</td>
104
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-14:CAPS" title="GDK_PIXBUF_VERSION_2_14">GDK_PIXBUF_VERSION_2_14</a></td>
105
+ </tr>
106
+ <tr>
107
+ <td class="define_keyword">#define</td>
108
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-16:CAPS" title="GDK_PIXBUF_VERSION_2_16">GDK_PIXBUF_VERSION_2_16</a></td>
109
+ </tr>
110
+ <tr>
111
+ <td class="define_keyword">#define</td>
112
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-18:CAPS" title="GDK_PIXBUF_VERSION_2_18">GDK_PIXBUF_VERSION_2_18</a></td>
113
+ </tr>
114
+ <tr>
115
+ <td class="define_keyword">#define</td>
116
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-20:CAPS" title="GDK_PIXBUF_VERSION_2_20">GDK_PIXBUF_VERSION_2_20</a></td>
117
+ </tr>
118
+ <tr>
119
+ <td class="define_keyword">#define</td>
120
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-22:CAPS" title="GDK_PIXBUF_VERSION_2_22">GDK_PIXBUF_VERSION_2_22</a></td>
121
+ </tr>
122
+ <tr>
123
+ <td class="define_keyword">#define</td>
124
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-24:CAPS" title="GDK_PIXBUF_VERSION_2_24">GDK_PIXBUF_VERSION_2_24</a></td>
125
+ </tr>
126
+ <tr>
127
+ <td class="define_keyword">#define</td>
128
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-26:CAPS" title="GDK_PIXBUF_VERSION_2_26">GDK_PIXBUF_VERSION_2_26</a></td>
129
+ </tr>
130
+ <tr>
131
+ <td class="define_keyword">#define</td>
132
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-28:CAPS" title="GDK_PIXBUF_VERSION_2_28">GDK_PIXBUF_VERSION_2_28</a></td>
133
+ </tr>
134
+ <tr>
135
+ <td class="define_keyword">#define</td>
136
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-30:CAPS" title="GDK_PIXBUF_VERSION_2_30">GDK_PIXBUF_VERSION_2_30</a></td>
137
+ </tr>
138
+ <tr>
139
+ <td class="define_keyword">#define</td>
140
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-32:CAPS" title="GDK_PIXBUF_VERSION_2_32">GDK_PIXBUF_VERSION_2_32</a></td>
141
+ </tr>
142
+ <tr>
143
+ <td class="define_keyword">#define</td>
144
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-34:CAPS" title="GDK_PIXBUF_VERSION_2_34">GDK_PIXBUF_VERSION_2_34</a></td>
145
+ </tr>
146
+ <tr>
147
+ <td class="define_keyword">#define</td>
148
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-36:CAPS" title="GDK_PIXBUF_VERSION_2_36">GDK_PIXBUF_VERSION_2_36</a></td>
149
+ </tr>
150
+ <tr>
151
+ <td class="define_keyword">#define</td>
152
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-MIN-REQUIRED:CAPS" title="GDK_PIXBUF_VERSION_MIN_REQUIRED">GDK_PIXBUF_VERSION_MIN_REQUIRED</a></td>
153
+ </tr>
154
+ <tr>
155
+ <td class="define_keyword">#define</td>
156
+ <td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-MAX-ALLOWED:CAPS" title="GDK_PIXBUF_VERSION_MAX_ALLOWED">GDK_PIXBUF_VERSION_MAX_ALLOWED</a></td>
157
+ </tr>
74
158
  </tbody>
75
159
  </table></div>
76
160
  </div>
@@ -136,7 +220,7 @@ gdk-pixbuf headers you have included.</p>
136
220
  <hr>
137
221
  <div class="refsect2">
138
222
  <a name="GDK-PIXBUF-VERSION:CAPS"></a><h3>GDK_PIXBUF_VERSION</h3>
139
- <pre class="programlisting">#define GDK_PIXBUF_VERSION "2.34.0"
223
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION "2.36.0"
140
224
  </pre>
141
225
  <p>Contains the full version of the gdk-pixbuf header as a string.
142
226
  This is the version being compiled against; contrast with
@@ -153,7 +237,7 @@ This is the version being compiled against; contrast with
153
237
  <hr>
154
238
  <div class="refsect2">
155
239
  <a name="GDK-PIXBUF-MINOR:CAPS"></a><h3>GDK_PIXBUF_MINOR</h3>
156
- <pre class="programlisting">#define GDK_PIXBUF_MINOR (34)
240
+ <pre class="programlisting">#define GDK_PIXBUF_MINOR (36)
157
241
  </pre>
158
242
  <p>Minor version of gdk-pixbuf library, that is the "8" in
159
243
  "0.8.2" for example.</p>
@@ -166,9 +250,214 @@ This is the version being compiled against; contrast with
166
250
  <p>Micro version of gdk-pixbuf library, that is the "2" in
167
251
  "0.8.2" for example.</p>
168
252
  </div>
253
+ <hr>
254
+ <div class="refsect2">
255
+ <a name="GDK-PIXBUF-VERSION-2-0:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_0</h3>
256
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_0 (G_ENCODE_VERSION (2, 0))
257
+ </pre>
258
+ <p>A macro that evaluates to the 2.0 version of GdkPixbuf,
259
+ in a format that can be used by the C pre-processor.</p>
260
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
261
+ </div>
262
+ <hr>
263
+ <div class="refsect2">
264
+ <a name="GDK-PIXBUF-VERSION-2-2:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_2</h3>
265
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_2 (G_ENCODE_VERSION (2, 2))
266
+ </pre>
267
+ <p>A macro that evaluates to the 2.2 version of GdkPixbuf,
268
+ in a format that can be used by the C pre-processor.</p>
269
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
270
+ </div>
271
+ <hr>
272
+ <div class="refsect2">
273
+ <a name="GDK-PIXBUF-VERSION-2-4:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_4</h3>
274
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_4 (G_ENCODE_VERSION (2, 4))
275
+ </pre>
276
+ <p>A macro that evaluates to the 2.4 version of GdkPixbuf,
277
+ in a format that can be used by the C pre-processor.</p>
278
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
279
+ </div>
280
+ <hr>
281
+ <div class="refsect2">
282
+ <a name="GDK-PIXBUF-VERSION-2-6:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_6</h3>
283
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_6 (G_ENCODE_VERSION (2, 6))
284
+ </pre>
285
+ <p>A macro that evaluates to the 2.6 version of GdkPixbuf,
286
+ in a format that can be used by the C pre-processor.</p>
287
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
288
+ </div>
289
+ <hr>
290
+ <div class="refsect2">
291
+ <a name="GDK-PIXBUF-VERSION-2-8:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_8</h3>
292
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_8 (G_ENCODE_VERSION (2, 8))
293
+ </pre>
294
+ <p>A macro that evaluates to the 2.8 version of GdkPixbuf,
295
+ in a format that can be used by the C pre-processor.</p>
296
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
297
+ </div>
298
+ <hr>
299
+ <div class="refsect2">
300
+ <a name="GDK-PIXBUF-VERSION-2-10:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_10</h3>
301
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_10 (G_ENCODE_VERSION (2, 10))
302
+ </pre>
303
+ <p>A macro that evaluates to the 2.10 version of GdkPixbuf,
304
+ in a format that can be used by the C pre-processor.</p>
305
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
306
+ </div>
307
+ <hr>
308
+ <div class="refsect2">
309
+ <a name="GDK-PIXBUF-VERSION-2-12:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_12</h3>
310
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_12 (G_ENCODE_VERSION (2, 12))
311
+ </pre>
312
+ <p>A macro that evaluates to the 2.12 version of GdkPixbuf,
313
+ in a format that can be used by the C pre-processor.</p>
314
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
315
+ </div>
316
+ <hr>
317
+ <div class="refsect2">
318
+ <a name="GDK-PIXBUF-VERSION-2-14:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_14</h3>
319
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_14 (G_ENCODE_VERSION (2, 14))
320
+ </pre>
321
+ <p>A macro that evaluates to the 2.14 version of GdkPixbuf,
322
+ in a format that can be used by the C pre-processor.</p>
323
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
324
+ </div>
325
+ <hr>
326
+ <div class="refsect2">
327
+ <a name="GDK-PIXBUF-VERSION-2-16:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_16</h3>
328
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_16 (G_ENCODE_VERSION (2, 16))
329
+ </pre>
330
+ <p>A macro that evaluates to the 2.16 version of GdkPixbuf,
331
+ in a format that can be used by the C pre-processor.</p>
332
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
333
+ </div>
334
+ <hr>
335
+ <div class="refsect2">
336
+ <a name="GDK-PIXBUF-VERSION-2-18:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_18</h3>
337
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_18 (G_ENCODE_VERSION (2, 18))
338
+ </pre>
339
+ <p>A macro that evaluates to the 2.18 version of GdkPixbuf,
340
+ in a format that can be used by the C pre-processor.</p>
341
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
342
+ </div>
343
+ <hr>
344
+ <div class="refsect2">
345
+ <a name="GDK-PIXBUF-VERSION-2-20:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_20</h3>
346
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_20 (G_ENCODE_VERSION (2, 20))
347
+ </pre>
348
+ <p>A macro that evaluates to the 2.20 version of GdkPixbuf,
349
+ in a format that can be used by the C pre-processor.</p>
350
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
351
+ </div>
352
+ <hr>
353
+ <div class="refsect2">
354
+ <a name="GDK-PIXBUF-VERSION-2-22:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_22</h3>
355
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_22 (G_ENCODE_VERSION (2, 22))
356
+ </pre>
357
+ <p>A macro that evaluates to the 2.22 version of GdkPixbuf,
358
+ in a format that can be used by the C pre-processor.</p>
359
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
360
+ </div>
361
+ <hr>
362
+ <div class="refsect2">
363
+ <a name="GDK-PIXBUF-VERSION-2-24:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_24</h3>
364
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_24 (G_ENCODE_VERSION (2, 24))
365
+ </pre>
366
+ <p>A macro that evaluates to the 2.24 version of GdkPixbuf,
367
+ in a format that can be used by the C pre-processor.</p>
368
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
369
+ </div>
370
+ <hr>
371
+ <div class="refsect2">
372
+ <a name="GDK-PIXBUF-VERSION-2-26:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_26</h3>
373
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_26 (G_ENCODE_VERSION (2, 26))
374
+ </pre>
375
+ <p>A macro that evaluates to the 2.26 version of GdkPixbuf,
376
+ in a format that can be used by the C pre-processor.</p>
377
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
378
+ </div>
379
+ <hr>
380
+ <div class="refsect2">
381
+ <a name="GDK-PIXBUF-VERSION-2-28:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_28</h3>
382
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_28 (G_ENCODE_VERSION (2, 28))
383
+ </pre>
384
+ <p>A macro that evaluates to the 2.28 version of GdkPixbuf,
385
+ in a format that can be used by the C pre-processor.</p>
386
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
387
+ </div>
388
+ <hr>
389
+ <div class="refsect2">
390
+ <a name="GDK-PIXBUF-VERSION-2-30:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_30</h3>
391
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_30 (G_ENCODE_VERSION (2, 30))
392
+ </pre>
393
+ <p>A macro that evaluates to the 2.30 version of GdkPixbuf,
394
+ in a format that can be used by the C pre-processor.</p>
395
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
396
+ </div>
397
+ <hr>
398
+ <div class="refsect2">
399
+ <a name="GDK-PIXBUF-VERSION-2-32:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_32</h3>
400
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_32 (G_ENCODE_VERSION (2, 32))
401
+ </pre>
402
+ <p>A macro that evaluates to the 2.32 version of GdkPixbuf,
403
+ in a format that can be used by the C pre-processor.</p>
404
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
405
+ </div>
406
+ <hr>
407
+ <div class="refsect2">
408
+ <a name="GDK-PIXBUF-VERSION-2-34:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_34</h3>
409
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_34 (G_ENCODE_VERSION (2, 34))
410
+ </pre>
411
+ <p>A macro that evaluates to the 2.34 version of GdkPixbuf,
412
+ in a format that can be used by the C pre-processor.</p>
413
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
414
+ </div>
415
+ <hr>
416
+ <div class="refsect2">
417
+ <a name="GDK-PIXBUF-VERSION-2-36:CAPS"></a><h3>GDK_PIXBUF_VERSION_2_36</h3>
418
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_2_36 (G_ENCODE_VERSION (2, 36))
419
+ </pre>
420
+ <p>A macro that evaluates to the 2.36 version of GdkPixbuf,
421
+ in a format that can be used by the C pre-processor.</p>
422
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
423
+ </div>
424
+ <hr>
425
+ <div class="refsect2">
426
+ <a name="GDK-PIXBUF-VERSION-MIN-REQUIRED:CAPS"></a><h3>GDK_PIXBUF_VERSION_MIN_REQUIRED</h3>
427
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_MIN_REQUIRED (GDK_PIXBUF_VERSION_CUR_STABLE)
428
+ </pre>
429
+ <p>A macro that should be defined by the user prior to including
430
+ the gdk-pixbuf.h header.
431
+ The definition should be one of the predefined version
432
+ macros: <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-0:CAPS" title="GDK_PIXBUF_VERSION_2_0"><code class="literal">GDK_PIXBUF_VERSION_2_0</code></a>, <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-2:CAPS" title="GDK_PIXBUF_VERSION_2_2"><code class="literal">GDK_PIXBUF_VERSION_2_2</code></a>, ...</p>
433
+ <p>This macro defines the lower bound for the GdkPixbuf API to use.</p>
434
+ <p>If a function has been deprecated in a newer version of GdkPixbuf,
435
+ defining this symbol hides the compiler warnings for those functions
436
+ without disabling warnings for the other deprecated functions.</p>
437
+ <p>&lt;warning&gt;
438
+ Warning: if you define this macro, do not forget to update it! Especially
439
+ when writing new code. Otherwise you can miss the new deprecations.
440
+ &lt;/warning&gt;</p>
441
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
442
+ </div>
443
+ <hr>
444
+ <div class="refsect2">
445
+ <a name="GDK-PIXBUF-VERSION-MAX-ALLOWED:CAPS"></a><h3>GDK_PIXBUF_VERSION_MAX_ALLOWED</h3>
446
+ <pre class="programlisting">#define GDK_PIXBUF_VERSION_MAX_ALLOWED GDK_PIXBUF_VERSION_MIN_REQUIRED
447
+ </pre>
448
+ <p>A macro that should be defined by the user prior to including
449
+ the gdk-pixbuf.h header.
450
+ The definition should be one of the predefined version
451
+ macros: <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-0:CAPS" title="GDK_PIXBUF_VERSION_2_0"><code class="literal">GDK_PIXBUF_VERSION_2_0</code></a>, <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION-2-2:CAPS" title="GDK_PIXBUF_VERSION_2_2"><code class="literal">GDK_PIXBUF_VERSION_2_2</code></a>, ...</p>
452
+ <p>This macro defines the upper bound for the GdkPixbuf API to use.</p>
453
+ <p>If a function has been introduced in a newer version of GdkPixbuf,
454
+ it is possible to use this symbol to get compiler warnings when
455
+ trying to use that function.</p>
456
+ <p class="since">Since: <a class="link" href="api-index-2-36.html#api-index-2.36">2.36</a></p>
457
+ </div>
169
458
  </div>
170
459
  </div>
171
460
  <div class="footer">
172
- <hr>Generated by GTK-Doc V1.25.1</div>
461
+ <hr>Generated by GTK-Doc V1.25</div>
173
462
  </body>
174
463
  </html>