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
@@ -5,10 +5,46 @@
5
5
  #ifndef GDK_PIXBUF_FEATURES_H
6
6
  #define GDK_PIXBUF_FEATURES_H 1
7
7
 
8
+ /**
9
+ * SECTION:initialization_versions
10
+ * @Short_description:
11
+ Library version numbers.
12
+ * @Title: Initialization and Versions
13
+ *
14
+ * These macros and variables let you check the version of &gdk-pixbuf;
15
+ * you're linking against.
16
+ */
17
+
18
+ /**
19
+ * GDK_PIXBUF_MAJOR:
20
+ *
21
+ * Major version of &gdk-pixbuf; library, that is the first "0" in
22
+ * "0.8.0" for example.
23
+ */
24
+ /**
25
+ * GDK_PIXBUF_MINOR:
26
+ *
27
+ * Minor version of &gdk-pixbuf; library, that is the "8" in
28
+ * "0.8.0" for example.
29
+ */
30
+ /**
31
+ * GDK_PIXBUF_MICRO:
32
+ *
33
+ * Micro version of &gdk-pixbuf; library, that is the last "0" in
34
+ * "0.8.0" for example.
35
+ */
36
+ /**
37
+ * GDK_PIXBUF_VERSION:
38
+ *
39
+ * Contains the full version of the &gdk-pixbuf; header as a string.
40
+ * This is the version being compiled against; contrast with
41
+ * #gdk_pixbuf_version.
42
+ */
43
+
8
44
  #define GDK_PIXBUF_MAJOR (2)
9
- #define GDK_PIXBUF_MINOR (22)
10
- #define GDK_PIXBUF_MICRO (1)
11
- #define GDK_PIXBUF_VERSION "2.22.1"
45
+ #define GDK_PIXBUF_MINOR (24)
46
+ #define GDK_PIXBUF_MICRO (0)
47
+ #define GDK_PIXBUF_VERSION "2.24.0"
12
48
 
13
49
  /* We prefix variable declarations so they can
14
50
  * properly get exported/imported from Windows DLLs.
@@ -31,6 +67,49 @@
31
67
  # define GDK_PIXBUF_VAR extern
32
68
  #endif /* !G_PLATFORM_WIN32 */
33
69
 
70
+ /**
71
+ * gdk_pixbuf_major_version:
72
+ *
73
+ * The major version number of the &gdk-pixbuf; library. (e.g. in
74
+ * &gdk-pixbuf; version 1.2.5 this is 1.)
75
+ *
76
+ *
77
+ * This variable is in the library, so represents the
78
+ * &gdk-pixbuf; library you have linked against. Contrast with the
79
+ * #GDK_PIXBUF_MAJOR macro, which represents the major version of the
80
+ * &gdk-pixbuf; headers you have included.
81
+ */
82
+ /**
83
+ * gdk_pixbuf_minor_version:
84
+ *
85
+ * The minor version number of the &gdk-pixbuf; library. (e.g. in
86
+ * &gdk-pixbuf; version 1.2.5 this is 2.)
87
+ *
88
+ *
89
+ * This variable is in the library, so represents the
90
+ * &gdk-pixbuf; library you have linked against. Contrast with the
91
+ * #GDK_PIXBUF_MINOR macro, which represents the minor version of the
92
+ * &gdk-pixbuf; headers you have included.
93
+ */
94
+ /**
95
+ * gdk_pixbuf_micro_version:
96
+ *
97
+ * The micro version number of the &gdk-pixbuf; library. (e.g. in
98
+ * &gdk-pixbuf; version 1.2.5 this is 5.)
99
+ *
100
+ *
101
+ * This variable is in the library, so represents the
102
+ * &gdk-pixbuf; library you have linked against. Contrast with the
103
+ * #GDK_PIXBUF_MICRO macro, which represents the micro version of the
104
+ * &gdk-pixbuf; headers you have included.
105
+ */
106
+ /**
107
+ * gdk_pixbuf_version:
108
+ *
109
+ * Contains the full version of the &gdk-pixbuf; library as a string.
110
+ * This is the version currently in use by a running program.
111
+ */
112
+
34
113
  GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version;
35
114
  GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version;
36
115
  GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version;
@@ -68,13 +68,69 @@ void gdk_pixbuf_format_free (GdkPixbufFormat *format);
68
68
 
