@img/sharp-libvips-dev 1.1.0-rc5 → 1.2.0-rc.1

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 (151) hide show
  1. package/cplusplus/vips-operators.cpp +39 -0
  2. package/include/archive.h +53 -2
  3. package/include/archive_entry.h +56 -25
  4. package/include/ffi.h +20 -2
  5. package/include/fontconfig/fontconfig.h +1 -1
  6. package/include/glib-2.0/gio/gdbusnameowning.h +12 -10
  7. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  8. package/include/glib-2.0/gio/gsettings.h +35 -31
  9. package/include/glib-2.0/gio/gzlibcompressor.h +6 -0
  10. package/include/glib-2.0/girepository/gi-visibility.h +34 -0
  11. package/include/glib-2.0/girepository/gitypes.h +6 -0
  12. package/include/glib-2.0/glib/gbitlock.h +11 -0
  13. package/include/glib-2.0/glib/gdate.h +6 -0
  14. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  15. package/include/glib-2.0/glib/gmain.h +13 -10
  16. package/include/glib-2.0/glib/gmessages.h +4 -1
  17. package/include/glib-2.0/glib/gstring.h +2 -0
  18. package/include/glib-2.0/glib/gversionmacros.h +9 -0
  19. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  20. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  21. package/include/glib-2.0/gobject/gsignal.h +33 -8
  22. package/include/harfbuzz/hb-common.h +1 -431
  23. package/include/harfbuzz/hb-deprecated.h +80 -2
  24. package/include/harfbuzz/hb-draw.h +2 -10
  25. package/include/harfbuzz/hb-face.h +1 -1
  26. package/include/harfbuzz/hb-font.h +55 -36
  27. package/include/harfbuzz/hb-paint.h +5 -3
  28. package/include/harfbuzz/hb-script-list.h +484 -0
  29. package/include/harfbuzz/hb-subset.h +22 -2
  30. package/include/harfbuzz/hb-version.h +3 -3
  31. package/include/libheif/heif.h +2 -0
  32. package/include/libheif/heif_version.h +2 -2
  33. package/include/libpng16/png.h +10 -10
  34. package/include/libpng16/pngconf.h +20 -27
  35. package/include/libpng16/pnglibconf.h +1 -1
  36. package/include/libxml2/libxml/HTMLparser.h +33 -30
  37. package/include/libxml2/libxml/HTMLtree.h +1 -0
  38. package/include/libxml2/libxml/SAX.h +2 -186
  39. package/include/libxml2/libxml/SAX2.h +2 -3
  40. package/include/libxml2/libxml/catalog.h +1 -0
  41. package/include/libxml2/libxml/debugXML.h +0 -138
  42. package/include/libxml2/libxml/encoding.h +124 -61
  43. package/include/libxml2/libxml/entities.h +0 -19
  44. package/include/libxml2/libxml/globals.h +0 -16
  45. package/include/libxml2/libxml/nanoftp.h +3 -173
  46. package/include/libxml2/libxml/parser.h +474 -231
  47. package/include/libxml2/libxml/parserInternals.h +21 -101
  48. package/include/libxml2/libxml/relaxng.h +7 -2
  49. package/include/libxml2/libxml/threads.h +0 -6
  50. package/include/libxml2/libxml/tree.h +29 -85
  51. package/include/libxml2/libxml/valid.h +20 -12
  52. package/include/libxml2/libxml/xinclude.h +5 -0
  53. package/include/libxml2/libxml/xlink.h +4 -0
  54. package/include/libxml2/libxml/xmlIO.h +15 -34
  55. package/include/libxml2/libxml/xmlautomata.h +19 -2
  56. package/include/libxml2/libxml/xmlerror.h +17 -18
  57. package/include/libxml2/libxml/xmlexports.h +6 -56
  58. package/include/libxml2/libxml/xmlmemory.h +19 -19
  59. package/include/libxml2/libxml/xmlmodule.h +4 -0
  60. package/include/libxml2/libxml/xmlreader.h +11 -3
  61. package/include/libxml2/libxml/xmlregexp.h +7 -106
  62. package/include/libxml2/libxml/xmlsave.h +11 -2
  63. package/include/libxml2/libxml/xmlschemas.h +10 -5
  64. package/include/libxml2/libxml/xmlunicode.h +3 -354
  65. package/include/libxml2/libxml/xmlversion.h +18 -33
  66. package/include/libxml2/libxml/xpath.h +5 -15
  67. package/include/libxml2/libxml/xpathInternals.h +9 -3
  68. package/include/libxml2/libxml/xpointer.h +1 -91
  69. package/include/pixman-1/pixman-version.h +2 -2
  70. package/include/pixman-1/pixman.h +200 -0
  71. package/include/png.h +10 -10
  72. package/include/pngconf.h +20 -27
  73. package/include/pnglibconf.h +1 -1
  74. package/include/vips/VImage8.h +62 -14
  75. package/include/vips/arithmetic.h +34 -34
  76. package/include/vips/basic.h +16 -0
  77. package/include/vips/buf.h +0 -5
  78. package/include/vips/colour.h +6 -7
  79. package/include/vips/connection.h +25 -37
  80. package/include/vips/enumtypes.h +11 -2
  81. package/include/vips/foreign.h +73 -43
  82. package/include/vips/format.h +7 -5
  83. package/include/vips/gate.h +0 -11
  84. package/include/vips/header.h +11 -11
  85. package/include/vips/image.h +8 -3
  86. package/include/vips/interpolate.h +0 -2
  87. package/include/vips/memory.h +4 -0
  88. package/include/vips/mosaicing.h +4 -0
  89. package/include/vips/object.h +14 -18
  90. package/include/vips/operation.h +0 -2
  91. package/include/vips/private.h +50 -2
  92. package/include/vips/region.h +1 -3
  93. package/include/vips/resample.h +2 -0
  94. package/include/vips/semaphore.h +8 -3
  95. package/include/vips/thread.h +1 -24
  96. package/include/vips/threadpool.h +0 -6
  97. package/include/vips/type.h +13 -9
  98. package/include/vips/util.h +17 -98
  99. package/include/vips/vector.h +0 -4
  100. package/include/vips/version.h +8 -8
  101. package/include/vips/vips.h +1 -0
  102. package/package.json +1 -1
  103. package/versions.json +11 -11
  104. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +0 -221
  105. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h +0 -37
  106. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +0 -525
  107. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -40
  108. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +0 -115
  109. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +0 -481
  110. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +0 -113
  111. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +0 -718
  112. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -33
  113. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -70
  114. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +0 -168
  115. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +0 -46
  116. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +0 -165
  117. package/include/glib-2.0/glib/gwin32.h +0 -142
  118. package/include/harfbuzz/hb-subset-repacker.h +0 -81
  119. package/include/hwy/ops/tuple-inl.h +0 -125
  120. package/include/orc-0.4/orc/orc-stdint.h +0 -1
  121. package/include/orc-0.4/orc/orc.h +0 -16
  122. package/include/orc-0.4/orc/orcarm.h +0 -879
  123. package/include/orc-0.4/orc/orcbytecode.h +0 -35
  124. package/include/orc-0.4/orc/orcbytecodes.h +0 -255
  125. package/include/orc-0.4/orc/orccode.h +0 -53
  126. package/include/orc-0.4/orc/orccompiler.h +0 -176
  127. package/include/orc-0.4/orc/orcconstant.h +0 -39
  128. package/include/orc-0.4/orc/orccpu.h +0 -21
  129. package/include/orc-0.4/orc/orccpuinsn.h +0 -40
  130. package/include/orc-0.4/orc/orcdebug.h +0 -158
  131. package/include/orc-0.4/orc/orcemulateopcodes.h +0 -203
  132. package/include/orc-0.4/orc/orcexecutor.h +0 -135
  133. package/include/orc-0.4/orc/orcfunctions.h +0 -93
  134. package/include/orc-0.4/orc/orcinstruction.h +0 -39
  135. package/include/orc-0.4/orc/orcinternal.h +0 -46
  136. package/include/orc-0.4/orc/orclimits.h +0 -94
  137. package/include/orc-0.4/orc/orcmips.h +0 -229
  138. package/include/orc-0.4/orc/orcmmx.h +0 -79
  139. package/include/orc-0.4/orc/orcneon.h +0 -43
  140. package/include/orc-0.4/orc/orconce.h +0 -166
  141. package/include/orc-0.4/orc/orcopcode.h +0 -63
  142. package/include/orc-0.4/orc/orcparse.h +0 -27
  143. package/include/orc-0.4/orc/orcpowerpc.h +0 -209
  144. package/include/orc-0.4/orc/orcprogram.h +0 -192
  145. package/include/orc-0.4/orc/orcrule.h +0 -52
  146. package/include/orc-0.4/orc/orcsse.h +0 -55
  147. package/include/orc-0.4/orc/orctarget.h +0 -115
  148. package/include/orc-0.4/orc/orcutils.h +0 -238
  149. package/include/orc-0.4/orc/orcvariable.h +0 -81
  150. package/include/orc-0.4/orc/orcx86.h +0 -199
  151. package/include/orc-0.4/orc/orcx86insn.h +0 -672
