gdk_pixbuf2 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +49 -40
  2. data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +50 -40
  3. data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +250 -168
  4. data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +25 -18
  5. data/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h +42 -0
  6. data/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h +35 -0
  7. data/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c +46 -83
  8. data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
  9. data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +29 -17
  10. data/ext/gdk_pixbuf2/rbgdk-pixdata.c +81 -77
  11. data/lib/1.8/gdk_pixbuf2.so +0 -0
  12. data/lib/1.9/gdk_pixbuf2.so +0 -0
  13. data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
  14. data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
  15. data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
  16. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +40 -0
  17. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +200 -5
  18. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +82 -3
  19. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +170 -0
  20. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +6 -1
  21. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +5 -0
  22. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +42 -1
  23. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +2 -2
  24. data/vendor/local/lib/gdk_pixbuf-2.0.lib +0 -0
  25. data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
  26. data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +4 -2
  27. data/vendor/local/manifest/{gdk-pixbuf-dev_2.22.1-1_win32.mft → gdk-pixbuf-dev_2.24.0-1_win32.mft} +12 -13
  28. data/vendor/local/manifest/{gdk-pixbuf_2.22.1-1_win32.mft → gdk-pixbuf_2.24.0-1_win32.mft} +2 -1
  29. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +181 -150
  30. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +30 -9
  31. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
  32. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
  33. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +6 -6
  34. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +35 -3
  35. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +13 -9
  36. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
  37. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
  38. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
  39. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +251 -629
  40. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +644 -0
  41. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +372 -0
  42. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +642 -0
  43. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +417 -0
  44. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +495 -0
  45. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +485 -184
  46. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +168 -0
  47. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-scaling.html → gdk-pixbuf-Scaling.html} +296 -190
  48. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +617 -0
  49. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-util.html → gdk-pixbuf-Utilities.html} +83 -93
  50. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +63 -26
  51. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +16 -16
  52. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +8 -8
  53. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +8 -8
  54. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +12 -12
  55. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +149 -128
  56. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -18
  57. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +184 -154
  58. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +3 -3
  59. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +18 -18
  60. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +5 -5
  61. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +2 -1
  62. data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  63. data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  64. data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  65. data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  66. data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  67. data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  68. data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  69. data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  70. data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  71. data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  72. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  73. data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  74. data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  75. data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  76. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  77. data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  78. data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  79. data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  80. data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  81. data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  82. data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  83. data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  84. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  85. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  86. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  87. data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  88. data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  89. data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  90. data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  91. data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  92. data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  93. data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  94. data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  95. data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  96. data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  97. data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  98. data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  99. data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  100. data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  101. data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  102. data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  103. data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  104. data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  105. data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  106. data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  107. data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  108. data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  109. data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  110. data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  111. data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  112. data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  113. data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  114. data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  115. data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  116. data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  117. data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  118. data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  119. data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  120. data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  121. data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  122. data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  123. data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  124. data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  125. data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  126. data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  127. data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  128. data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  129. data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  130. data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  131. data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  132. data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  133. data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  134. data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  135. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  136. data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  137. data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  138. data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  139. data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  140. data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  141. data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  142. data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  143. data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  144. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  145. data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  146. data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  147. data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  148. data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  149. data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  150. data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  151. data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  152. data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  153. data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  154. data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  155. data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  156. data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  157. data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  158. data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  159. data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  160. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  161. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  162. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  163. data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +2 -2
  164. data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
  165. data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log +956 -0
  166. data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh +97 -0
  167. metadata +26 -24
  168. data/ChangeLog +0 -482
  169. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +0 -654
  170. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +0 -406
  171. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +0 -402
  172. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +0 -685
  173. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +0 -460
  174. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +0 -516
  175. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +0 -132
  176. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +0 -175
  177. data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.log +0 -1012
  178. data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.sh +0 -256
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="rn02.html" title="Tools Reference">
9
9
  <link rel="prev" href="rn02.html" title="Tools Reference">
10
10
  <link rel="next" href="gdk-pixbuf-query-loaders.html" title="gdk-pixbuf-query-loaders">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.17.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GDK-PixBuf Reference Manual</th>
20
20
  <td><a accesskey="n" href="gdk-pixbuf-query-loaders.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry" title="gdk-pixbuf-csource">
22
+ <div class="refentry">
23
23
  <a name="gdk-pixbuf-csource"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -28,7 +28,7 @@
28
28
  </td>
29
29
  <td valign="top" align="right"></td>
30
30
  </tr></table></div>
31
- <div class="refsynopsisdiv" title="Synopsis">
31
+ <div class="refsynopsisdiv">
32
32
  <h2>Synopsis</h2>
33
33
  <div class="cmdsynopsis"><p><code class="command">gdk-pixbuf-csource</code> [options] [image]</p></div>
34
34
  <div class="cmdsynopsis"><p><code class="command">gdk-pixbuf-csource</code> [options] --build-list [
@@ -36,23 +36,23 @@
36
36
  [image]
37
37
  ...]</p></div>
38
38
  </div>
39
- <div class="refsect1" title="Description">
40
- <a name="id601535"></a><h2>Description</h2>
39
+ <div class="refsect1">
40
+ <a name="id455056"></a><h2>Description</h2>
41
41
  <p>
42
42
  <span class="command"><strong>gdk-pixbuf-csource</strong></span> is a small utility that generates
43
43
  C code containing images, useful for compiling images directly into programs.
44
44
  </p>
45
45
  </div>
46
- <div class="refsect1" title="Invocation">
47
- <a name="id620310"></a><h2>Invocation</h2>
46
+ <div class="refsect1">
47
+ <a name="id496425"></a><h2>Invocation</h2>
48
48
  <p>
49
49
  <span class="command"><strong>gdk-pixbuf-csource</strong></span> either takes as input one image file
50
50
  name to generate code for, or, using the <code class="option">--build-list</code> option,
51
51
  a list of (<em class="replaceable"><code>name</code></em>, <em class="replaceable"><code>image</code></em>)
52
52
  pairs to generate code for a list of images into named variables.
53
53
  </p>
54
- <div class="refsect2" title="Options">
55
- <a name="id642171"></a><h3>Options</h3>
54
+ <div class="refsect2">
55
+ <a name="id455809"></a><h3>Options</h3>
56
56
  <div class="variablelist"><table border="0">
57
57
  <col align="left" valign="top">
58
58
  <tbody>
@@ -144,23 +144,23 @@ Make warnings fatal (causes the program to abort).
144
144
  </table></div>
145
145
  </div>
146
146
  </div>
147
- <div class="refsect1" title="See also">
148
- <a name="id642063"></a><h2>See also</h2>
147
+ <div class="refsect1">
148
+ <a name="id500637"></a><h2>See also</h2>
149
149
  <p>
