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,11 +3,11 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Annotation Glossary: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="license.html" title="Appendix A. License">
10
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
10
+ <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11
11
  <link rel="stylesheet" href="style.css" type="text/css">
12
12
  </head>
13
13
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -73,6 +73,6 @@
73
73
  <dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
74
74
  </div>
75
75
  <div class="footer">
76
- <hr>Generated by GTK-Doc V1.25.1</div>
76
+ <hr>Generated by GTK-Doc V1.25</div>
77
77
  </body>
78
78
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.12: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-8.html" title="Index of new symbols in 2.8">
10
10
  <link rel="next" href="api-index-2-14.html" title="Index of new symbols in 2.14">
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">
@@ -29,6 +29,6 @@
29
29
  <dd></dd>
30
30
  </div>
31
31
  <div class="footer">
32
- <hr>Generated by GTK-Doc V1.25.1</div>
32
+ <hr>Generated by GTK-Doc V1.25</div>
33
33
  </body>
34
34
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.14: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-12.html" title="Index of new symbols in 2.12">
10
10
  <link rel="next" href="api-index-2-26.html" title="Index of new symbols in 2.26">
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">
@@ -40,6 +40,6 @@
40
40
  <dd></dd>
41
41
  </div>
42
42
  <div class="footer">
43
- <hr>Generated by GTK-Doc V1.25.1</div>
43
+ <hr>Generated by GTK-Doc V1.25</div>
44
44
  </body>
45
45
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.2: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
10
10
  <link rel="next" href="api-index-2-4.html" title="Index of new symbols in 2.4">
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">
@@ -102,6 +102,6 @@
102
102
  <dd></dd>
103
103
  </div>
104
104
  <div class="footer">
105
- <hr>Generated by GTK-Doc V1.25.1</div>
105
+ <hr>Generated by GTK-Doc V1.25</div>
106
106
  </body>
107
107
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.26: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-14.html" title="Index of new symbols in 2.14">
10
10
  <link rel="next" href="api-index-2-28.html" title="Index of new symbols in 2.28">
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">
@@ -44,6 +44,6 @@
44
44
  <dd></dd>
45
45
  </div>
46
46
  <div class="footer">
47
- <hr>Generated by GTK-Doc V1.25.1</div>
47
+ <hr>Generated by GTK-Doc V1.25</div>
48
48
  </body>
49
49
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.28: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-26.html" title="Index of new symbols in 2.26">
10
10
  <link rel="next" href="api-index-2-30.html" title="Index of new symbols in 2.30">
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">
@@ -41,6 +41,6 @@
41
41
  <dd></dd>
42
42
  </div>
43
43
  <div class="footer">
44
- <hr>Generated by GTK-Doc V1.25.1</div>
44
+ <hr>Generated by GTK-Doc V1.25</div>
45
45
  </body>
46
46
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.30: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-28.html" title="Index of new symbols in 2.28">
10
10
  <link rel="next" href="api-index-2-32.html" title="Index of new symbols in 2.32">
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">
@@ -29,6 +29,6 @@
29
29
  <dd></dd>
30
30
  </div>
31
31
  <div class="footer">
32
- <hr>Generated by GTK-Doc V1.25.1</div>
32
+ <hr>Generated by GTK-Doc V1.25</div>
33
33
  </body>
34
34
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.32: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-30.html" title="Index of new symbols in 2.30">
10
- <link rel="next" href="license.html" title="Appendix A. License">
11
- <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
10
+ <link rel="next" href="api-index-2-36.html" title="Index of new symbols in 2.36">
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">
@@ -21,7 +21,7 @@
21
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
22
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
23
23
  <td><a accesskey="p" href="api-index-2-30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
- <td><a accesskey="n" href="license.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ <td><a accesskey="n" href="api-index-2-36.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
25
  </tr></table>
26
26
  <div class="index">
27
27
  <div class="titlepage"><div><div><h1 class="title">
@@ -51,6 +51,6 @@
51
51
  <dd></dd>
52
52
  </div>
53
53
  <div class="footer">
54
- <hr>Generated by GTK-Doc V1.25.1</div>
54
+ <hr>Generated by GTK-Doc V1.25</div>
55
55
  </body>
56
56
  </html>