69
69
 
70
70
 
71
+ /**
72
+ * GdkPixbufModuleSizeFunc:
73
+ * @width: pointer to a location containing the current image width
74
+ * @height: pointer to a location containing the current image height
75
+ * @user_data: the loader.
76
+ *
77
+ * Defines the type of the function that gets called once the size
78
+ * of the loaded image is known.
79
+ *
80
+ * The function is expected to set @width and @height to the desired
81
+ * size to which the image should be scaled. If a module has no efficient
82
+ * way to achieve the desired scaling during the loading of the image, it may
83
+ * either ignore the size request, or only approximate it -- &gdk-pixbuf; will
84
+ * then perform the required scaling on the completely loaded image.
85
+ *
86
+ * If the function sets @width or @height to zero, the module should interpret
87
+ * this as a hint that it will be closed soon and shouldn't allocate further
88
+ * resources. This convention is used to implement gdk_pixbuf_get_file_info()
89
+ * efficiently.
90
+ *
91
+ * Since: 2.2
92
+ */
71
93
  typedef void (* GdkPixbufModuleSizeFunc) (gint *width,
72
94
  gint *height,
73
95
  gpointer user_data);
74
96
 
97
+ /**
98
+ * GdkPixbufModulePreparedFunc:
99
+ * @pixbuf: the #GdkPixbuf that is currently being loaded.
100
+ * @anim: if an animation is being loaded, the #GdkPixbufAnimation, else %NULL.
101
+ * @user_data: the loader.
102
+ *
103
+ * Defines the type of the function that gets called once the initial
104
+ * setup of @pixbuf is done.
105
+ *
106
+ * #GdkPixbufLoader uses a function of this type to emit the
107
+ * "<link linkend="GdkPixbufLoader-area-prepared">area_prepared</link>"
108
+ * signal.
109
+ *
110
+ * Since: 2.2
111
+ */
75
112
  typedef void (* GdkPixbufModulePreparedFunc) (GdkPixbuf *pixbuf,
76
113
  GdkPixbufAnimation *anim,
77
114
  gpointer user_data);