150
150
  The <span class="structname">GdkPixbuf</span> documentation, shipped with the
151
151
  Gtk+ distribution, available from <a class="ulink" href="http://www.gtk.org" target="_top">www.gtk.org</a>.
152
152
  </p>
153
153
  </div>
154
- <div class="refsect1" title="Bugs">
155
- <a name="id642082"></a><h2>Bugs</h2>
154
+ <div class="refsect1">
155
+ <a name="id500656"></a><h2>Bugs</h2>
156
156
  <p>
157
157
  The runlength encoder gets out of sync with the pixel boundaries, since
158
158
  it includes the rowstride padding in the encoded stream. Furthermore, it
159
159
  generates pixbufs with suboptimal rowstride in some cases.
160
160
  </p>
161
161
  </div>
162
- <div class="refsect1" title="Author">
163
- <a name="id642093"></a><h2>Author</h2>
162
+ <div class="refsect1">
163
+ <a name="id500668"></a><h2>Author</h2>
164
164
  <p>
165
165
  <span class="command"><strong>gdk-pixbuf-csource</strong></span> was written by Tim Janik
166
166
  <code class="email">&lt;<a class="email" href="mailto:timj@gtk.org">timj@gtk.org</a>&gt;</code>.
@@ -172,6 +172,6 @@ This manual page was provided by Tim Janik <code class="email">&lt;<a class="ema
172
172
  </div>
173
173
  <div class="footer">
174
174
  <hr>
175
- Generated by GTK-Doc V1.15</div>
175
+ Generated by GTK-Doc V1.17.1</div>
176
176
  </body>
177
177
  </html>
@@ -7,8 +7,8 @@
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-rendering.html" title="Rendering">
10
- <link rel="next" href="gdk-pixbuf-util.html" title="util">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
10
+ <link rel="next" href="gdk-pixbuf-Utilities.html" title="Utilities">
11
+ <meta name="generator" content="GTK-Doc V1.17.1 (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">
@@ -17,9 +17,9 @@
17
17
  <td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
18
  <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
19
  <th width="100%" align="center">GDK-PixBuf Reference Manual</th>
20
- <td><a accesskey="n" href="gdk-pixbuf-util.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
20
+ <td><a accesskey="n" href="gdk-pixbuf-Utilities.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry" title="Drawables to Pixbufs">
22
+ <div class="refentry">
23
23
  <a name="gdk-pixbuf-gdk-pixbuf-from-drawables"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -28,18 +28,18 @@
28
28
  </td>
29
29
  <td valign="top" align="right"></td>
30
30
  </tr></table></div>
31
- <div class="refsect1" title="Description">
32
- <a name="id581924"></a><h2>Description</h2>
31
+ <div class="refsect1">
32
+ <a name="id454836"></a><h2>Description</h2>
33
33
  <p>
34
34
  The functions to take the image data from a GDK drawable and dump it
35
35
  into a pixbuf are contained in GDK, see the
36
- <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Pixbufs.html">Pixbufs</a> section of the GDK
36
+ Pixbufs section of the GDK
37
37
  documentation.
38
38
  </p>
39
39
  </div>
40
40
  </div>
41
41
  <div class="footer">
42
42
  <hr>
43
- Generated by GTK-Doc V1.15</div>
43
+ Generated by GTK-Doc V1.17.1</div>
44
44
  </body>
45
45
  </html>
@@ -6,20 +6,20 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.76.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
- <link rel="prev" href="gdk-pixbuf-scaling.html" title="scaling">
9
+ <link rel="prev" href="gdk-pixbuf-Scaling.html" title="Scaling">
10
10
  <link rel="next" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html" title="Drawables to Pixbufs">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.17.1 (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
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="gdk-pixbuf-scaling.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
+ <td><a accesskey="p" href="gdk-pixbuf-Scaling.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
17
  <td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
18
  <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
19
  <th width="100%" align="center">GDK-PixBuf Reference Manual</th>
20
20
  <td><a accesskey="n" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry" title="Rendering">
22
+ <div class="refentry">
23
23
  <a name="gdk-pixbuf-gdk-pixbuf-rendering"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -28,17 +28,17 @@
28
28
  </td>
29
29
  <td valign="top" align="right"></td>
30
30
  </tr></table></div>
31
- <div class="refsect1" title="Description">
32
- <a name="id600289"></a><h2>Description</h2>
31
+ <div class="refsect1">
32
+ <a name="id468761"></a><h2>Description</h2>
33
33
  <p>
34
34
  The functions to render pixbufs to GDK drawables are contained in
35
- GDK, see the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Pixbufs.html">Pixbufs</a> section
35
+ GDK, see the Pixbufs section
36
36
  of the GDK documentation.
37
37
  </p>
38
38
  </div>
39
39
  </div>
40
40
  <div class="footer">
41
41
  <hr>
42
- Generated by GTK-Doc V1.15</div>
42
+ Generated by GTK-Doc V1.17.1</div>
43
43
  </body>
44
44
  </html>
@@ -8,7 +8,7 @@
8
8
  <link rel="up" href="rn02.html" title="Tools Reference">
9
9
  <link rel="prev" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
10
10
  <link rel="next" href="api-index-full.html" title="Index of all symbols">
11
- <meta name="generator" content="GTK-Doc V1.15 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.17.1 (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">
@@ -19,7 +19,7 @@
19
19
  <th width="100%" align="center">GDK-PixBuf Reference Manual</th>
20
20
  <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
- <div class="refentry" title="gdk-pixbuf-query-loaders">
22
+ <div class="refentry">
23
23
  <a name="gdk-pixbuf-query-loaders"></a><div class="titlepage"></div>
24
24
  <div class="refnamediv"><table width="100%"><tr>
25
25
  <td valign="top">
@@ -28,12 +28,12 @@
28
28
  </td>
29
29
  <td valign="top" align="right"></td>
30
30
  </tr></table></div>
31
- <div class="refsynopsisdiv" title="Synopsis">
31
+ <div class="refsynopsisdiv">
32
32
  <h2>Synopsis</h2>
33
33
  <div class="cmdsynopsis"><p><code class="command">gdk-pixbuf-query-loaders</code> [--update-cache] [module...]</p></div>
34
34
  </div>
35
- <div class="refsect1" title="Description">
36
- <a name="id589141"></a><h2>Description</h2>
35
+ <div class="refsect1">
36
+ <a name="id513533"></a><h2>Description</h2>
37
37
  <p>
38
38
  <span class="command"><strong>gdk-pixbuf-query-loaders</strong></span> collects information about
39
39
  loadable modules for <span class="application">gdk-pixbuf</span> and writes it to