@@ -0,0 +1,146 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>Index of new symbols in 2.36: GDK-PixBuf Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
+ <link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
+ <link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
9
+ <link rel="prev" href="api-index-2-32.html" title="Index of new symbols in 2.32">
10
+ <link rel="next" href="license.html" title="Appendix A. License">
11
+ <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
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="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxC">C</a>
17
+  <span class="dim">|</span> 
18
+ <a class="shortcut" href="#idxF">F</a>
19
+  <span class="dim">|</span> 
20
+ <a class="shortcut" href="#idxR">R</a>
21
+  <span class="dim">|</span> 
22
+ <a class="shortcut" href="#idxS">S</a>
23
+  <span class="dim">|</span> 
24
+ <a class="shortcut" href="#idxV">V</a></span></td>
25
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
27
+ <td><a accesskey="p" href="api-index-2-32.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
+ <td><a accesskey="n" href="license.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
+ </tr></table>
30
+ <div class="index">
31
+ <div class="titlepage"><div><div><h1 class="title">
32
+ <a name="api-index-2-36"></a>Index of new symbols in 2.36</h1></div></div></div>
33
+ <a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
34
+ <dt>
35
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-copy-options" title="gdk_pixbuf_copy_options ()">gdk_pixbuf_copy_options</a>, function in <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">The GdkPixbuf Structure</a>
36
+ </dt>
37
+ <dd></dd>
38
+ <a name="idxF"></a><h3 class="title">F</h3>
39
+ <dt>
40
+ <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-save-option-supported" title="gdk_pixbuf_format_is_save_option_supported ()">gdk_pixbuf_format_is_save_option_supported</a>, function in <a class="link" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">Module Interface</a>
41
+ </dt>
42
+ <dd></dd>
43
+ <a name="idxR"></a><h3 class="title">R</h3>
44
+ <dt>
45
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-remove-option" title="gdk_pixbuf_remove_option ()">gdk_pixbuf_remove_option</a>, function in <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">The GdkPixbuf Structure</a>
46
+ </dt>
47
+ <dd></dd>
48
+ <a name="idxS"></a><h3 class="title">S</h3>
49
+ <dt>
50
+ <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-streamv" title="gdk_pixbuf_save_to_streamv ()">gdk_pixbuf_save_to_streamv</a>, function in <a class="link" href="gdk-pixbuf-File-saving.html" title="File saving">File saving</a>
51
+ </dt>
52
+ <dd></dd>
53
+ <dt>
54
+ <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-streamv-async" title="gdk_pixbuf_save_to_streamv_async ()">gdk_pixbuf_save_to_streamv_async</a>, function in <a class="link" href="gdk-pixbuf-File-saving.html" title="File saving">File saving</a>
55
+ </dt>
56
+ <dd></dd>
57
+ <a name="idxV"></a><h3 class="title">V</h3>
58
+ <dt>
59
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
60
+ </dt>
61
+ <dd></dd>
62
+ <dt>
63
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
64
+ </dt>
65
+ <dd></dd>
66
+ <dt>
67
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
68
+ </dt>
69
+ <dd></dd>
70
+ <dt>
71
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
72
+ </dt>
73
+ <dd></dd>
74
+ <dt>
75
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
76
+ </dt>
77
+ <dd></dd>
78
+ <dt>
79
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
80
+ </dt>
81
+ <dd></dd>
82
+ <dt>
83
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
84
+ </dt>
85
+ <dd></dd>
86
+ <dt>
87
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
88
+ </dt>
89
+ <dd></dd>
90
+ <dt>
91
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
92
+ </dt>
93
+ <dd></dd>
94
+ <dt>
95
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
96
+ </dt>
97
+ <dd></dd>
98
+ <dt>
99
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
100
+ </dt>
101
+ <dd></dd>
102
+ <dt>
103
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
104
+ </dt>
105
+ <dd></dd>
106
+ <dt>
107
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
108
+ </dt>
109
+ <dd></dd>
110
+ <dt>
111
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
112
+ </dt>
113
+ <dd></dd>
114
+ <dt>
115
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
116
+ </dt>
117
+ <dd></dd>
118
+ <dt>
119
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
120
+ </dt>
121
+ <dd></dd>
122
+ <dt>
123
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
124
+ </dt>
125
+ <dd></dd>
126
+ <dt>
127
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
128
+ </dt>
129
+ <dd></dd>
130
+ <dt>
131
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
132
+ </dt>
133
+ <dd></dd>
134
+ <dt>
135
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
136
+ </dt>
137
+ <dd></dd>
138
+ <dt>
139
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
140
+ </dt>
141
+ <dd></dd>
142
+ </div>
143
+ <div class="footer">
144
+ <hr>Generated by GTK-Doc V1.25</div>
145
+ </body>
146
+ </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.4: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-2.html" title="Index of new symbols in 2.2">
10
10
  <link rel="next" href="api-index-2-6.html" title="Index of new symbols in 2.6">
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">
@@ -66,6 +66,6 @@
66
66
  <dd></dd>
