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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -2
  3. data/lib/gdk_pixbuf2/loader.rb +0 -6
  4. data/lib/gdk_pixbuf2/pixbuf.rb +13 -0
  5. data/test/run-test.rb +2 -0
  6. data/test/test-pixbuf.rb +3 -0
  7. data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
  8. data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
  9. data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
  10. data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
  11. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +23 -4
  12. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +83 -5
  13. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +7 -0
  14. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +8 -4
  15. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +24 -10
  16. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +11 -0
  17. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +662 -0
  18. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +6 -0
  19. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +7 -0
  20. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +1 -0
  21. data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +5 -5
  22. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +71 -71
  23. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
  24. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
  25. data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
  26. data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
  27. data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
  28. data/vendor/local/lib/libgdk_pixbuf-2.0.la +2 -2
  29. data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +1 -1
  30. data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +201 -3
  31. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +78 -78
  32. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +3 -3
  33. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +3 -3
  34. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +3 -3
  35. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -3
  36. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +3 -3
  37. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +3 -3
  38. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +3 -3
  39. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-32.html +5 -5
  40. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-36.html +146 -0
  41. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +3 -3
  42. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +3 -3
  43. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +3 -3
  44. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +3 -3
  45. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +107 -3
  46. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +90 -90
  47. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +106 -106
  48. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +257 -99
  49. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +36 -35
  50. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +49 -49
  51. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +128 -73
  52. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +17 -17
  53. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +28 -28
  54. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +164 -75
  55. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +19 -19
  56. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +295 -6
  57. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +8 -8
  58. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +8 -8
  59. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +27 -27
  60. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +3 -3
  61. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +6 -6
  62. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +3 -3
  63. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +3 -3
  65. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +28 -0
  66. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +5 -4
  67. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +5 -5
  68. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +3 -3
  69. data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +3 -3
  70. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  71. data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  72. data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  73. data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  74. data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  75. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  76. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  77. data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  78. data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  79. data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  80. data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  81. data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  82. data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  83. data/vendor/local/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  84. data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  85. data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  86. data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  87. data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  88. data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  89. data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  90. data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  91. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  92. data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  93. data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  94. data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  95. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  96. data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  97. data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  98. data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  99. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
  100. data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +2 -2
  101. data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
  102. metadata +8 -7
  103. data/vendor/local/lib/gdk_pixbuf-2.0.def +0 -134
@@ -46,16 +46,22 @@ typedef struct _GdkPixbufSimpleAnimClass GdkPixbufSimpleAnimClass;
46
46
  #define GDK_IS_PIXBUF_SIMPLE_ANIM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXBUF_SIMPLE_ANIM))
47
47
  #define GDK_PIXBUF_SIMPLE_ANIM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_SIMPLE_ANIM, GdkPixbufSimpleAnimClass))
48
48
 
49
+ GDK_PIXBUF_AVAILABLE_IN_ALL
49
50
  GType gdk_pixbuf_simple_anim_get_type (void) G_GNUC_CONST;
51
+ GDK_PIXBUF_AVAILABLE_IN_ALL
50
52
  GType gdk_pixbuf_simple_anim_iter_get_type (void) G_GNUC_CONST;
51
53
 
54
+ GDK_PIXBUF_AVAILABLE_IN_2_8
52
55
  GdkPixbufSimpleAnim *gdk_pixbuf_simple_anim_new (gint width,
53
56
  gint height,
54
57
  gfloat rate);
58
+ GDK_PIXBUF_AVAILABLE_IN_2_8
55
59
  void gdk_pixbuf_simple_anim_add_frame (GdkPixbufSimpleAnim *animation,
56
60
  GdkPixbuf *pixbuf);
61
+ GDK_PIXBUF_AVAILABLE_IN_ALL
57
62
  void gdk_pixbuf_simple_anim_set_loop (GdkPixbufSimpleAnim *animation,
58
63
  gboolean loop);
64
+ GDK_PIXBUF_AVAILABLE_IN_ALL
59
65
  gboolean gdk_pixbuf_simple_anim_get_loop (GdkPixbufSimpleAnim *animation);
60
66
 
61
67
  G_END_DECLS
@@ -92,6 +92,7 @@ typedef enum {
92
92
  GDK_PIXBUF_ROTATE_CLOCKWISE = 270
93
93
  } GdkPixbufRotation;
94
94
 