@@ -54,8 +54,8 @@ location, the environment variable <code class="envar">GDK_PIXBUF_MODULE_FILE</c
54
54
  can be set to point <span class="application">gdk-pixbuf</span> at the file.
55
55
  </p>
56
56
  </div>
57
- <div class="refsect1" title="Options">
58
- <a name="id603468"></a><h2>Options</h2>
57
+ <div class="refsect1">
58
+ <a name="id458007"></a><h2>Options</h2>
59
59
  <div class="variablelist"><table border="0">
60
60
  <col align="left" valign="top">
61
61
  <tbody><tr>
@@ -65,8 +65,8 @@ can be set to point <span class="application">gdk-pixbuf</span> at the file.
65
65
  </tr></tbody>
66
66
  </table></div>
67
67
  </div>
68
- <div class="refsect1" title="Environment">
69
- <a name="id600144"></a><h2>Environment</h2>
68
+ <div class="refsect1">
69
+ <a name="id498786"></a><h2>Environment</h2>
70
70
  <p>
71
71
  The environment variable <code class="envar">GDK_PIXBUF_MODULEDIR</code> can be used
72
72
  to specify a different loader directory. The default
@@ -74,8 +74,8 @@ to specify a different loader directory. The default
74
74
  directory is <code class="filename"><em class="replaceable"><code>libdir</code></em>/gdk-pixbuf-2.0/<em class="replaceable"><code>version</code></em>/loaders</code>.
75
75
  </p>
76
76
  </div>
77
- <div class="refsect1" title="Bugs">
78
- <a name="id646033"></a><h2>Bugs</h2>
77
+ <div class="refsect1">
78
+ <a name="id454886"></a><h2>Bugs</h2>
79
79
  <p>
80
80
  None known yet.
81
81
  </p>
@@ -83,6 +83,6 @@ None known yet.
83
83
  </div>
84
84
  <div class="footer">
85
85
  <hr>
86
- Generated by GTK-Doc V1.15</div>
86
+ Generated by GTK-Doc V1.17.1</div>
87
87
  </body>
88
88
  </html>
@@ -3,18 +3,18 @@
3
3
  <book xmlns="http://www.devhelp.net/book" title="GDK-PixBuf Reference Manual" link="index.html" author="Federico Mena Quintero" name="gdk-pixbuf" version="2" language="c">
4
4
  <chapters>
5
5
  <sub name="API Reference" link="rn01.html">
6
- <sub name="Versioning" link="gdk-pixbuf-Versioning.html"/>
7
- <sub name="gdk-pixbuf" link="gdk-pixbuf-gdk-pixbuf.html"/>
8
- <sub name="refcounting" link="gdk-pixbuf-refcounting.html"/>
9
- <sub name="file-loading" link="gdk-pixbuf-file-loading.html"/>
10
- <sub name="file-saving" link="gdk-pixbuf-file-saving.html"/>
11
- <sub name="creating" link="gdk-pixbuf-creating.html"/>
12
- <sub name="inline" link="gdk-pixbuf-inline.html"/>
13
- <sub name="scaling" link="gdk-pixbuf-scaling.html"/>
6
+ <sub name="Initialization and Versions" link="gdk-pixbuf-Versioning.html"/>
7
+ <sub name="The GdkPixbuf Structure" link="gdk-pixbuf-The-GdkPixbuf-Structure.html"/>
8
+ <sub name="Reference Counting and Memory Mangement" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html"/>
9
+ <sub name="File Loading" link="gdk-pixbuf-File-Loading.html"/>
10
+ <sub name="File saving" link="gdk-pixbuf-File-saving.html"/>
11
+ <sub name="Image Data in Memory" link="gdk-pixbuf-Image-Data-in-Memory.html"/>
12
+ <sub name="Inline data" link="gdk-pixbuf-Inline-data.html"/>
13
+ <sub name="Scaling" link="gdk-pixbuf-Scaling.html"/>
14
14
  <sub name="Rendering" link="gdk-pixbuf-gdk-pixbuf-rendering.html"/>
15
15
  <sub name="Drawables to Pixbufs" link="gdk-pixbuf-gdk-pixbuf-from-drawables.html"/>
16
- <sub name="util" link="gdk-pixbuf-util.html"/>
17
- <sub name="animation" link="gdk-pixbuf-animation.html"/>
16
+ <sub name="Utilities" link="gdk-pixbuf-Utilities.html"/>
17
+ <sub name="Animations" link="gdk-pixbuf-Animations.html"/>
18
18
  <sub name="GdkPixbufLoader" link="GdkPixbufLoader.html"/>
19
19
  <sub name="Module Interface" link="gdk-pixbuf-Module-Interface.html"/>
20
20
  </sub>
@@ -43,96 +43,97 @@
43
43
  <keyword type="macro" name="GDK_PIXBUF_MAJOR" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS"/>
44
44
  <keyword type="macro" name="GDK_PIXBUF_MINOR" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS"/>
45
45
  <keyword type="macro" name="GDK_PIXBUF_MICRO" link="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS"/>