67
67
  </div>
68
68
  <div class="footer">
69
- <hr>Generated by GTK-Doc V1.25.1</div>
69
+ <hr>Generated by GTK-Doc V1.25</div>
70
70
  </body>
71
71
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.6: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-4.html" title="Index of new symbols in 2.4">
10
10
  <link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
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">
@@ -59,6 +59,6 @@
59
59
  <dd></dd>
60
60
  </div>
61
61
  <div class="footer">
62
- <hr>Generated by GTK-Doc V1.25.1</div>
62
+ <hr>Generated by GTK-Doc V1.25</div>
63
63
  </body>
64
64
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of new symbols in 2.8: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-2-6.html" title="Index of new symbols in 2.6">
10
10
  <link rel="next" href="api-index-2-12.html" title="Index of new symbols in 2.12">
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,6 +33,6 @@
33
33
  <dd></dd>
34
34
  </div>
35
35
  <div class="footer">
36
- <hr>Generated by GTK-Doc V1.25.1</div>
36
+ <hr>Generated by GTK-Doc V1.25</div>
37
37
  </body>
38
38
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of deprecated symbols: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="api-index-full.html" title="Index of all symbols">
10
10
  <link rel="next" href="api-index-2-2.html" title="Index of new symbols in 2.2">
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">
@@ -103,6 +103,6 @@
103
103
  <dd></dd>
104
104
  </div>
105
105
  <div class="footer">
106
- <hr>Generated by GTK-Doc V1.25.1</div>
106
+ <hr>Generated by GTK-Doc V1.25</div>
107
107
  </body>
108
108
  </html>
@@ -3,12 +3,12 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Index of all symbols: 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="index.html" title="GDK-PixBuf Reference Manual">
9
9
  <link rel="prev" href="gdk-pixbuf-query-loaders.html" title="gdk-pixbuf-query-loaders">
10
10
  <link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
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">
@@ -140,6 +140,10 @@
140
140
  <a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-copy-area" title="gdk_pixbuf_copy_area ()">gdk_pixbuf_copy_area</a>, function in <a class="link" href="gdk-pixbuf-Utilities.html" title="Utilities">Utilities</a>
141
141
  </dt>
142
142
  <dd></dd>
143
+ <dt>
144
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-copy-options" title="gdk_pixbuf_copy_options ()">gdk_pixbuf_copy_options</a>, function in <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">The GdkPixbuf Structure</a>
145
+ </dt>
146
+ <dd></dd>
143
147
  <a name="idxE"></a><h3 class="title">E</h3>
144
148
  <dt>
145
149
  <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR:CAPS" title="GDK_PIXBUF_ERROR">GDK_PIXBUF_ERROR</a>, macro in <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">The GdkPixbuf Structure</a>
@@ -187,6 +191,10 @@
187
191
  </dt>
188
192
  <dd></dd>
189
193
  <dt>
194
+ <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-save-option-supported" title="gdk_pixbuf_format_is_save_option_supported ()">gdk_pixbuf_format_is_save_option_supported</a>, function in <a class="link" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">Module Interface</a>
195
+ </dt>
196
+ <dd></dd>
197
+ <dt>
190
198
  <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-scalable" title="gdk_pixbuf_format_is_scalable ()">gdk_pixbuf_format_is_scalable</a>, function in <a class="link" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">Module Interface</a>
191
199
  </dt>
192
200
  <dd></dd>
@@ -592,6 +600,10 @@
592
600
  </dt>
593
601
  <dd></dd>
594
602
  <dt>