95
+ GDK_PIXBUF_AVAILABLE_IN_ALL
95
96
  void gdk_pixbuf_scale (const GdkPixbuf *src,
96
97
  GdkPixbuf *dest,
97
98
  int dest_x,
@@ -103,6 +104,7 @@ void gdk_pixbuf_scale (const GdkPixbuf *src,
103
104
  double scale_x,
104
105
  double scale_y,
105
106
  GdkInterpType interp_type);
107
+ GDK_PIXBUF_AVAILABLE_IN_ALL
106
108
  void gdk_pixbuf_composite (const GdkPixbuf *src,
107
109
  GdkPixbuf *dest,
108
110
  int dest_x,
@@ -115,6 +117,7 @@ void gdk_pixbuf_composite (const GdkPixbuf *src,
115
117
  double scale_y,
116
118
  GdkInterpType interp_type,
117
119
  int overall_alpha);
120
+ GDK_PIXBUF_AVAILABLE_IN_ALL
118
121
  void gdk_pixbuf_composite_color (const GdkPixbuf *src,
119
122
  GdkPixbuf *dest,
120
123
  int dest_x,
@@ -133,11 +136,13 @@ void gdk_pixbuf_composite_color (const GdkPixbuf *src,
133
136
  guint32 color1,
134
137
  guint32 color2);
135
138
 
139
+ GDK_PIXBUF_AVAILABLE_IN_ALL
136
140
  GdkPixbuf *gdk_pixbuf_scale_simple (const GdkPixbuf *src,
137
141
  int dest_width,
138
142
  int dest_height,
139
143
  GdkInterpType interp_type);
140
144
 
145
+ GDK_PIXBUF_AVAILABLE_IN_ALL
141
146
  GdkPixbuf *gdk_pixbuf_composite_color_simple (const GdkPixbuf *src,
142
147
  int dest_width,
143
148
  int dest_height,
@@ -147,8 +152,10 @@ GdkPixbuf *gdk_pixbuf_composite_color_simple (const GdkPixbuf *src,
147
152
  guint32 color1,
148
153
  guint32 color2);
149
154
 
155
+ GDK_PIXBUF_AVAILABLE_IN_2_6
150
156
  GdkPixbuf *gdk_pixbuf_rotate_simple (const GdkPixbuf *src,
151
157
  GdkPixbufRotation angle);
158
+ GDK_PIXBUF_AVAILABLE_IN_2_6
152
159
  GdkPixbuf *gdk_pixbuf_flip (const GdkPixbuf *src,
153
160
  gboolean horizontal);
154
161
 
@@ -27,6 +27,7 @@
27
27
  #define GDK_PIXBUF_H_INSIDE
28
28
 
29
29
  #include <glib.h>
30
+ #include <gdk-pixbuf/gdk-pixbuf-macros.h>
30
31
  #include <gdk-pixbuf/gdk-pixbuf-features.h>
31
32
  #include <glib-object.h>
32
33
 
@@ -103,19 +103,19 @@ struct _GdkPixdata
103
103
  #define GDK_PIXDATA_HEADER_LENGTH (4 + 4 + 4 + 4 + 4 + 4)
104
104
 
105
105
  /* the returned stream is plain htonl of GdkPixdata members + pixel_data */
106
- G_DEPRECATED
106
+ GDK_PIXBUF_DEPRECATED_IN_2_32
107
107
  guint8* gdk_pixdata_serialize (const GdkPixdata *pixdata,
108
108
  guint *stream_length_p);
109
- G_DEPRECATED
109
+ GDK_PIXBUF_DEPRECATED_IN_2_32
110
110
  gboolean gdk_pixdata_deserialize (GdkPixdata *pixdata,
111
111
  guint stream_length,
112
112
  const guint8 *stream,
113
113
  GError **error);
114
- G_DEPRECATED
114
+ GDK_PIXBUF_DEPRECATED_IN_2_32
115
115
  gpointer gdk_pixdata_from_pixbuf (GdkPixdata *pixdata,
116
116
  const GdkPixbuf *pixbuf,
117
117
  gboolean use_rle);
118
- G_DEPRECATED
118
+ GDK_PIXBUF_DEPRECATED_IN_2_32
119
119
  GdkPixbuf* gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata,
120
120
  gboolean copy_pixels,
121
121
  GError **error);
@@ -163,7 +163,7 @@ typedef enum
163
163
  } GdkPixdataDumpType;
164
164
 
165
165
 
166
- G_DEPRECATED
166
+ GDK_PIXBUF_DEPRECATED_IN_2_32
167
167
  GString* gdk_pixdata_to_csource (GdkPixdata *pixdata,
168
168
  const gchar *name,
169
169
  GdkPixdataDumpType dump_type);
@@ -1,38 +1,14 @@
1
1
  # GdkPixbuf Image Loader Modules file
2
2
  # Automatically generated file, do not edit
3
- # Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.32.1
3
+ # Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.32.2
4
4
  #
5
5
  # LoaderDir = /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders
6
6
  #
7
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so"
8
- "pnm" 4 "gdk-pixbuf" "PNM/PBM/PGM/PPM" "LGPL"
9
- "image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" ""
10
- "pnm" "pbm" "pgm" "ppm" ""
11
- "P1" "" 100
12
- "P2" "" 100
13
- "P3" "" 100
14
- "P4" "" 100
15
- "P5" "" 100
16
- "P6" "" 100
17
-
18
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so"
19
- "jpeg" 5 "gdk-pixbuf" "JPEG" "LGPL"
20
- "image/jpeg" ""
21
- "jpeg" "jpe" "jpg" ""
22
- "\377\330" "" 100
23
-
24
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so"
25
- "png" 5 "gdk-pixbuf" "PNG" "LGPL"
26
- "image/png" ""
27
- "png" ""
28
- "\211PNG\r\n\032\n" "" 100
29
-
30
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so"
31
- "xbm" 4 "gdk-pixbuf" "XBM" "LGPL"
32
- "image/x-xbitmap" ""
33
- "xbm" ""
34
- "#define " "" 100
35
- "/*" "" 50
7
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so"
8
+ "xpm" 4 "gdk-pixbuf" "XPM" "LGPL"
9
+ "image/x-xpixmap" ""
10
+ "xpm" ""
11
+ "/* XPM */" "" 100
36
12
 
37
13
  "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so"
38
14
  "qtif" 4 "gdk-pixbuf" "QuickTime" "LGPL"
@@ -41,34 +17,11 @@
41
17
  "abcdidsc" "xxxx " 100
42
18
  "abcdidat" "xxxx " 100
43
19
 
44
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so"
45
- "icns" 4 "gdk-pixbuf" "MacOS X icon" "GPL"
46
- "image/x-icns" ""
47
- "icns" ""
48
- "icns" "" 100
49
-
50
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so"
51
- "ani" 4 "gdk-pixbuf" "Windows animated cursor" "LGPL"
52
- "application/x-navi-animation" ""
53
- "ani" ""
54
- "RIFF ACON" " xxxx " 100
55
-
56
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so"
57
- "tga" 4 "gdk-pixbuf" "Targa" "LGPL"
58
- "image/x-tga" ""
59
- "tga" "targa" ""
60
- " \001\001" "x " 100
61
- " \001\t" "x " 100
62
- " \002" "xz " 99
63
- " \003" "xz " 100
64
- " \n" "xz " 100
65
- " \v" "xz " 100
66
-
67
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so"
68
- "xpm" 4 "gdk-pixbuf" "XPM" "LGPL"
69
- "image/x-xpixmap" ""
70
- "xpm" ""
71
- "/* XPM */" "" 100
20
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so"
21
+ "gif" 4 "gdk-pixbuf" "GIF" "LGPL"
22
+ "image/gif" ""
23
+ "gif" ""
24
+ "GIF8" "" 100
72
25
 
73
26
  "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so"
74
27
  "svg" 6 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL"
@@ -77,19 +30,6 @@
77
30
  " <svg" "* " 100
78
31
  " <!DOCTYPE svg" "* " 100
79
32
 
80
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so"
81
- "gif" 4 "gdk-pixbuf" "GIF" "LGPL"
82
- "image/gif" ""
83
- "gif" ""
84
- "GIF8" "" 100
85
-
86
- "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so"
87
- "ico" 5 "gdk-pixbuf" "Windows icon" "LGPL"
88
- "image/x-icon" "image/x-ico" "image/x-win-bitmap" ""
89
- "ico" "cur" ""
90
- " \001 " "zz znz" 100
91
- " \002 " "zz znz" 100
92
-
93
33
  "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so"
94
34
  "bmp" 5 "gdk-pixbuf" "BMP" "LGPL"
95
35
  "image/bmp" "image/x-bmp" "image/x-MS-bmp" ""
@@ -104,4 +44,64 @@
104
44
  "II* " " z" 100
105
45
  "II* \020 CR\002 " " z zzz z" 0
106
46
 
47
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so"
48
+ "xbm" 4 "gdk-pixbuf" "XBM" "LGPL"
49
+ "image/x-xbitmap" ""
50
+ "xbm" ""
51
+ "#define " "" 100
52
+ "/*" "" 50
53
+
54
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so"
55
+ "ico" 5 "gdk-pixbuf" "Windows icon" "LGPL"
56
+ "image/x-icon" "image/x-ico" "image/x-win-bitmap" ""
57
+ "ico" "cur" ""
58
+ " \001 " "zz znz" 100
59
+ " \002 " "zz znz" 100
60
+
61
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so"
62
+ "png" 5 "gdk-pixbuf" "PNG" "LGPL"
63
+ "image/png" ""
64
+ "png" ""
65
+ "\211PNG\r\n\032\n" "" 100
66
+
67
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so"
68
+ "tga" 4 "gdk-pixbuf" "Targa" "LGPL"
69
+ "image/x-tga" ""
70
+ "tga" "targa" ""
71
+ " \001\001" "x " 100
72
+ " \001\t" "x " 100
73
+ " \002" "xz " 99
74
+ " \003" "xz " 100
75
+ " \n" "xz " 100
76
+ " \v" "xz " 100
77
+
78
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so"
79
+ "ani" 4 "gdk-pixbuf" "Windows animated cursor" "LGPL"
80
+ "application/x-navi-animation" ""
81
+ "ani" ""
82
+ "RIFF ACON" " xxxx " 100
83
+
84
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so"
85
+ "pnm" 4 "gdk-pixbuf" "PNM/PBM/PGM/PPM" "LGPL"
86
+ "image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" ""
87
+ "pnm" "pbm" "pgm" "ppm" ""
88
+ "P1" "" 100
89
+ "P2" "" 100
90
+ "P3" "" 100
91
+ "P4" "" 100
92
+ "P5" "" 100
93
+ "P6" "" 100
94
+
95
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so"
96
+ "icns" 4 "gdk-pixbuf" "MacOS X icon" "GPL"
97
+ "image/x-icns" ""
98
+ "icns" ""
99
+ "icns" "" 100
100
+
101
+ "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so"
102
+ "jpeg" 5 "gdk-pixbuf" "JPEG" "LGPL"
103
+ "image/jpeg" ""
104
+ "jpeg" "jpe" "jpg" ""
105
+ "\377\330" "" 100
106
+
107
107
 
@@ -23,8 +23,8 @@ dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/ho
23
23
  weak_library_names=''
24
24
 
25
25
  # Version information for libgdk_pixbuf-2.0.
26
- current=3400
27
- age=3400
26
+ current=3600
27
+ age=3600
28
28
  revision=0
29
29
 
30
30
  # Is this an already installed library?
@@ -10,7 +10,7 @@ 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.34.0
13
+ Version: 2.36.0
14
14
  Requires: gobject-2.0
15
15
  Requires.private: gmodule-no-export-2.0 libpng16
16
16
  Libs: -L${libdir} -lgdk_pixbuf-2.0
@@ -102,12 +102,12 @@ the gdk-pixbuf library. Currently only RGB is supported.</doc>
102
102
  "0.8.2" for example.</doc>
103
103
  <type name="gint" c:type="gint"/>
104
104
  </constant>
105
- <constant name="PIXBUF_MINOR" value="34" c:type="GDK_PIXBUF_MINOR">
105
+ <constant name="PIXBUF_MINOR" value="36" c:type="GDK_PIXBUF_MINOR">
106
106
  <doc xml:space="preserve">Minor version of gdk-pixbuf library, that is the "8" in
107
107
  "0.8.2" for example.</doc>
108
108
  <type name="gint" c:type="gint"/>
109
109
  </constant>
110
- <constant name="PIXBUF_VERSION" value="2.34.0" c:type="GDK_PIXBUF_VERSION">
110
+ <constant name="PIXBUF_VERSION" value="2.36.0" c:type="GDK_PIXBUF_VERSION">
111
111
  <doc xml:space="preserve">Contains the full version of the gdk-pixbuf header as a string.
112
112
  This is the version being compiled against; contrast with
113
113
  #gdk_pixbuf_version.</doc>
@@ -1105,7 +1105,8 @@ allocated for it.</doc>
1105
1105
  </method>
1106
1106
  <method name="copy" c:identifier="gdk_pixbuf_copy">
1107
1107
  <doc xml:space="preserve">Creates a new #GdkPixbuf with a copy of the information in the specified
1108
- @pixbuf.</doc>
1108
+ @pixbuf. Note that this does not copy the options set on the original #GdkPixbuf,
1109
+ use gdk_pixbuf_copy_options() for this.</doc>
1109
1110
  <return-value transfer-ownership="full">
1110
1111
  <doc xml:space="preserve">A newly-created pixbuf with a reference count of 1, or %NULL if
1111
1112
  not enough memory could be allocated.</doc>
@@ -1163,6 +1164,28 @@ Therefore, you can not use this function to scroll a pixbuf.</doc>
1163
1164
  </parameter>
1164
1165
  </parameters>
1165
1166
  </method>
1167
+ <method name="copy_options"
1168
+ c:identifier="gdk_pixbuf_copy_options"
1169
+ version="2.36">
1170
+ <doc xml:space="preserve">Copy the key/value pair options attached to a #GdkPixbuf to another.
1171
+ This is useful to keep original metadata after having manipulated
1172
+ a file. However be careful to remove metadata which you've already
1173
+ applied, such as the "orientation" option after rotating the image.</doc>
1174
+ <return-value transfer-ownership="none">
1175
+ <doc xml:space="preserve">%TRUE on success.</doc>
1176
+ <type name="gboolean" c:type="gboolean"/>
1177
+ </return-value>
1178
+ <parameters>
1179
+ <instance-parameter name="src_pixbuf" transfer-ownership="none">
1180
+ <doc xml:space="preserve">a #GdkPixbuf to copy options from</doc>
1181
+ <type name="Pixbuf" c:type="GdkPixbuf*"/>
1182
+ </instance-parameter>
1183
+ <parameter name="dest_pixbuf" transfer-ownership="none">
1184
+ <doc xml:space="preserve">the #GdkPixbuf to copy options to</doc>
1185
+ <type name="Pixbuf" c:type="GdkPixbuf*"/>
1186
+ </parameter>
1187
+ </parameters>
1188
+ </method>
1166
1189
  <method name="fill" c:identifier="gdk_pixbuf_fill">
1167
1190
  <doc xml:space="preserve">Clears a pixbuf to the given RGBA value, converting the RGBA value into
1168
1191
  the pixbuf's pixel format. The alpha will be ignored if the pixbuf
@@ -1501,6 +1524,25 @@ pixbuf.</doc>
1501
1524
  </instance-parameter>
1502
1525
  </parameters>
1503
1526
  </method>
1527
+ <method name="remove_option"
1528
+ c:identifier="gdk_pixbuf_remove_option"
1529
+ version="2.36">
1530
+ <doc xml:space="preserve">Remove the key/value pair option attached to a #GdkPixbuf.</doc>
1531
+ <return-value transfer-ownership="none">
1532
+ <doc xml:space="preserve">%TRUE if an option was removed, %FALSE if not.</doc>
1533
+ <type name="gboolean" c:type="gboolean"/>
1534
+ </return-value>
1535
+ <parameters>
1536
+ <instance-parameter name="pixbuf" transfer-ownership="none">
1537
+ <doc xml:space="preserve">a #GdkPixbuf</doc>
1538
+ <type name="Pixbuf" c:type="GdkPixbuf*"/>
1539
+ </instance-parameter>
1540
+ <parameter name="key" transfer-ownership="none">
1541
+ <doc xml:space="preserve">a nul-terminated string representing the key to remove.</doc>
1542
+ <type name="utf8" c:type="const gchar*"/>
1543
+ </parameter>
1544
+ </parameters>
1545
+ </method>
1504
1546
  <method name="rotate_simple"
1505
1547
  c:identifier="gdk_pixbuf_rotate_simple"
1506
1548
  version="2.6">
@@ -1872,6 +1914,116 @@ You can then call gdk_pixbuf_save_to_stream_finish() to get the result of the op
1872
1914
  </parameter>
1873
1915
  </parameters>
1874
1916
  </method>
1917
+ <method name="save_to_streamv"
1918
+ c:identifier="gdk_pixbuf_save_to_streamv"
1919
+ version="2.36"
1920
+ throws="1">
1921
+ <doc xml:space="preserve">Saves @pixbuf to an output stream.
1922
+
1923
+ Supported file formats are currently "jpeg", "tiff", "png", "ico" or
1924
+ "bmp". See gdk_pixbuf_save_to_stream() for more details.</doc>
1925
+ <return-value transfer-ownership="none">
1926
+ <doc xml:space="preserve">%TRUE if the pixbuf was saved successfully, %FALSE if an
1927
+ error was set.</doc>
1928
+ <type name="gboolean" c:type="gboolean"/>
1929
+ </return-value>
1930
+ <parameters>
1931
+ <instance-parameter name="pixbuf" transfer-ownership="none">
1932
+ <doc xml:space="preserve">a #GdkPixbuf</doc>
1933
+ <type name="Pixbuf" c:type="GdkPixbuf*"/>
1934
+ </instance-parameter>
1935
+ <parameter name="stream" transfer-ownership="none">
1936
+ <doc xml:space="preserve">a #GOutputStream to save the pixbuf to</doc>
1937
+ <type name="Gio.OutputStream" c:type="GOutputStream*"/>
1938
+ </parameter>
1939
+ <parameter name="type" transfer-ownership="none">
1940
+ <doc xml:space="preserve">name of file format</doc>
1941
+ <type name="utf8" c:type="const char*"/>
1942
+ </parameter>
1943
+ <parameter name="option_keys" transfer-ownership="none">
1944
+ <doc xml:space="preserve">name of options to set, %NULL-terminated</doc>
1945
+ <array c:type="char**">
1946
+ <type name="utf8" c:type="char*"/>
1947
+ </array>
1948
+ </parameter>
1949
+ <parameter name="option_values" transfer-ownership="none">
1950
+ <doc xml:space="preserve">values for named options</doc>
1951
+ <array c:type="char**">
1952
+ <type name="utf8" c:type="char*"/>
1953
+ </array>
1954
+ </parameter>
1955
+ <parameter name="cancellable"
1956
+ transfer-ownership="none"
1957
+ nullable="1"
1958
+ allow-none="1">
1959
+ <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore</doc>
1960
+ <type name="Gio.Cancellable" c:type="GCancellable*"/>
1961
+ </parameter>
1962
+ </parameters>
1963
+ </method>
1964
+ <method name="save_to_streamv_async"
1965
+ c:identifier="gdk_pixbuf_save_to_streamv_async"
1966
+ version="2.36">
1967
+ <doc xml:space="preserve">Saves @pixbuf to an output stream asynchronously.
1968
+
1969
+ For more details see gdk_pixbuf_save_to_streamv(), which is the synchronous
1970
+ version of this function.
1971
+
1972
+ When the operation is finished, @callback will be called in the main thread.
1973
+ You can then call gdk_pixbuf_save_to_stream_finish() to get the result of the operation.</doc>
1974
+ <return-value transfer-ownership="none">
1975
+ <type name="none" c:type="void"/>
1976
+ </return-value>
1977
+ <parameters>
1978
+ <instance-parameter name="pixbuf" transfer-ownership="none">
1979
+ <doc xml:space="preserve">a #GdkPixbuf</doc>
1980
+ <type name="Pixbuf" c:type="GdkPixbuf*"/>
1981
+ </instance-parameter>
1982
+ <parameter name="stream" transfer-ownership="none">
1983
+ <doc xml:space="preserve">a #GOutputStream to which to save the pixbuf</doc>
1984
+ <type name="Gio.OutputStream" c:type="GOutputStream*"/>
1985
+ </parameter>
1986
+ <parameter name="type" transfer-ownership="none">
1987
+ <doc xml:space="preserve">name of file format</doc>
1988
+ <type name="utf8" c:type="const gchar*"/>
1989
+ </parameter>
1990
+ <parameter name="option_keys" transfer-ownership="none">
1991
+ <doc xml:space="preserve">name of options to set, %NULL-terminated</doc>
1992
+ <array c:type="gchar**">
1993
+ <type name="utf8" c:type="gchar*"/>
1994
+ </array>
1995
+ </parameter>
1996
+ <parameter name="option_values" transfer-ownership="none">
1997
+ <doc xml:space="preserve">values for named options</doc>
1998
+ <array c:type="gchar**">
1999
+ <type name="utf8" c:type="gchar*"/>
2000
+ </array>
2001
+ </parameter>
2002
+ <parameter name="cancellable"
2003
+ transfer-ownership="none"
2004
+ nullable="1"
2005
+ allow-none="1">
2006
+ <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore</doc>
2007
+ <type name="Gio.Cancellable" c:type="GCancellable*"/>
2008
+ </parameter>
2009
+ <parameter name="callback"
2010
+ transfer-ownership="none"
2011
+ nullable="1"
2012
+ allow-none="1"
2013
+ scope="async"
2014
+ closure="6">
2015
+ <doc xml:space="preserve">a #GAsyncReadyCallback to call when the the pixbuf is loaded</doc>
2016
+ <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
2017
+ </parameter>
2018
+ <parameter name="user_data"
2019
+ transfer-ownership="none"
2020
+ nullable="1"
2021
+ allow-none="1">
2022
+ <doc xml:space="preserve">the data to pass to the callback function</doc>
2023
+ <type name="gpointer" c:type="gpointer"/>
2024
+ </parameter>
2025
+ </parameters>
2026
+ </method>
1875
2027
  <method name="save_utf8"
1876
2028
  c:identifier="gdk_pixbuf_save_utf8"
1877
2029
  introspectable="0">
@@ -2021,6 +2173,31 @@ allocated for it.</doc>
2021
2173
  </parameter>
2022
2174
  </parameters>
2023
2175
  </method>
2176
+ <method name="set_option"
2177
+ c:identifier="gdk_pixbuf_set_option"
2178
+ version="2.2">
2179
+ <doc xml:space="preserve">Attaches a key/value pair as an option to a #GdkPixbuf. If @key already
2180
+ exists in the list of options attached to @pixbuf, the new value is
2181
+ ignored and %FALSE is returned.</doc>
2182
+ <return-value transfer-ownership="none">
2183
+ <doc xml:space="preserve">%TRUE on success.</doc>
2184
+ <type name="gboolean" c:type="gboolean"/>
2185
+ </return-value>
2186
+ <parameters>
2187
+ <instance-parameter name="pixbuf" transfer-ownership="none">
2188
+ <doc xml:space="preserve">a #GdkPixbuf</doc>
2189
+ <type name="Pixbuf" c:type="GdkPixbuf*"/>
2190
+ </instance-parameter>
2191
+ <parameter name="key" transfer-ownership="none">
2192
+ <doc xml:space="preserve">a nul-terminated string.</doc>
2193
+ <type name="utf8" c:type="const gchar*"/>
2194
+ </parameter>
2195
+ <parameter name="value" transfer-ownership="none">
2196
+ <doc xml:space="preserve">a nul-terminated string.</doc>
2197
+ <type name="utf8" c:type="const gchar*"/>
2198
+ </parameter>
2199
+ </parameters>
2200
+ </method>
2024
2201
  <method name="unref"
2025
2202
  c:identifier="gdk_pixbuf_unref"
2026
2203
  introspectable="0"
@@ -2744,6 +2921,27 @@ gdk_pixbuf_format_set_disabled().</doc>
2744
2921
  </instance-parameter>
2745
2922
  </parameters>
2746
2923
  </method>
2924
+ <method name="is_save_option_supported"
2925
+ c:identifier="gdk_pixbuf_format_is_save_option_supported"
2926
+ version="2.36">
2927
+ <doc xml:space="preserve">Returns %TRUE if the save option specified by @option_key is supported when
2928
+ saving a pixbuf using the module implementing @format.
2929
+ See gdk_pixbuf_save() for more information about option keys.</doc>
2930
+ <return-value transfer-ownership="none">
2931
+ <doc xml:space="preserve">%TRUE if the specified option is supported</doc>
2932
+ <type name="gboolean" c:type="gboolean"/>
2933
+ </return-value>
2934
+ <parameters>
2935
+ <instance-parameter name="format" transfer-ownership="none">
2936
+ <doc xml:space="preserve">a #GdkPixbufFormat</doc>
2937
+ <type name="PixbufFormat" c:type="GdkPixbufFormat*"/>
2938
+ </instance-parameter>
2939
+ <parameter name="option_key" transfer-ownership="none">
2940
+ <doc xml:space="preserve">the name of an option</doc>
2941
+ <type name="utf8" c:type="const gchar*"/>
2942
+ </parameter>
2943
+ </parameters>
2944
+ </method>
2747
2945
  <method name="is_scalable"
2748
2946
  c:identifier="gdk_pixbuf_format_is_scalable"
2749
2947
  version="2.6">