46
- <keyword type="enum" name="enum GdkPixbufError" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbufError"/>
47
- <keyword type="macro" name="GDK_PIXBUF_ERROR" link="gdk-pixbuf-gdk-pixbuf.html#GDK-PIXBUF-ERROR:CAPS"/>
48
- <keyword type="enum" name="enum GdkColorspace" link="gdk-pixbuf-gdk-pixbuf.html#GdkColorspace"/>
49
- <keyword type="enum" name="enum GdkPixbufAlphaMode" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbufAlphaMode"/>
50
- <keyword type="struct" name="GdkPixbuf" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf-struct"/>
51
- <keyword type="function" name="gdk_pixbuf_get_colorspace ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-colorspace"/>
52
- <keyword type="function" name="gdk_pixbuf_get_n_channels ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-n-channels"/>
53
- <keyword type="function" name="gdk_pixbuf_get_has_alpha ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-has-alpha"/>
54
- <keyword type="function" name="gdk_pixbuf_get_bits_per_sample ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-bits-per-sample"/>
55
- <keyword type="function" name="gdk_pixbuf_get_pixels ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-pixels"/>
56
- <keyword type="function" name="gdk_pixbuf_get_width ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-width"/>
57
- <keyword type="function" name="gdk_pixbuf_get_height ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-height"/>
58
- <keyword type="function" name="gdk_pixbuf_get_rowstride ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-rowstride"/>
59
- <keyword type="function" name="gdk_pixbuf_get_option ()" link="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-option"/>
60
- <keyword type="property" name="The &quot;bits-per-sample&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--bits-per-sample"/>
61
- <keyword type="property" name="The &quot;colorspace&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--colorspace"/>
62
- <keyword type="property" name="The &quot;has-alpha&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--has-alpha"/>
63
- <keyword type="property" name="The &quot;height&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--height"/>
64
- <keyword type="property" name="The &quot;n-channels&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--n-channels"/>
65
- <keyword type="property" name="The &quot;pixels&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--pixels"/>
66
- <keyword type="property" name="The &quot;rowstride&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--rowstride"/>
67
- <keyword type="property" name="The &quot;width&quot; property" link="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--width"/>
68
- <keyword type="function" name="gdk_pixbuf_ref ()" link="gdk-pixbuf-refcounting.html#gdk-pixbuf-ref" deprecated="2.0: Use g_object_ref()."/>
69
- <keyword type="function" name="gdk_pixbuf_unref ()" link="gdk-pixbuf-refcounting.html#gdk-pixbuf-unref" deprecated="2.0: Use g_object_unref()."/>
70
- <keyword type="function" name="GdkPixbufDestroyNotify ()" link="gdk-pixbuf-refcounting.html#GdkPixbufDestroyNotify"/>
71
- <keyword type="function" name="gdk_pixbuf_new_from_file ()" link="gdk-pixbuf-file-loading.html#gdk-pixbuf-new-from-file"/>
72
- <keyword type="function" name="gdk_pixbuf_new_from_file_at_size ()" link="gdk-pixbuf-file-loading.html#gdk-pixbuf-new-from-file-at-size" since="2.4"/>
73
- <keyword type="function" name="gdk_pixbuf_new_from_file_at_scale ()" link="gdk-pixbuf-file-loading.html#gdk-pixbuf-new-from-file-at-scale" since="2.6"/>
74
- <keyword type="function" name="gdk_pixbuf_get_file_info ()" link="gdk-pixbuf-file-loading.html#gdk-pixbuf-get-file-info" since="2.4"/>
75
- <keyword type="function" name="gdk_pixbuf_new_from_stream ()" link="gdk-pixbuf-file-loading.html#gdk-pixbuf-new-from-stream" since="2.14"/>
76
- <keyword type="function" name="gdk_pixbuf_new_from_stream_at_scale ()" link="gdk-pixbuf-file-loading.html#gdk-pixbuf-new-from-stream-at-scale" since="2.14"/>
77
- <keyword type="function" name="gdk_pixbuf_savev ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-savev"/>
78
- <keyword type="function" name="gdk_pixbuf_save ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-save"/>
79
- <keyword type="function" name="GdkPixbufSaveFunc ()" link="gdk-pixbuf-file-saving.html#GdkPixbufSaveFunc"/>
80
- <keyword type="function" name="gdk_pixbuf_save_to_callback ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-save-to-callback" since="2.4"/>
81
- <keyword type="function" name="gdk_pixbuf_save_to_callbackv ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-save-to-callbackv" since="2.4"/>
82
- <keyword type="function" name="gdk_pixbuf_save_to_buffer ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-save-to-buffer" since="2.4"/>
83
- <keyword type="function" name="gdk_pixbuf_save_to_bufferv ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-save-to-bufferv" since="2.4"/>
84
- <keyword type="function" name="gdk_pixbuf_save_to_stream ()" link="gdk-pixbuf-file-saving.html#gdk-pixbuf-save-to-stream" since="2.14"/>
85
- <keyword type="function" name="gdk_pixbuf_new ()" link="gdk-pixbuf-creating.html#gdk-pixbuf-new"/>
86
- <keyword type="function" name="gdk_pixbuf_new_from_data ()" link="gdk-pixbuf-creating.html#gdk-pixbuf-new-from-data"/>
87
- <keyword type="function" name="gdk_pixbuf_new_from_xpm_data ()" link="gdk-pixbuf-creating.html#gdk-pixbuf-new-from-xpm-data"/>
88
- <keyword type="function" name="gdk_pixbuf_new_from_inline ()" link="gdk-pixbuf-creating.html#gdk-pixbuf-new-from-inline"/>
89
- <keyword type="function" name="gdk_pixbuf_new_subpixbuf ()" link="gdk-pixbuf-creating.html#gdk-pixbuf-new-subpixbuf"/>
90
- <keyword type="function" name="gdk_pixbuf_copy ()" link="gdk-pixbuf-creating.html#gdk-pixbuf-copy"/>
91
- <keyword type="struct" name="GdkPixdata" link="gdk-pixbuf-inline.html#GdkPixdata"/>
92
- <keyword type="enum" name="enum GdkPixdataType" link="gdk-pixbuf-inline.html#GdkPixdataType"/>
93
- <keyword type="enum" name="enum GdkPixdataDumpType" link="gdk-pixbuf-inline.html#GdkPixdataDumpType"/>
94
- <keyword type="macro" name="GDK_PIXBUF_MAGIC_NUMBER" link="gdk-pixbuf-inline.html#GDK-PIXBUF-MAGIC-NUMBER:CAPS"/>
95
- <keyword type="macro" name="GDK_PIXDATA_HEADER_LENGTH" link="gdk-pixbuf-inline.html#GDK-PIXDATA-HEADER-LENGTH:CAPS"/>
96
- <keyword type="function" name="gdk_pixdata_from_pixbuf ()" link="gdk-pixbuf-inline.html#gdk-pixdata-from-pixbuf"/>
97
- <keyword type="function" name="gdk_pixbuf_from_pixdata ()" link="gdk-pixbuf-inline.html#gdk-pixbuf-from-pixdata"/>
98
- <keyword type="function" name="gdk_pixdata_serialize ()" link="gdk-pixbuf-inline.html#gdk-pixdata-serialize"/>
99
- <keyword type="function" name="gdk_pixdata_deserialize ()" link="gdk-pixbuf-inline.html#gdk-pixdata-deserialize"/>
100
- <keyword type="function" name="gdk_pixdata_to_csource ()" link="gdk-pixbuf-inline.html#gdk-pixdata-to-csource"/>
101
- <keyword type="enum" name="enum GdkInterpType" link="gdk-pixbuf-scaling.html#GdkInterpType"/>
102
- <keyword type="function" name="gdk_pixbuf_scale_simple ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-scale-simple"/>
103
- <keyword type="function" name="gdk_pixbuf_scale ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-scale"/>
104
- <keyword type="function" name="gdk_pixbuf_composite_color_simple ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-composite-color-simple"/>
105
- <keyword type="function" name="gdk_pixbuf_composite ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-composite"/>
106
- <keyword type="function" name="gdk_pixbuf_composite_color ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-composite-color"/>
107
- <keyword type="enum" name="enum GdkPixbufRotation" link="gdk-pixbuf-scaling.html#GdkPixbufRotation"/>
108
- <keyword type="function" name="gdk_pixbuf_rotate_simple ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-rotate-simple" since="2.6"/>
109
- <keyword type="function" name="gdk_pixbuf_flip ()" link="gdk-pixbuf-scaling.html#gdk-pixbuf-flip" since="2.6"/>
110
- <keyword type="function" name="gdk_pixbuf_add_alpha ()" link="gdk-pixbuf-util.html#gdk-pixbuf-add-alpha"/>
111
- <keyword type="function" name="gdk_pixbuf_copy_area ()" link="gdk-pixbuf-util.html#gdk-pixbuf-copy-area"/>
112
- <keyword type="function" name="gdk_pixbuf_saturate_and_pixelate ()" link="gdk-pixbuf-util.html#gdk-pixbuf-saturate-and-pixelate"/>
113
- <keyword type="function" name="gdk_pixbuf_apply_embedded_orientation ()" link="gdk-pixbuf-util.html#gdk-pixbuf-apply-embedded-orientation" since="2.12"/>
114
- <keyword type="function" name="gdk_pixbuf_fill ()" link="gdk-pixbuf-util.html#gdk-pixbuf-fill"/>
115
- <keyword type="struct" name="GdkPixbufAnimation" link="gdk-pixbuf-animation.html#GdkPixbufAnimation-struct"/>
116
- <keyword type="struct" name="GdkPixbufAnimationIter" link="gdk-pixbuf-animation.html#GdkPixbufAnimationIter-struct"/>
117
- <keyword type="function" name="gdk_pixbuf_animation_new_from_file ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-new-from-file"/>
118
- <keyword type="function" name="gdk_pixbuf_animation_ref ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-ref" deprecated="2.0: Use g_object_ref()."/>
119
- <keyword type="function" name="gdk_pixbuf_animation_unref ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-unref" deprecated="2.0: Use g_object_unref()."/>
120
- <keyword type="function" name="gdk_pixbuf_animation_get_width ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-get-width"/>
121
- <keyword type="function" name="gdk_pixbuf_animation_get_height ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-get-height"/>
122
- <keyword type="function" name="gdk_pixbuf_animation_get_iter ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-get-iter"/>
123
- <keyword type="function" name="gdk_pixbuf_animation_is_static_image ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-is-static-image"/>
124
- <keyword type="function" name="gdk_pixbuf_animation_get_static_image ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-get-static-image"/>
125
- <keyword type="function" name="gdk_pixbuf_animation_iter_advance ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-iter-advance"/>
126
- <keyword type="function" name="gdk_pixbuf_animation_iter_get_delay_time ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-iter-get-delay-time"/>
127
- <keyword type="function" name="gdk_pixbuf_animation_iter_on_currently_loading_frame ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-iter-on-currently-loading-frame"/>
128
- <keyword type="function" name="gdk_pixbuf_animation_iter_get_pixbuf ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-animation-iter-get-pixbuf"/>
129
- <keyword type="struct" name="GdkPixbufSimpleAnim" link="gdk-pixbuf-animation.html#GdkPixbufSimpleAnim-struct"/>
130
- <keyword type="function" name="gdk_pixbuf_simple_anim_new ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-simple-anim-new" since="2.8"/>
131
- <keyword type="function" name="gdk_pixbuf_simple_anim_add_frame ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-simple-anim-add-frame" since="2.8"/>
132
- <keyword type="function" name="gdk_pixbuf_simple_anim_set_loop ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-simple-anim-set-loop" since="2.18"/>
133
- <keyword type="function" name="gdk_pixbuf_simple_anim_get_loop ()" link="gdk-pixbuf-animation.html#gdk-pixbuf-simple-anim-get-loop" since="2.18"/>
134
- <keyword type="property" name="The &quot;loop&quot; property" link="gdk-pixbuf-animation.html#GdkPixbufSimpleAnim--loop"/>
135
- <keyword type="struct" name="GdkPixbufLoader" link="GdkPixbufLoader.html#GdkPixbufLoader-struct"/>
46
+ <keyword type="enum" name="enum GdkPixbufError" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufError"/>
47
+ <keyword type="macro" name="GDK_PIXBUF_ERROR" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR:CAPS"/>
48
+ <keyword type="enum" name="enum GdkColorspace" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkColorspace"/>
49
+ <keyword type="enum" name="enum GdkPixbufAlphaMode" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbufAlphaMode"/>
50
+ <keyword type="struct" name="GdkPixbuf" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"/>
51
+ <keyword type="function" name="gdk_pixbuf_get_colorspace ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-colorspace"/>
52
+ <keyword type="function" name="gdk_pixbuf_get_n_channels ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-n-channels"/>
53
+ <keyword type="function" name="gdk_pixbuf_get_has_alpha ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-has-alpha"/>
54
+ <keyword type="function" name="gdk_pixbuf_get_bits_per_sample ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-bits-per-sample"/>
55
+ <keyword type="function" name="gdk_pixbuf_get_pixels ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-pixels"/>
56
+ <keyword type="function" name="gdk_pixbuf_get_width ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-width"/>
57
+ <keyword type="function" name="gdk_pixbuf_get_height ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-height"/>
58
+ <keyword type="function" name="gdk_pixbuf_get_rowstride ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-rowstride"/>
59
+ <keyword type="function" name="gdk_pixbuf_get_option ()" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#gdk-pixbuf-get-option"/>
60
+ <keyword type="property" name="The &quot;bits-per-sample&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--bits-per-sample"/>
61
+ <keyword type="property" name="The &quot;colorspace&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--colorspace"/>
62
+ <keyword type="property" name="The &quot;has-alpha&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--has-alpha"/>
63
+ <keyword type="property" name="The &quot;height&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--height"/>
64
+ <keyword type="property" name="The &quot;n-channels&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--n-channels"/>
65
+ <keyword type="property" name="The &quot;pixels&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--pixels"/>
66
+ <keyword type="property" name="The &quot;rowstride&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--rowstride"/>
67
+ <keyword type="property" name="The &quot;width&quot; property" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf--width"/>
68
+ <keyword type="function" name="gdk_pixbuf_ref ()" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-ref" deprecated="2.0: Use g_object_ref()."/>
69
+ <keyword type="function" name="gdk_pixbuf_unref ()" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#gdk-pixbuf-unref" deprecated="2.0: Use g_object_unref()."/>
70
+ <keyword type="function" name="GdkPixbufDestroyNotify ()" link="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify"/>
71
+ <keyword type="macro" name="gdk_pixbuf_new_from_file" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file"/>
72
+ <keyword type="macro" name="gdk_pixbuf_new_from_file_at_size" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file-at-size" since="2.4"/>
73
+ <keyword type="macro" name="gdk_pixbuf_new_from_file_at_scale" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-file-at-scale" since="2.6"/>
74
+ <keyword type="function" name="gdk_pixbuf_get_file_info ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-get-file-info" since="2.4"/>
75
+ <keyword type="function" name="gdk_pixbuf_new_from_stream ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream" since="2.14"/>
76
+ <keyword type="function" name="gdk_pixbuf_new_from_stream_at_scale ()" link="gdk-pixbuf-File-Loading.html#gdk-pixbuf-new-from-stream-at-scale" since="2.14"/>
77
+ <keyword type="macro" name="gdk_pixbuf_savev" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-savev"/>
78
+ <keyword type="macro" name="gdk_pixbuf_save" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save"/>
79
+ <keyword type="function" name="GdkPixbufSaveFunc ()" link="gdk-pixbuf-File-saving.html#GdkPixbufSaveFunc" since="2.4"/>
80
+ <keyword type="function" name="gdk_pixbuf_save_to_callback ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-callback" since="2.4"/>
81
+ <keyword type="function" name="gdk_pixbuf_save_to_callbackv ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-callbackv" since="2.4"/>
82
+ <keyword type="function" name="gdk_pixbuf_save_to_buffer ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-buffer" since="2.4"/>
83
+ <keyword type="function" name="gdk_pixbuf_save_to_bufferv ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-bufferv" since="2.4"/>
84
+ <keyword type="function" name="gdk_pixbuf_save_to_stream ()" link="gdk-pixbuf-File-saving.html#gdk-pixbuf-save-to-stream" since="2.14"/>
85
+ <keyword type="function" name="gdk_pixbuf_new ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new"/>
86
+ <keyword type="function" name="gdk_pixbuf_new_from_data ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data"/>
87
+ <keyword type="function" name="gdk_pixbuf_new_from_xpm_data ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-xpm-data"/>
88
+ <keyword type="function" name="gdk_pixbuf_new_from_inline ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline"/>
89
+ <keyword type="function" name="gdk_pixbuf_new_subpixbuf ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-subpixbuf"/>
90
+ <keyword type="function" name="gdk_pixbuf_copy ()" link="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-copy"/>
91
+ <keyword type="struct" name="struct GdkPixdata" link="gdk-pixbuf-Inline-data.html#GdkPixdata"/>
92
+ <keyword type="enum" name="enum GdkPixdataType" link="gdk-pixbuf-Inline-data.html#GdkPixdataType"/>
93
+ <keyword type="enum" name="enum GdkPixdataDumpType" link="gdk-pixbuf-Inline-data.html#GdkPixdataDumpType"/>
94
+ <keyword type="macro" name="GDK_PIXBUF_MAGIC_NUMBER" link="gdk-pixbuf-Inline-data.html#GDK-PIXBUF-MAGIC-NUMBER:CAPS"/>
95
+ <keyword type="macro" name="GDK_PIXDATA_HEADER_LENGTH" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-HEADER-LENGTH:CAPS"/>
96
+ <keyword type="function" name="gdk_pixdata_from_pixbuf ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-from-pixbuf"/>
97
+ <keyword type="function" name="gdk_pixbuf_from_pixdata ()" link="gdk-pixbuf-Inline-data.html#gdk-pixbuf-from-pixdata"/>
98
+ <keyword type="function" name="gdk_pixdata_serialize ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-serialize"/>
99
+ <keyword type="function" name="gdk_pixdata_deserialize ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-deserialize"/>
100
+ <keyword type="function" name="gdk_pixdata_to_csource ()" link="gdk-pixbuf-Inline-data.html#gdk-pixdata-to-csource"/>
101
+ <keyword type="enum" name="enum GdkInterpType" link="gdk-pixbuf-Scaling.html#GdkInterpType"/>
102
+ <keyword type="function" name="gdk_pixbuf_scale_simple ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple"/>
103
+ <keyword type="function" name="gdk_pixbuf_scale ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-scale"/>
104
+ <keyword type="function" name="gdk_pixbuf_composite_color_simple ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color-simple"/>
105
+ <keyword type="function" name="gdk_pixbuf_composite ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite"/>
106
+ <keyword type="function" name="gdk_pixbuf_composite_color ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-composite-color"/>
107
+ <keyword type="enum" name="enum GdkPixbufRotation" link="gdk-pixbuf-Scaling.html#GdkPixbufRotation"/>
108
+ <keyword type="function" name="gdk_pixbuf_rotate_simple ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-rotate-simple" since="2.6"/>
109
+ <keyword type="function" name="gdk_pixbuf_flip ()" link="gdk-pixbuf-Scaling.html#gdk-pixbuf-flip" since="2.6"/>
110
+ <keyword type="function" name="gdk_pixbuf_add_alpha ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-add-alpha"/>
111
+ <keyword type="function" name="gdk_pixbuf_copy_area ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-copy-area"/>
112
+ <keyword type="function" name="gdk_pixbuf_saturate_and_pixelate ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-saturate-and-pixelate"/>
113
+ <keyword type="function" name="gdk_pixbuf_apply_embedded_orientation ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-apply-embedded-orientation" since="2.12"/>
114
+ <keyword type="function" name="gdk_pixbuf_fill ()" link="gdk-pixbuf-Utilities.html#gdk-pixbuf-fill"/>
115
+ <keyword type="struct" name="struct GdkPixbufAnimation" link="gdk-pixbuf-Animations.html#GdkPixbufAnimation-struct"/>
116
+ <keyword type="struct" name="struct GdkPixbufAnimationIter" link="gdk-pixbuf-Animations.html#GdkPixbufAnimationIter-struct"/>
117
+ <keyword type="macro" name="gdk_pixbuf_animation_new_from_file" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-new-from-file"/>
118
+ <keyword type="function" name="gdk_pixbuf_animation_ref ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-ref" deprecated="2.0: Use g_object_ref()."/>
119
+ <keyword type="function" name="gdk_pixbuf_animation_unref ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-unref" deprecated="2.0: Use g_object_unref()."/>
120
+ <keyword type="function" name="gdk_pixbuf_animation_get_width ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-width"/>
121
+ <keyword type="function" name="gdk_pixbuf_animation_get_height ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-height"/>
122
+ <keyword type="function" name="gdk_pixbuf_animation_get_iter ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-iter"/>
123
+ <keyword type="function" name="gdk_pixbuf_animation_is_static_image ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-is-static-image"/>
124
+ <keyword type="function" name="gdk_pixbuf_animation_get_static_image ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-get-static-image"/>
125
+ <keyword type="function" name="gdk_pixbuf_animation_iter_advance ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-advance"/>
126
+ <keyword type="function" name="gdk_pixbuf_animation_iter_get_delay_time ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-get-delay-time"/>
127
+ <keyword type="function" name="gdk_pixbuf_animation_iter_on_currently_loading_frame ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-on-currently-loading-frame"/>
128
+ <keyword type="function" name="gdk_pixbuf_animation_iter_get_pixbuf ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-animation-iter-get-pixbuf"/>
129
+ <keyword type="struct" name="GdkPixbufSimpleAnim" link="gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim-struct"/>
130
+ <keyword type="function" name="gdk_pixbuf_simple_anim_new ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-new" since="2.8"/>
131
+ <keyword type="function" name="gdk_pixbuf_simple_anim_add_frame ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-add-frame" since="2.8"/>
132
+ <keyword type="function" name="gdk_pixbuf_simple_anim_set_loop ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-set-loop" since="2.18"/>
133
+ <keyword type="function" name="gdk_pixbuf_simple_anim_get_loop ()" link="gdk-pixbuf-Animations.html#gdk-pixbuf-simple-anim-get-loop" since="2.18"/>
134
+ <keyword type="property" name="The &quot;loop&quot; property" link="gdk-pixbuf-Animations.html#GdkPixbufSimpleAnim--loop"/>
135
+ <keyword type="" name="Loading an animation" link="GdkPixbufLoader.html#id456443"/>
136
+ <keyword type="struct" name="struct GdkPixbufLoader" link="GdkPixbufLoader.html#GdkPixbufLoader-struct"/>
136
137
  <keyword type="function" name="gdk_pixbuf_loader_new ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-new"/>