603
+ <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-remove-option" title="gdk_pixbuf_remove_option ()">gdk_pixbuf_remove_option</a>, function in <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">The GdkPixbuf Structure</a>
604
+ </dt>
605
+ <dd></dd>
606
+ <dt>
595
607
  <a class="link" href="gdk-pixbuf-Scaling.html#gdk-pixbuf-rotate-simple" title="gdk_pixbuf_rotate_simple ()">gdk_pixbuf_rotate_simple</a>, function in <a class="link" href="gdk-pixbuf-Scaling.html" title="Scaling">Scaling</a>
596
608
  </dt>
597
609
  <dd></dd>
@@ -629,6 +641,14 @@
629
641
  </dt>
630
642
  <dd></dd>
631
643
  <dt>
644
+ <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-streamv" title="gdk_pixbuf_save_to_streamv ()">gdk_pixbuf_save_to_streamv</a>, function in <a class="link" href="gdk-pixbuf-File-saving.html" title="File saving">File saving</a>
645
+ </dt>
646
+ <dd></dd>
647
+ <dt>
648
+ <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-streamv-async" title="gdk_pixbuf_save_to_streamv_async ()">gdk_pixbuf_save_to_streamv_async</a>, function in <a class="link" href="gdk-pixbuf-File-saving.html" title="File saving">File saving</a>
649
+ </dt>
650
+ <dd></dd>
651
+ <dt>
632
652
  <a class="link" href="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream-async" title="gdk_pixbuf_save_to_stream_async ()">gdk_pixbuf_save_to_stream_async</a>, function in <a class="link" href="gdk-pixbuf-File-saving.html" title="File saving">File saving</a>
633
653
  </dt>
634
654
  <dd></dd>
@@ -678,6 +698,90 @@
678
698
  <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version">gdk_pixbuf_version</a>, variable in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
679
699
  </dt>
680
700
  <dd></dd>
701
+ <dt>
702
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
703
+ </dt>
704
+ <dd></dd>
705
+ <dt>
706
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
707
+ </dt>
708
+ <dd></dd>
709
+ <dt>
710
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
711
+ </dt>
712
+ <dd></dd>
713
+ <dt>
714
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
715
+ </dt>
716
+ <dd></dd>
717
+ <dt>
718
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
719
+ </dt>
720
+ <dd></dd>
721
+ <dt>
722
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
723
+ </dt>
724
+ <dd></dd>
725
+ <dt>
726
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
727
+ </dt>
728
+ <dd></dd>
729
+ <dt>
730
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
731
+ </dt>
732
+ <dd></dd>
733
+ <dt>
734
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
735
+ </dt>
736
+ <dd></dd>
737
+ <dt>
738
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
739
+ </dt>
740
+ <dd></dd>
741
+ <dt>
742
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
743
+ </dt>
744
+ <dd></dd>
745
+ <dt>
746
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
747
+ </dt>
748
+ <dd></dd>
749
+ <dt>
750
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
751
+ </dt>
752
+ <dd></dd>
753
+ <dt>
754
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
755
+ </dt>
756
+ <dd></dd>
757
+ <dt>
758
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
759
+ </dt>
760
+ <dd></dd>
761
+ <dt>
762
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
763
+ </dt>
764
+ <dd></dd>
765
+ <dt>
766
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
767
+ </dt>
768
+ <dd></dd>
769
+ <dt>
770
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
771
+ </dt>
772
+ <dd></dd>
773
+ <dt>
774
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
775
+ </dt>
776
+ <dd></dd>
777
+ <dt>
778
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
779
+ </dt>
780
+ <dd></dd>
781
+ <dt>
782
+ <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>, macro in <a class="link" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">Versioning</a>
783
+ </dt>
784
+ <dd></dd>
681
785
  <a name="idxX"></a><h3 class="title">X</h3>
682
786
  <dt>
683
787
  <a class="link" href="gdk-pixbuf-XlibRGB.html#XlibRgbCmap" title="struct XlibRgbCmap">XlibRgbCmap</a>, struct in <a class="link" href="gdk-pixbuf-XlibRGB.html" title="XlibRGB">XlibRGB</a>
@@ -805,6 +909,6 @@
805
909
  <dd></dd>
806
910
  </div>
807
911
  <div class="footer">
808
- <hr>Generated by GTK-Doc V1.25.1</div>
912
+ <hr>Generated by GTK-Doc V1.25</div>
809
913
  </body>
810
914
  </html>