115
+
116
+ /**
117
+ * GdkPixbufModuleUpdatedFunc:
118
+ * @pixbuf: the #GdkPixbuf that is currently being loaded.
119
+ * @x: the X origin of the updated area.
120
+ * @y: the Y origin of the updated area.
121
+ * @width: the width of the updated area.
122
+ * @height: the height of the updated area.
123
+ * @user_data: the loader.
124
+ *
125
+ * Defines the type of the function that gets called every time a region
126
+ * of @pixbuf is updated.
127
+ *
128
+ * #GdkPixbufLoader uses a function of this type to emit the
129
+ * "<link linkend="GdkPixbufLoader-area-updated">area_updated</link>"
130
+ * signal.
131
+ *
132
+ * Since: 2.2
133
+ */
78
134
  typedef void (* GdkPixbufModuleUpdatedFunc) (GdkPixbuf *pixbuf,
79
135
  int x,
80
136
  int y,
@@ -82,6 +138,43 @@ typedef void (* GdkPixbufModuleUpdatedFunc) (GdkPixbuf *pixbuf,
82
138
  int height,
83
139
  gpointer user_data);
84
140
 
141
+ /**
142
+ * GdkPixbufModulePattern:
143
+ * @prefix: the prefix for this pattern
144
+ * @mask: mask containing bytes which modify how the prefix is matched against
145
+ * test data
146
+ * @relevance: relevance of this pattern
147
+ *
148
+ * The signature of a module is a set of prefixes. Prefixes are encoded as
149
+ * pairs of ordinary strings, where the second string, called the mask, if
150
+ * not %NULL, must be of the same length as the first one and may contain
151
+ * ' ', '!', 'x', 'z', and 'n' to indicate bytes that must be matched,
152
+ * not matched, "don't-care"-bytes, zeros and non-zeros.
153
+ * Each prefix has an associated integer that describes the relevance of
154
+ * the prefix, with 0 meaning a mismatch and 100 a "perfect match".
155
+ *
156
+ * Starting with &gdk-pixbuf; 2.8, the first byte of the mask may be '*',
157
+ * indicating an unanchored pattern that matches not only at the beginning,
158
+ * but also in the middle. Versions prior to 2.8 will interpret the '*'
159
+ * like an 'x'.
160
+ *
161
+ * The signature of a module is stored as an array of
162
+ * #GdkPixbufModulePattern<!-- -->s. The array is terminated by a pattern
163
+ * where the @prefix is %NULL.
164
+ *
165
+ *
166
+ * <informalexample><programlisting>
167
+ * GdkPixbufModulePattern *signature[] = {
168
+ * { "abcdx", " !x z", 100 },
169
+ * { "bla", NULL, 90 },
170
+ * { NULL, NULL, 0 }
171
+ * };
172
+ * </programlisting>
173
+ * The example matches e.g. "auud\0" with relevance 100, and "blau" with
174
+ * relevance 90.</informalexample>
175
+ *
176
+ * Since: 2.2
177
+ */
85
178
  typedef struct _GdkPixbufModulePattern GdkPixbufModulePattern;
86
179
  struct _GdkPixbufModulePattern {
87
180
  char *prefix;
@@ -89,6 +182,30 @@ struct _GdkPixbufModulePattern {
89
182
  int relevance;
90
183
  };
91
184
 
185
+ /**
186
+ * GdkPixbufModule:
187
+ * @module_name: the name of the module, usually the same as the
188
+ * usual file extension for images of this type, eg. "xpm", "jpeg" or "png".
189
+ * @module_path: the path from which the module is loaded.
190
+ * @module: the loaded #GModule.
191
+ * @info: a #GdkPixbufFormat holding information about the module.
192
+ * @load: loads an image from a file.
193
+ * @load_xpm_data: loads an image from data in memory.
194
+ * @begin_load: begins an incremental load.
195
+ * @stop_load: stops an incremental load.
196
+ * @load_increment: continues an incremental load.
197
+ * @load_animation: loads an animation from a file.
198
+ * @save: saves a #GdkPixbuf to a file.
199
+ * @save_to_callback: saves a #GdkPixbuf by calling the given #GdkPixbufSaveFunc.
200
+ *
201
+ * A #GdkPixbufModule contains the necessary functions to load and save
202
+ * images in a certain file format.
203
+ *
204
+ * A #GdkPixbufModule can be loaded dynamically from a #GModule.
205
+ * Each loadable module must contain a #GdkPixbufModuleFillVtableFunc function
206
+ * named <function>fill_vtable</function>, which will get called when the module
207
+ * is loaded and must set the function pointers of the #GdkPixbufModule.
208
+ */
92
209
  typedef struct _GdkPixbufModule GdkPixbufModule;
93
210
  struct _GdkPixbufModule {
94
211
  char *module_name;
@@ -141,7 +258,27 @@ struct _GdkPixbufModule {
141
258
 
142
259
  };
143
260
 
261
+ /**
262
+ * GdkPixbufModuleFillVtableFunc:
263
+ * @module: a #GdkPixbufModule.
264
+ *
265
+ * Defines the type of the function used to set the vtable of a
266
+ * #GdkPixbufModule when it is loaded.
267
+ *
268
+ * Since: 2.2
269
+ */
270
+
144
271
  typedef void (* GdkPixbufModuleFillVtableFunc) (GdkPixbufModule *module);
272
+
273
+ /**
274
+ * GdkPixbufModuleFillInfoFunc:
275
+ * @info: a #GdkPixbufFormat.
276
+ *
277
+ * Defines the type of the function used to fill a
278
+ * #GdkPixbufFormat structure with information about a module.
279
+ *
280
+ * Since: 2.2
281
+ */
145
282
  typedef void (* GdkPixbufModuleFillInfoFunc) (GdkPixbufFormat *info);
146
283
 
147
284
  /* key/value pairs that can be attached by the pixbuf loader */
@@ -150,6 +287,19 @@ gboolean gdk_pixbuf_set_option (GdkPixbuf *pixbuf,
150
287
  const gchar *key,
151
288
  const gchar *value);
152
289
 
290
+ /**
291
+ * GdkPixbufFormatFlags:
292
+ * @GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format.
293
+ * @GDK_PIXBUF_FORMAT_SCALABLE: the image format is scalable
294
+ * @GDK_PIXBUF_FORMAT_THREADSAFE: the module is threadsafe. If this flag is not
295
+ * set, &gdk-pixbuf; will use a lock to prevent multiple threads from using
296
+ * this module at the same time. (Since 2.6)
297
+ *
298
+ * Flags which allow a module to specify further details about the supported
299
+ * operations.
300
+ *
301
+ * Since: 2.2
302
+ */
153
303
  typedef enum /*< skip >*/
154
304
  {
155
305
  GDK_PIXBUF_FORMAT_WRITABLE = 1 << 0,
@@ -157,6 +307,26 @@ typedef enum /*< skip >*/
157
307
  GDK_PIXBUF_FORMAT_THREADSAFE = 1 << 2
158
308
  } GdkPixbufFormatFlags;
159
309
 
310
+ /**
311
+ * GdkPixbufFormat:
312
+ * @name: the name of the image format.
313
+ * @signature: the signature of the module.
314
+ * @domain: the message domain for the @description.
315
+ * @description: a description of the image format.
316
+ * @mime_types: a %NULL-terminated array of MIME types for the image format.
317
+ * @extensions: a %NULL-terminated array of typical filename extensions for the
318
+ * image format.
319
+ * @flags: a combination of #GdkPixbufFormatFlags.
320
+ * @disabled: a boolean determining whether the loader is disabled.
321
+ * @license: a string containing license information, typically set to
322
+ * shorthands like "GPL", "LGPL", etc.
323
+ *
324
+ * A #GdkPixbufFormat contains information about the image format accepted by a
325
+ * module. Only modules should access the fields directly, applications should
326
+ * use the <function>gdk_pixbuf_format_*</function> functions.
327
+ *
328
+ * Since: 2.2
329
+ */
160
330
  struct _GdkPixbufFormat {
161
331
  gchar *name;
162
332
  GdkPixbufModulePattern *signature;
@@ -45,7 +45,12 @@ G_BEGIN_DECLS
45
45
  #define GDK_IS_PIXBUF_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXBUF_LOADER))
46
46
  #define GDK_PIXBUF_LOADER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_LOADER, GdkPixbufLoaderClass))
47
47
 
48
-
48
+ /**
49
+ * GdkPixbufLoader:
50
+ *
51
+ * The <structname>GdkPixbufLoader</structname> struct contains only private
52
+ * fields.
53
+ */
49
54
  typedef struct _GdkPixbufLoader GdkPixbufLoader;
50
55
  struct _GdkPixbufLoader
51
56
  {
@@ -32,6 +32,11 @@
32
32
 
33
33
  G_BEGIN_DECLS
34
34
 
35
+ /**
36
+ * GdkPixbufSimpleAnim:
37
+ *
38
+ * An opaque struct representing a simple animation.
39
+ */
35
40
  typedef struct _GdkPixbufSimpleAnim GdkPixbufSimpleAnim;
36
41
  typedef struct _GdkPixbufSimpleAnimClass GdkPixbufSimpleAnimClass;
37
42
 
@@ -38,7 +38,38 @@ G_BEGIN_DECLS
38
38
 
39
39
  /* Scaling */
40
40
 
41
- /* Interpolation modes */
41
+ /**
42
+ * GdkInterpType:
43
+ * @GDK_INTERP_NEAREST: Nearest neighbor sampling; this is the fastest
44
+ * and lowest quality mode. Quality is normally unacceptable when scaling
45
+ * down, but may be OK when scaling up.
46
+ * @GDK_INTERP_TILES: This is an accurate simulation of the PostScript
47
+ * image operator without any interpolation enabled. Each pixel is
48
+ * rendered as a tiny parallelogram of solid color, the edges of which
49
+ * are implemented with antialiasing. It resembles nearest neighbor for
50
+ * enlargement, and bilinear for reduction.
51
+ * @GDK_INTERP_BILINEAR: Best quality/speed balance; use this mode by
52
+ * default. Bilinear interpolation. For enlargement, it is
53
+ * equivalent to point-sampling the ideal bilinear-interpolated image.
54
+ * For reduction, it is equivalent to laying down small tiles and
55
+ * integrating over the coverage area.
56
+ * @GDK_INTERP_HYPER: This is the slowest and highest quality
57
+ * reconstruction function. It is derived from the hyperbolic filters in
58
+ * Wolberg's "Digital Image Warping", and is formally defined as the
59
+ * hyperbolic-filter sampling the ideal hyperbolic-filter interpolated
60
+ * image (the filter is designed to be idempotent for 1:1 pixel mapping).
61
+ *
62
+ * This enumeration describes the different interpolation modes that
63
+ * can be used with the scaling functions. @GDK_INTERP_NEAREST is
64
+ * the fastest scaling method, but has horrible quality when
65
+ * scaling down. @GDK_INTERP_BILINEAR is the best choice if you
66
+ * aren't sure what to choose, it has a good speed/quality balance.
67
+ *
68
+ * <note>
69
+ * Cubic filtering is missing from the list; hyperbolic
70
+ * interpolation is just as fast and results in higher quality.
71
+ * </note>
72
+ */
42
73
  typedef enum {
43
74
  GDK_INTERP_NEAREST,
44
75
  GDK_INTERP_TILES,
@@ -46,6 +77,16 @@ typedef enum {
46
77
  GDK_INTERP_HYPER
47
78
  } GdkInterpType;
48
79
 
80
+ /**
81
+ * GdkPixbufRotation:
82
+ * @GDK_PIXBUF_ROTATE_NONE: No rotation.
83
+ * @GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE: Rotate by 90 degrees.
84
+ * @GDK_PIXBUF_ROTATE_UPSIDEDOWN: Rotate by 180 degrees.
85
+ * @GDK_PIXBUF_ROTATE_CLOCKWISE: Rotate by 270 degrees.
86
+ *
87
+ * The possible rotations which can be passed to gdk_pixbuf_rotate_simple().
88
+ * To make them easier to use, their numerical values are the actual degrees.
89
+ */
49
90
  typedef enum {
50
91
  GDK_PIXBUF_ROTATE_NONE = 0,
51
92
  GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE = 90,
@@ -6,8 +6,8 @@
6
6
 
7
7
  # GdkPixbuf Image Loader Modules file
8
8
  # Automatically generated file, do not edit
9
- # Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.22.1
9
+ # Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.24.0
10
10
  #
11
- # LoaderDir = c:\devel\target\b004e8b256758d9b1c299e121e75e31a/lib/gdk-pixbuf-2.0/2.10.0/loaders
11
+ # LoaderDir = C:\MinGW\msys\1.0\devel\target\d5694c066a2520504d46fdfa00a43b40/lib/gdk-pixbuf-2.0/2.10.0/loaders
12
12
  #
13
13
 
@@ -10,8 +10,10 @@ gdk_pixbuf_cache_file=${gdk_pixbuf_binarydir}/loaders.cache
10
10
 
11
11
  Name: GdkPixbuf
12
12
  Description: Image loading and scaling
13
- Version: 2.22.1
14
- Requires: gobject-2.0 gmodule-no-export-2.0
13
+ Version: 2.24.0
14
+ Requires: gobject-2.0
15
+ Requires.private: gmodule-no-export-2.0
15
16
  Libs: -L${libdir} -lgdk_pixbuf-2.0
17
+ Libs.private: -LC:/MinGW/msys/1.0/devel/dist/win32/libpng-1.4.3-1/lib -lpng14
16
18
  Cflags: -I${includedir}/gdk-pixbuf-2.0
17
19
 
@@ -26,22 +26,21 @@ share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html
26
26
  share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html
27
27
  share/gtk-doc/html/gdk-pixbuf/api-index-full.html
28
28
  share/gtk-doc/html/gdk-pixbuf/composite.png
29
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html
30
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html
29
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html
31
30
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html
32
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html
33
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html
31
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html
32
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html
34
33
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html
35
34
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html
36
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html
37
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html
35
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html
36
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html
38
37
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html
39
38
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html
40
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html
41
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html
42
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html
39
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html
40
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html
41
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html
42
+ share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html
43
43
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html
44
- share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp
45
44
  share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2
46
45
  share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html
47
46
  share/gtk-doc/html/gdk-pixbuf/home.png
@@ -54,6 +53,6 @@ share/gtk-doc/html/gdk-pixbuf/rn01.html
54
53
  share/gtk-doc/html/gdk-pixbuf/rn02.html
55
54
  share/gtk-doc/html/gdk-pixbuf/style.css
56
55
  share/gtk-doc/html/gdk-pixbuf/up.png
57
- src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.sh
58
- src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.log
59
- manifest/gdk-pixbuf-dev_2.22.1-1_win32.mft
56
+ src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh
57
+ src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log
58
+ manifest/gdk-pixbuf-dev_2.24.0-1_win32.mft