137
138
  <keyword type="function" name="gdk_pixbuf_loader_new_with_type ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-new-with-type"/>
138
139
  <keyword type="function" name="gdk_pixbuf_loader_new_with_mime_type ()" link="GdkPixbufLoader.html#gdk-pixbuf-loader-new-with-mime-type" since="2.4"/>
@@ -159,33 +160,53 @@
159
160
  <keyword type="function" name="gdk_pixbuf_format_is_disabled ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-is-disabled" since="2.6"/>
160
161
  <keyword type="function" name="gdk_pixbuf_format_set_disabled ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-set-disabled" since="2.6"/>
161
162
  <keyword type="function" name="gdk_pixbuf_format_get_license ()" link="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-format-get-license" since="2.6"/>
162
- <keyword type="struct" name="GdkPixbufFormat" link="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"/>
163
- <keyword type="enum" name="enum GdkPixbufFormatFlags" link="gdk-pixbuf-Module-Interface.html#GdkPixbufFormatFlags"/>
164
- <keyword type="struct" name="GdkPixbufModulePattern" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePattern"/>
165
- <keyword type="function" name="GdkPixbufModuleFillVtableFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillVtableFunc"/>
166
- <keyword type="function" name="GdkPixbufModuleFillInfoFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillInfoFunc"/>
167
- <keyword type="function" name="GdkPixbufModuleSizeFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleSizeFunc"/>
168
- <keyword type="function" name="GdkPixbufModulePreparedFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePreparedFunc"/>
169
- <keyword type="function" name="GdkPixbufModuleUpdatedFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleUpdatedFunc"/>
170
- <keyword type="struct" name="GdkPixbufModule" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule"/>
171
- <keyword type="struct" name="GdkPixbufAnimationClass" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass"/>
172
- <keyword type="struct" name="GdkPixbufAnimationIterClass" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationIterClass"/>
173
- <keyword type="" name="Options" link="gdk-pixbuf-csource.html#id642171"/>
174
- <keyword type="constant" name="GDK_PIXDATA_COLOR_TYPE_RGB" link="gdk-pixbuf-inline.html#GDK-PIXDATA-COLOR-TYPE-RGB:CAPS"/>
175
- <keyword type="constant" name="GDK_PIXDATA_COLOR_TYPE_RGBA" link="gdk-pixbuf-inline.html#GDK-PIXDATA-COLOR-TYPE-RGBA:CAPS"/>
176
- <keyword type="constant" name="GDK_PIXDATA_COLOR_TYPE_MASK" link="gdk-pixbuf-inline.html#GDK-PIXDATA-COLOR-TYPE-MASK:CAPS"/>
177
- <keyword type="constant" name="GDK_PIXDATA_SAMPLE_WIDTH_8" link="gdk-pixbuf-inline.html#GDK-PIXDATA-SAMPLE-WIDTH-8:CAPS"/>
178
- <keyword type="constant" name="GDK_PIXDATA_SAMPLE_WIDTH_MASK" link="gdk-pixbuf-inline.html#GDK-PIXDATA-SAMPLE-WIDTH-MASK:CAPS"/>
179
- <keyword type="constant" name="GDK_PIXDATA_ENCODING_RAW" link="gdk-pixbuf-inline.html#GDK-PIXDATA-ENCODING-RAW:CAPS"/>
180
- <keyword type="constant" name="GDK_PIXDATA_ENCODING_RLE" link="gdk-pixbuf-inline.html#GDK-PIXDATA-ENCODING-RLE:CAPS"/>
181
- <keyword type="constant" name="GDK_PIXDATA_ENCODING_MASK" link="gdk-pixbuf-inline.html#GDK-PIXDATA-ENCODING-MASK:CAPS"/>
182
- <keyword type="constant" name="GDK_PIXDATA_DUMP_PIXDATA_STREAM" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-PIXDATA-STREAM:CAPS"/>
183
- <keyword type="constant" name="GDK_PIXDATA_DUMP_PIXDATA_STRUCT" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-PIXDATA-STRUCT:CAPS"/>
184
- <keyword type="constant" name="GDK_PIXDATA_DUMP_MACROS" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-MACROS:CAPS"/>
185
- <keyword type="constant" name="GDK_PIXDATA_DUMP_GTYPES" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-GTYPES:CAPS"/>
186
- <keyword type="constant" name="GDK_PIXDATA_DUMP_CTYPES" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-CTYPES:CAPS"/>
187
- <keyword type="constant" name="GDK_PIXDATA_DUMP_STATIC" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-STATIC:CAPS"/>
188
- <keyword type="constant" name="GDK_PIXDATA_DUMP_CONST" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-CONST:CAPS"/>
189
- <keyword type="constant" name="GDK_PIXDATA_DUMP_RLE_DECODER" link="gdk-pixbuf-inline.html#GDK-PIXDATA-DUMP-RLE-DECODER:CAPS"/>
163
+ <keyword type="struct" name="struct GdkPixbufFormat" link="gdk-pixbuf-Module-Interface.html#GdkPixbufFormat" since="2.2"/>
164
+ <keyword type="enum" name="enum GdkPixbufFormatFlags" link="gdk-pixbuf-Module-Interface.html#GdkPixbufFormatFlags" since="2.2"/>
165
+ <keyword type="struct" name="struct GdkPixbufModulePattern" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePattern" since="2.2"/>
166
+ <keyword type="function" name="GdkPixbufModuleFillVtableFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillVtableFunc" since="2.2"/>
167
+ <keyword type="function" name="GdkPixbufModuleFillInfoFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleFillInfoFunc" since="2.2"/>
168
+ <keyword type="function" name="GdkPixbufModuleSizeFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleSizeFunc" since="2.2"/>
169
+ <keyword type="function" name="GdkPixbufModulePreparedFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModulePreparedFunc" since="2.2"/>
170
+ <keyword type="function" name="GdkPixbufModuleUpdatedFunc ()" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModuleUpdatedFunc" since="2.2"/>
171
+ <keyword type="struct" name="struct GdkPixbufModule" link="gdk-pixbuf-Module-Interface.html#GdkPixbufModule"/>
172
+ <keyword type="struct" name="struct GdkPixbufAnimationClass" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationClass"/>
173
+ <keyword type="struct" name="struct GdkPixbufAnimationIterClass" link="gdk-pixbuf-Module-Interface.html#GdkPixbufAnimationIterClass"/>
174
+ <keyword type="" name="Options" link="gdk-pixbuf-csource.html#id455809"/>
175
+ <keyword type="constant" name="GDK_PIXBUF_ERROR_CORRUPT_IMAGE" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR-CORRUPT-IMAGE:CAPS"/>
176
+ <keyword type="constant" name="GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR-INSUFFICIENT-MEMORY:CAPS"/>
177
+ <keyword type="constant" name="GDK_PIXBUF_ERROR_BAD_OPTION" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR-BAD-OPTION:CAPS"/>
178
+ <keyword type="constant" name="GDK_PIXBUF_ERROR_UNKNOWN_TYPE" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR-UNKNOWN-TYPE:CAPS"/>
179
+ <keyword type="constant" name="GDK_PIXBUF_ERROR_UNSUPPORTED_OPERATION" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR-UNSUPPORTED-OPERATION:CAPS"/>
180
+ <keyword type="constant" name="GDK_PIXBUF_ERROR_FAILED" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ERROR-FAILED:CAPS"/>
181
+ <keyword type="constant" name="GDK_COLORSPACE_RGB" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-COLORSPACE-RGB:CAPS"/>
182
+ <keyword type="constant" name="GDK_PIXBUF_ALPHA_BILEVEL" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ALPHA-BILEVEL:CAPS"/>
183
+ <keyword type="constant" name="GDK_PIXBUF_ALPHA_FULL" link="gdk-pixbuf-The-GdkPixbuf-Structure.html#GDK-PIXBUF-ALPHA-FULL:CAPS"/>
184
+ <keyword type="constant" name="GDK_PIXDATA_COLOR_TYPE_RGB" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-COLOR-TYPE-RGB:CAPS"/>
185
+ <keyword type="constant" name="GDK_PIXDATA_COLOR_TYPE_RGBA" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-COLOR-TYPE-RGBA:CAPS"/>
186
+ <keyword type="constant" name="GDK_PIXDATA_COLOR_TYPE_MASK" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-COLOR-TYPE-MASK:CAPS"/>
187
+ <keyword type="constant" name="GDK_PIXDATA_SAMPLE_WIDTH_8" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-SAMPLE-WIDTH-8:CAPS"/>
188
+ <keyword type="constant" name="GDK_PIXDATA_SAMPLE_WIDTH_MASK" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-SAMPLE-WIDTH-MASK:CAPS"/>
189
+ <keyword type="constant" name="GDK_PIXDATA_ENCODING_RAW" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-ENCODING-RAW:CAPS"/>
190
+ <keyword type="constant" name="GDK_PIXDATA_ENCODING_RLE" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-ENCODING-RLE:CAPS"/>
191
+ <keyword type="constant" name="GDK_PIXDATA_ENCODING_MASK" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-ENCODING-MASK:CAPS"/>
192
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_PIXDATA_STREAM" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-PIXDATA-STREAM:CAPS"/>
193
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_PIXDATA_STRUCT" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-PIXDATA-STRUCT:CAPS"/>
194
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_MACROS" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-MACROS:CAPS"/>
195
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_GTYPES" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-GTYPES:CAPS"/>
196
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_CTYPES" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-CTYPES:CAPS"/>
197
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_STATIC" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-STATIC:CAPS"/>
198
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_CONST" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-CONST:CAPS"/>
199
+ <keyword type="constant" name="GDK_PIXDATA_DUMP_RLE_DECODER" link="gdk-pixbuf-Inline-data.html#GDK-PIXDATA-DUMP-RLE-DECODER:CAPS"/>
200
+ <keyword type="constant" name="GDK_INTERP_NEAREST" link="gdk-pixbuf-Scaling.html#GDK-INTERP-NEAREST:CAPS"/>
201
+ <keyword type="constant" name="GDK_INTERP_TILES" link="gdk-pixbuf-Scaling.html#GDK-INTERP-TILES:CAPS"/>
202
+ <keyword type="constant" name="GDK_INTERP_BILINEAR" link="gdk-pixbuf-Scaling.html#GDK-INTERP-BILINEAR:CAPS"/>
203
+ <keyword type="constant" name="GDK_INTERP_HYPER" link="gdk-pixbuf-Scaling.html#GDK-INTERP-HYPER:CAPS"/>
204
+ <keyword type="constant" name="GDK_PIXBUF_ROTATE_NONE" link="gdk-pixbuf-Scaling.html#GDK-PIXBUF-ROTATE-NONE:CAPS"/>
205
+ <keyword type="constant" name="GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE" link="gdk-pixbuf-Scaling.html#GDK-PIXBUF-ROTATE-COUNTERCLOCKWISE:CAPS"/>
206
+ <keyword type="constant" name="GDK_PIXBUF_ROTATE_UPSIDEDOWN" link="gdk-pixbuf-Scaling.html#GDK-PIXBUF-ROTATE-UPSIDEDOWN:CAPS"/>
207
+ <keyword type="constant" name="GDK_PIXBUF_ROTATE_CLOCKWISE" link="gdk-pixbuf-Scaling.html#GDK-PIXBUF-ROTATE-CLOCKWISE:CAPS"/>
208
+ <keyword type="constant" name="GDK_PIXBUF_FORMAT_WRITABLE" link="gdk-pixbuf-Module-Interface.html#GDK-PIXBUF-FORMAT-WRITABLE:CAPS"/>
209
+ <keyword type="constant" name="GDK_PIXBUF_FORMAT_SCALABLE" link="gdk-pixbuf-Module-Interface.html#GDK-PIXBUF-FORMAT-SCALABLE:CAPS"/>
210
+ <keyword type="constant" name="GDK_PIXBUF_FORMAT_THREADSAFE" link="gdk-pixbuf-Module-Interface.html#GDK-PIXBUF-FORMAT-THREADSAFE:CAPS"/>
190
211
  </functions>
191
212
  </book>