@@ -1,221 +0,0 @@
1
- /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
2
- /* GdkPixbuf library - Animation support
3
- *
4
- * Copyright (C) 1999 The Free Software Foundation
5
- *
6
- * Authors: Mark Crichton <crichton@gimp.org>
7
- * Miguel de Icaza <miguel@gnu.org>
8
- * Federico Mena-Quintero <federico@gimp.org>
9
- * Havoc Pennington <hp@redhat.com>
10
- *
11
- * This library is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU Lesser General Public
13
- * License as published by the Free Software Foundation; either
14
- * version 2 of the License, or (at your option) any later version.
15
- *
16
- * This library is distributed in the hope that it will be useful,
17
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19
- * Lesser General Public License for more details.
20
- *
21
- * You should have received a copy of the GNU Lesser General Public
22
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
23
- */
24
-
25
- #ifndef GDK_PIXBUF_ANIMATION_H
26
- #define GDK_PIXBUF_ANIMATION_H
27
-
28
- #if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION)
29
- #error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly."
30
- #endif
31
-
32
- #include <glib-object.h>
33
- #include <gdk-pixbuf/gdk-pixbuf-core.h>
34
-
35
- G_BEGIN_DECLS
36
-
37
- /* Animation support */
38
-
39
- typedef struct _GdkPixbufAnimation GdkPixbufAnimation;
40
-
41
-
42
- typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter;
43
-
44
- #define GDK_TYPE_PIXBUF_ANIMATION (gdk_pixbuf_animation_get_type ())
45
- #define GDK_PIXBUF_ANIMATION(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF_ANIMATION, GdkPixbufAnimation))
46
- #define GDK_IS_PIXBUF_ANIMATION(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF_ANIMATION))
47
-
48
- #define GDK_TYPE_PIXBUF_ANIMATION_ITER (gdk_pixbuf_animation_iter_get_type ())
49
- #define GDK_PIXBUF_ANIMATION_ITER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXBUF_ANIMATION_ITER, GdkPixbufAnimationIter))
50
- #define GDK_IS_PIXBUF_ANIMATION_ITER(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF_ANIMATION_ITER))
51
-
52
- GDK_PIXBUF_AVAILABLE_IN_ALL
53
- GType gdk_pixbuf_animation_get_type (void) G_GNUC_CONST;
54
-
55
- #ifdef G_OS_WIN32
56
- /* API/ABI compat, see gdk-pixbuf-core.h for details */
57
- GDK_PIXBUF_AVAILABLE_IN_ALL
58
- GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file_utf8 (const char *filename,
59
- GError **error);
60
- #endif
61
-
62
- GDK_PIXBUF_AVAILABLE_IN_ALL
63
- GdkPixbufAnimation *gdk_pixbuf_animation_new_from_file (const char *filename,
64
- GError **error);
65
- GDK_PIXBUF_AVAILABLE_IN_2_28
66
- GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream (GInputStream *stream,
67
- GCancellable *cancellable,
68
- GError **error);
69
- GDK_PIXBUF_AVAILABLE_IN_2_28
70
- void gdk_pixbuf_animation_new_from_stream_async (GInputStream *stream,
71
- GCancellable *cancellable,
72
- GAsyncReadyCallback callback,
73
- gpointer user_data);
74
- GDK_PIXBUF_AVAILABLE_IN_2_28
75
- GdkPixbufAnimation *gdk_pixbuf_animation_new_from_stream_finish (GAsyncResult*async_result,
76
- GError **error);
77
- GDK_PIXBUF_AVAILABLE_IN_2_28
78
- GdkPixbufAnimation *gdk_pixbuf_animation_new_from_resource(const char *resource_path,
79
- GError **error);
80
-
81
- #ifndef GDK_PIXBUF_DISABLE_DEPRECATED
82
-
83
- GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(g_object_ref)
84
- GdkPixbufAnimation *gdk_pixbuf_animation_ref (GdkPixbufAnimation *animation);
85
- GDK_PIXBUF_DEPRECATED_IN_2_0_FOR(g_object_unref)
86
- void gdk_pixbuf_animation_unref (GdkPixbufAnimation *animation);
87
- #endif
88
-
89
- GDK_PIXBUF_AVAILABLE_IN_ALL
90
- int gdk_pixbuf_animation_get_width (GdkPixbufAnimation *animation);
91
- GDK_PIXBUF_AVAILABLE_IN_ALL
92
- int gdk_pixbuf_animation_get_height (GdkPixbufAnimation *animation);
93
- GDK_PIXBUF_AVAILABLE_IN_ALL
94
- gboolean gdk_pixbuf_animation_is_static_image (GdkPixbufAnimation *animation);
95
- GDK_PIXBUF_AVAILABLE_IN_ALL
96
- GdkPixbuf *gdk_pixbuf_animation_get_static_image (GdkPixbufAnimation *animation);
97
-
98
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
99
- GDK_PIXBUF_AVAILABLE_IN_ALL
100
- GdkPixbufAnimationIter *gdk_pixbuf_animation_get_iter (GdkPixbufAnimation *animation,
101
- const GTimeVal *start_time);
102
- G_GNUC_END_IGNORE_DEPRECATIONS
103
-
104
- GDK_PIXBUF_AVAILABLE_IN_ALL
105
- GType gdk_pixbuf_animation_iter_get_type (void) G_GNUC_CONST;
106
- GDK_PIXBUF_AVAILABLE_IN_ALL
107
- int gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter);
108
- GDK_PIXBUF_AVAILABLE_IN_ALL
109
- GdkPixbuf *gdk_pixbuf_animation_iter_get_pixbuf (GdkPixbufAnimationIter *iter);
110
- GDK_PIXBUF_AVAILABLE_IN_ALL
111
- gboolean gdk_pixbuf_animation_iter_on_currently_loading_frame (GdkPixbufAnimationIter *iter);
112
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
113
- GDK_PIXBUF_AVAILABLE_IN_ALL
114
- gboolean gdk_pixbuf_animation_iter_advance (GdkPixbufAnimationIter *iter,
115
- const GTimeVal *current_time);
116
- G_GNUC_END_IGNORE_DEPRECATIONS
117
-
118
-
119
- #ifdef GDK_PIXBUF_ENABLE_BACKEND
120
-
121
-
122
-
123
- /**
124
- * GdkPixbufAnimationClass:
125
- * @parent_class: the parent class
126
- * @is_static_image: returns whether the given animation is just a static image.
127
- * @get_static_image: returns a static image representing the given animation.
128
- * @get_size: fills @width and @height with the frame size of the animation.
129
- * @get_iter: returns an iterator for the given animation.
130
- *
131
- * Modules supporting animations must derive a type from
132
- * #GdkPixbufAnimation, providing suitable implementations of the
133
- * virtual functions.
134
- */
135
- typedef struct _GdkPixbufAnimationClass GdkPixbufAnimationClass;
136
-
137
- #define GDK_PIXBUF_ANIMATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXBUF_ANIMATION, GdkPixbufAnimationClass))
138
- #define GDK_IS_PIXBUF_ANIMATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXBUF_ANIMATION))
139
- #define GDK_PIXBUF_ANIMATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_ANIMATION, GdkPixbufAnimationClass))
140
-
141
- /* Private part of the GdkPixbufAnimation structure */
142
- struct _GdkPixbufAnimation {
143
- GObject parent_instance;
144
-
145
- };
146
-
147
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
148
- struct _GdkPixbufAnimationClass {
149
- GObjectClass parent_class;
150
-
151
- /*< public >*/
152
-
153
- gboolean (*is_static_image) (GdkPixbufAnimation *animation);
154
-
155
- GdkPixbuf* (*get_static_image) (GdkPixbufAnimation *animation);
156
-
157
- void (*get_size) (GdkPixbufAnimation *animation,
158
- int *width,
159
- int *height);
160
-
161
- GdkPixbufAnimationIter* (*get_iter) (GdkPixbufAnimation *animation,
162
- const GTimeVal *start_time);
163
- };
164
- G_GNUC_END_IGNORE_DEPRECATIONS
165
-
166
-
167
-
168
- /**
169
- * GdkPixbufAnimationIterClass:
170
- * @parent_class: the parent class
171
- * @get_delay_time: returns the time in milliseconds that the current frame
172
- * should be shown.
173
- * @get_pixbuf: returns the current frame.
174
- * @on_currently_loading_frame: returns whether the current frame of @iter is
175
- * being loaded.
176
- * @advance: advances the iterator to @current_time, possibly changing the
177
- * current frame.
178
- *
179
- * Modules supporting animations must derive a type from
180
- * #GdkPixbufAnimationIter, providing suitable implementations of the
181
- * virtual functions.
182
- */
183
- typedef struct _GdkPixbufAnimationIterClass GdkPixbufAnimationIterClass;
184
-
185
- #define GDK_PIXBUF_ANIMATION_ITER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXBUF_ANIMATION_ITER, GdkPixbufAnimationIterClass))
186
- #define GDK_IS_PIXBUF_ANIMATION_ITER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_PIXBUF_ANIMATION_ITER))
187
- #define GDK_PIXBUF_ANIMATION_ITER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_PIXBUF_ANIMATION_ITER, GdkPixbufAnimationIterClass))
188
-
189
- struct _GdkPixbufAnimationIter {
190
- GObject parent_instance;
191
-
192
- };
193
-
194
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
195
- struct _GdkPixbufAnimationIterClass {
196
- GObjectClass parent_class;
197
-
198
- /*< public >*/
199
-
200
- int (*get_delay_time) (GdkPixbufAnimationIter *iter);
201
-
202
- GdkPixbuf* (*get_pixbuf) (GdkPixbufAnimationIter *iter);
203
-
204
- gboolean (*on_currently_loading_frame) (GdkPixbufAnimationIter *iter);
205
-
206
- gboolean (*advance) (GdkPixbufAnimationIter *iter,
207
- const GTimeVal *current_time);
208
- };
209
- G_GNUC_END_IGNORE_DEPRECATIONS
210
-
211
-
212
- GDK_PIXBUF_AVAILABLE_IN_ALL
213
- GType gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST;
214
- GDK_PIXBUF_AVAILABLE_IN_ALL
215
- GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf);
216
-
217
- #endif /* GDK_PIXBUF_ENABLE_BACKEND */
218
-
219
- G_END_DECLS
220
-
221
- #endif /* GDK_PIXBUF_ANIMATION_H */
@@ -1,37 +0,0 @@
1
- /* GdkPixbuf library - Autocleanup definitions
2
- *
3
- * Copyright (C) 2015 Kalev Lember <kalevlember@gmail.com>
4
- *
5
- * This library is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU Lesser General Public
7
- * License as published by the Free Software Foundation; either
8
- * version 2 of the License, or (at your option) any later version.
9
- *
10
- * This library is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
- * Lesser General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU Lesser General Public
16
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
17
- */
18
-
19
- #ifndef GDK_PIXBUF_AUTOCLEANUPS_H
20
- #define GDK_PIXBUF_AUTOCLEANUPS_H
21
-
22
- /* We need all the types, so don't try to include this directly */
23
- #if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION)
24
- #error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly."
25
- #endif
26
-
27
- #ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC
28
-
29
- G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbuf, g_object_unref)
30
- G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufAnimation, g_object_unref)
31
- G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufAnimationIter, g_object_unref)
32
- G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufLoader, g_object_unref)
33
- G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPixbufSimpleAnim, g_object_unref)
34
-
35
- #endif
36
-
37
- #endif /* GDK_PIXBUF_AUTOCLEANUPS_H */